liblist
view ChangeLog @ 88:28f8ac803397
Update ChangeLog for liblist-2.4.
| author | Nathan Phillip Brink <ohnobinki@ohnopublishing.net> |
|---|---|
| date | Sat, 05 Mar 2011 16:08:55 -0500 |
| parents | ff71a2850b48 |
| children |
line source
9 - Rename manpages llist(3) -> liblist(3), lqueue(3) -> liblist_queue(3), lstack(3) -> liblist_stack(3) and add manpage .so pointers for each documented function and header.
11 - Fix handling malloc() returning NULL (one potential segfault and another potential memory leak); thanks to Vincent LE GARREC <legarrec.vincent@gmail.com> for the patch.
13 2010-05-29 Nathan Phillip Brink <ohnobinki@ohnopublishing.net>
14 * liblist-2.3.1:
15 - #defines to prevent symbol collions such as with libmysqlclient.so ( http://bugs.mysql.com/52725 )
16 - API now uses typedefs instead of macros for types
17 - a very basic testsuite
18 - release 2.3 isn't distributed because it was a dud without the shared object ABI version bump or these changelogs
30 - Added autotools buildsystem to install essential library components; libtool = dynamic lib support.
