4 2008-06-01 Enrico Weigelt <weigelt@metux.de> [r569]
6 * added NULL string fixes in mixp_pstat()
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>]]
19 2008-05-16 Enrico Weigelt <weigelt@metux.de> [r212]
22 * fixed broken dependency to pthread (now: libc-pthread)
24 2008-05-14 Enrico Weigelt <weigelt@metux.de> [r208]
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 ----