X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=NEWS;h=0a653313de4c00c74e9c86a9f973d01287f3a36d;hp=5e7dfa88690f97aa622fa4718665ecaa17e358da;hb=6597f6cdccfd678eca2fecc0ed95dc35039413d9;hpb=019a4caa2bf9232c7efd84ffe7424994de6358fb diff --git a/NEWS b/NEWS index 5e7dfa88..0a653313 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,44 @@ NEWS ==== -0.?.? (to be announced) "atomic duality" -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - o update to gengetopt-2.16 +0.?.? (to be announced) "oriented abstraction" +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + o the new optional dccp sender/receiver. It uses the datagram + congestion control protocol. You'll need a fairly new kernel + for this. + + o compress filter speed improvements + + o update to libortp-0.9.1 + + o update to gengetopt-2.17 + + o para_client no longer depends on libreadline (as the + code for the interactive mode was removed). + + o paraslash compiles under Mac Os (thanks to Gerd Becker) + + +0.2.11 (2006-03-11) "atomic duality" +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Here it is, the first paraslash release developed with git. There +are fairly many user-visible changes in this release. As two out of +the three "database tools" of paraslash don't use a database at all, +they are now called "audio file selectors" instead. + + + o the cdt command (change database tool) becomes chs (change + selector) + + o no more colon separators: The syntax of some options of + para_audiod and para_filter have changed. Use --help for + more info (and some examples). + + o update to gengetopt-2.16 (thanks to Lorenzo Bettini) - o switch from cvs to git + o switch from cvs to git (should've done that earlier) o the new ipc subsystem @@ -13,8 +46,8 @@ NEWS o para_server: the dopey selector is now called "random", and is the default selector. Use the --selector option to - choose another selector at startup, or the cdt command to - switch between the supported selectors. + choose another selector at startup, or the chs command to + change the selector at runtime. o X86_64 fixes (thanks to Steffen Klassert)