forked from pool/libmaxminddb
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
This commit is contained in:
parent
54d2bf2709
commit
1daf2e00eb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88aaa388de3f927870f91cedc68520c5f83a0b9da423246063db3b8966cea29a
|
||||
size 494377
|
3
libmaxminddb-1.0.4.tar.gz
Normal file
3
libmaxminddb-1.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac2c2d52725e13e67885ef030b9e58c1666426d536006ddfad1a8cca5a043f7a
|
||||
size 471911
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user