SHA256
1
0
forked from pool/libmaxminddb

Accepting request 318760 from home:posophe:branches:devel:libraries:c_c++

update

OBS-URL: https://build.opensuse.org/request/show/318760
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmaxminddb?expand=0&rev=4
This commit is contained in:
Denisart Benjamin 2015-07-26 13:51:35 +00:00 committed by Git OBS Bridge
parent 1daf2e00eb
commit b6f86684a8
4 changed files with 28 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac2c2d52725e13e67885ef030b9e58c1666426d536006ddfad1a8cca5a043f7a
size 471911

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60060bc081573220d4633e4cbb26f999521c0f197304bc7f5ea700fc26ef2276
size 649467

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Jul 26 13:48:17 UTC 2015 - p.drouand@gmail.com
- Update to version 1.1.1
* Added `maxminddb-compat-util.h` as a source file to dist.
- Changes from version 1.1.0
* Previously, when there was an error in `MMDB_open()`, `errno` would
generally be overwritten during cleanup, preventing a useful value from
being returned to the caller. This was changed so that the `errno` value
from the function call that caused the error is restored before returning to
the caller. In particular, this is important for `MMDB_IO_ERROR` errors as
checking `errno` is often the only way to determine what actually failed.
* If `mmap()` fails due to running out of memory space, an
`MMDB_OUT_OF_MEMORY_ERROR` is now returned from `MMDB_open` rather than an
`MMDB_IO_ERROR`.
* On Windows, the `CreateFileMappingA()` handle was not properly closed if
opening the database succeeded. Fixed by Bly Hostetler. GitHub #75 & #76.
* On Windows, we were not checking the return value of `CreateFileMappingA()`
properly for errors. Fixed by Bly Hotetler. GitHub #78.
* Several warnings from Clang's scan-build were fixed. GitHub #86.
* All headers are now installed in `$(includedir)`. GitHub #89.
* We no longer install `maxminddb-compat-util.h`. This header was intended for
internal use only.
-------------------------------------------------------------------
Wed Jan 21 14:03:32 UTC 2015 - p.drouand@gmail.com

View File

@ -18,7 +18,7 @@
Name: libmaxminddb
%define lname libmaxminddb0
Version: 1.0.4
Version: 1.1.1
Release: 0
Summary: C library for the MaxMind DB file format
License: Apache-2.0