From 1daf2e00eb29a3371df09000a8788d2cc87482b09ff66410af42de3e9877ae0d Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Wed, 21 Jan 2015 14:05:50 +0000 Subject: [PATCH] Accepting request 282231 from home:posophe:branches:devel:libraries:c_c++ OBS-URL: https://build.opensuse.org/request/show/282231 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmaxminddb?expand=0&rev=3 --- libmaxminddb-1.0.3.tar.gz | 3 --- libmaxminddb-1.0.4.tar.gz | 3 +++ libmaxminddb.changes | 17 +++++++++++++++++ libmaxminddb.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 libmaxminddb-1.0.3.tar.gz create mode 100644 libmaxminddb-1.0.4.tar.gz diff --git a/libmaxminddb-1.0.3.tar.gz b/libmaxminddb-1.0.3.tar.gz deleted file mode 100644 index 48a284b..0000000 --- a/libmaxminddb-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88aaa388de3f927870f91cedc68520c5f83a0b9da423246063db3b8966cea29a -size 494377 diff --git a/libmaxminddb-1.0.4.tar.gz b/libmaxminddb-1.0.4.tar.gz new file mode 100644 index 0000000..035d2dd --- /dev/null +++ b/libmaxminddb-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2c2d52725e13e67885ef030b9e58c1666426d536006ddfad1a8cca5a043f7a +size 471911 diff --git a/libmaxminddb.changes b/libmaxminddb.changes index d3af6a2..bf2d534 100644 --- a/libmaxminddb.changes +++ b/libmaxminddb.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jan 21 14:03:32 UTC 2015 - p.drouand@gmail.com + +- Update to version 1.0.4 + * If you used a non-integer string as an array index when doing a + lookup with MMDB_get_value, MMDB_vget_value, or MMDB_aget_value, + the first element of the array would be returned rather than an + error. A MMDB_LOOKUP_PATH_DOES_NOT_MATCH_DATA_ERROR error will + now be returned. GitHub #61. + * If a number larger than LONG_MAX was used in the same functions, + LONG_MAX would have been used in the lookup. Now a + MMDB_INVALID_LOOKUP_PATH_ERROR error will be returned. + * Visual Studio build files were added for unit tests and some + compatibility issues with the tests were fixed. + * Visual Studio project was updated to use property pages. GitHub #69. + * A test failure in t/compile_c++_t.pl on new installs was fixed. + ------------------------------------------------------------------- Sun Dec 21 15:13:41 UTC 2014 - p.drouand@gmail.com diff --git a/libmaxminddb.spec b/libmaxminddb.spec index 3adebb9..c20256f 100644 --- a/libmaxminddb.spec +++ b/libmaxminddb.spec @@ -1,7 +1,7 @@ # # spec file for package libmaxminddb # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libmaxminddb %define lname libmaxminddb0 -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: C library for the MaxMind DB file format License: Apache-2.0