added gentoo ebuilds
[libmixp.git] / ChangeLog
blob95d1caddc49a905b967eba680659108f82e32cb6
2 ---- 0.1.0.4 ----
4 2008-06-01 Enrico Weigelt <weigelt@metux.de> [r569]
6     * added NULL string fixes in mixp_pstat()
8 ---- 0.1.0.3 ----
10 2008-05-25 Enrico Weigelt <weigelt@metux.de> [r559]
12     * added test prog for address parser (not built by default)
13     * cleaned up address parsing a bit
14     * added schema for unix sockets: 9p:unix://<pathname>
15     * added schema for tcp sockets:  9p:tcp://<server[:<port>]>[/[<path>]]
17 ---- 0.1.0.2 ----
19 2008-05-16 Enrico Weigelt <weigelt@metux.de> [r212]
21     * added AUTHORS file
22     * fixed broken dependency to pthread (now: libc-pthread)
24 2008-05-14 Enrico Weigelt <weigelt@metux.de> [r208]
25         
26     * fixed compiler warning on using long* as time_t* (explicit conversion via buffer var)
27     * fixed a few compiler warnings about uninitialized variables in example client)
28     * added soname to the .so output (ebuild was whining about "poor QA" ;-o)
29     * added explicit linking to libc (to make .so deps more clear)
30     * transport.c: moved _size variable to within (normally disabled) #ifdef to fix unused variable warning
32 ---- 0.1.0.1 release ----