Revisions of gdbm
Ana Guerrero (anag+factory)
accepted
request 1199838
from
Petr Gajdos (pgajdos)
(revision 46)
- version update to 1.24 * New gdbm_load option: --update * Fix semantics of gdbm_load -r * Use getline in gdbmtool shell. * New function: gdbm_load_from_file_ext * Bugfixes ** Fix binary dump format for key and/or data of zero size. (see https://puszcza.gnu.org.ua/bugs/?565) ** Fix location tracking and recover command in gdbtool. (see https://puszcza.gnu.org.ua/bugs/?566) ** Fix possible buffer underflow in gdbmload. ** Ensure any padding bytes in avail_elem structure are filled with 0. (fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031276) ** Improve the documentation. - modified patches % gdbm-no-build-date.patch (refreshed) - deleted patches - bsc1209583.patch (upstreamed)
Ana Guerrero (anag+factory)
accepted
request 1131626
from
Petr Gajdos (pgajdos)
(revision 45)
- libgdbm_compat4: Fix libgdbm version of Conflicts [bsc#1217727] (forwarded request 1131394 from kukuk)
Dominique Leuenberger (dimstar_suse)
accepted
request 952034
from
Petr Gajdos (pgajdos)
(revision 43)
gdbm 1.23 (forwarded request 951944 from AndreasStieger)
Dominique Leuenberger (dimstar_suse)
accepted
request 940172
from
Petr Gajdos (pgajdos)
(revision 42)
- version update to 1.22 * Fix file header validation * Fix key verification in sequential access * Fix testing with DejaGNU 1.6.3 * Fix stack overflow in print_usage * Fix a leak of avail entry on pushing a new avail block * New gdbmtool variables: errorexit, errormask, trace, timing * etc. see CHANGES - modified patches % gdbm-no-build-date.patch (refreshed)
Richard Brown (RBrownSUSE)
accepted
request 911063
from
Petr Gajdos (pgajdos)
(revision 41)
- version update to 1.20 * New bucket cache The bucket cache support has been rewritten from scratch. The new bucket cache code provides for significant speed up of search operations. * Change mmap prereading strategy Pre-reading of the memory mapper regions, introduced in version 1.19 can be advantageous only when doing intensive look-ups on a read-only database. It degrades performance otherwise, especially if doing multiple inserts. Therefore, this version introduces a new flag to gdbm_open: GDBM_PREREAD. When given, it enables pre-reading of memory mapped regions. - modified patches % gdbm-no-build-date.patch (refreshed)
Dominique Leuenberger (dimstar_suse)
accepted
request 859028
from
Petr Gajdos (pgajdos)
(revision 40)
- version update to 1.19 * Pre-read the memory mapped regions on systems that support it. This speeds up operations on big databases. * gdbmtool: tagged initialization of structured data Initializers for structured data can be given in tagged form, e.g.: store somekey { status=2, id={a,u,x}, name="foo" } * Bugfixes: ** Preserve locking type during database reorganization - modified patches % gdbm-no-build-date.patch (refreshed) - deleted patches - gdbm-no-common.patch (upstreamed)
Dominique Leuenberger (dimstar_suse)
accepted
request 786351
from
Dirk Mueller (dirkmueller)
(revision 39)
Dominique Leuenberger (dimstar_suse)
accepted
request 766024
from
Petr Gajdos (pgajdos)
(revision 38)
- added patches Build with -no-common, [bsc#1160872] + gdbm-no-common.patch
Stephan Kulow (coolo)
accepted
request 645670
from
Petr Gajdos (pgajdos)
(revision 37)
- update to 1.18.1: * Fix debian bug 910911: This restores backward compatibility with databases created by version 1.8 (and some later versions, with mmapped I/O disabled). - update to 1.18: * Fix directory entry validation * Fix improper use of GDBM_DEBUG macro * Fix spurious error from gdbm_dump and gdbm_export * Make sure gdbm_sync always returns a meaningful value - includes changes from 1.17: * Fix bug in gdbm_dump function, it did not clear the GDBM_ITEM_NOT_FOUND error marker, which is set upon its normal termination - changes upstreamed: * gdbm_close() and gdbm_sync() now return 0 on success. On error, they return -1 and set gdbm_errno and errno to the appropriate error codes - drop gdbm-close-and-sync-return-value.patch - update to 1.16: * Fix typo * New gdbmtool variables: coalesce and centfree * src/falloc.c (avail_lookup): Remove the start parameter. (_gdbm_put_av_elem): Rewrite the "can_merge" loop. - added gdbm-close-and-sync-return-value.patch see https://puszcza.gnu.org.ua/bugs/index.php?399 - update to 1.15: * Extensive database consistency checking * Improved error checking
Dominique Leuenberger (dimstar_suse)
accepted
request 611495
from
Petr Gajdos (pgajdos)
(revision 36)
- Version update to 1.14.1: * Manpage formating issues * Make gdbm_error thread-safe * Improve database reproducibility * Fix build with --enable-gdbm-export - Rebase patch gdbm-no-build-date.patch (forwarded request 611494 from scarabeus_iv)
Dominique Leuenberger (dimstar_suse)
accepted
request 396725
from
Petr Gajdos (pgajdos)
(revision 34)
- Update to version 1.12 * New configuration variable COMPATINCLUDEDIR - Small spec file cleanups (forwarded request 396680 from pluskalm)
Dominique Leuenberger (dimstar_suse)
accepted
request 287206
from
Marcus Meissner (msmeissn)
(revision 33)
1
Adrian Schröter (adrianSuSE)
committed
(revision 32)
Split 13.2 from Factory
Ludwig Nussel (lnussel)
accepted
request 245152
from
Petr Gajdos (pgajdos)
(revision 31)
- Add obsoletes to baselibs.conf. (forwarded request 245088 from fcrozat)
Stephan Kulow (coolo)
accepted
request 228299
from
Petr Gajdos (pgajdos)
(revision 30)
- update to 1.11: * Improved dump format. * New function: gdbm_count. * New utilities: gdbm_dump and gdbm_load. * gdbmtool
Adrian Schröter (adrianSuSE)
committed
(revision 29)
Split 13.1 from Factory
Stephan Kulow (coolo)
accepted
request 157563
from
Ismail Dönmez (namtrac)
(revision 28)
Rebase. (forwarded request 157562 from jengelh)
Stephan Kulow (coolo)
accepted
request 157224
from
Petr Gajdos (pgajdos)
(revision 27)
- buildrequire makeinfo
Displaying revisions 1 - 20 of 46