Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 5929888d74e2f6395ff4b07362023119 > files > 4

tinycdb-0.74-8mdv2010.0.i586.rpm

$Id: NEWS,v 1.2 2003/11/03 21:43:41 mjt Exp $
User-visible news.  Latest at the top.

tinycdb-0.74 (2003-11-04)

 - reworked cdb utility, see manpage for details.  cdb -q now
   prints all matching records by default (incompat change),
   use cdb -q -n XX to return only XXth record if any.
   -m works with -q.

 - there are several new routines (and macros) in library.
   - cdb_seqinit() and cdb_seqstart() to fetch all records
   - cdb_get() to get a pointer to data in internal buffer
   - cdb_{get,read}{data,key}()

 - cdbi_t gone (but still defined).  Use unsigned instead.

 - cdb_findnext() changed

 - fixed a bug in cdb_seek() (EIO instead of getting valid record)

 - added nss_cdb (for passwd, group and shadow databases only)

 - Makefile targets to build PIC code (libcdb_pic.a, required for
   nss_cdb) and shared library (probably not a good idea)

 - Modifications to allow tinycdb to compile under win32,
   by Victor Porton (porton at ex-code.com).