liblist

view ChangeLog @ 46:c2511e368ec9

liblist-2.3.1
author Nathan Phillip Brink <ohnobinki@ohnopublishing.net>
date Sat May 29 02:58:53 2010 -0400 (3 months ago)
parents 0a3603ea7072
children a9f4856d0ba0
line source
1 2010-05-29 Nathan Phillip Brink <ohnobinki@ohnopublishing.net>
2 * liblist-2.3.1:
3 - #defines to prevent symbol collions such as with libmysqlclient.so ( http://bugs.mysql.com/52725 )
4 - API now uses typedefs instead of macros for types
5 - a very basic testsuite
6 - release 2.3 isn't distributed because it was a dud without the shared object ABI version bump or these changelogs
8 2009-12-29 Nathan Phillip Brink <ohnobinki@ohnopublishing.net>
10 * liblist-2.2.1:
11 - Fixed parallel build issue with LaTeX (to please flameeyes ;-) ).
12 - Prefixed manpages with `l' to avoid collisions with system manpages.
14 2009-12-26 Nathan Phillip Brink <ohnobinki@ohnopublishing.net>
16 * liblist-2.2:
17 - Modernized function prototypes in the four manpages, header files, and source files.
18 - Added autotools buildsystem to install essential library components; libtool = dynamic lib support.
19 - pkg-config support.
20 - #ifndef #define #endif wrapper for public header files.
21 - Disable macro implementations of functions.