]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
paraslash 0.2.12 v0.2.12
authorAndre <maan@p133.(none)>
Fri, 12 May 2006 14:26:34 +0000 (16:26 +0200)
committerAndre <maan@p133.(none)>
Fri, 12 May 2006 14:26:34 +0000 (16:26 +0200)
Makefile.in
NEWS
configure.ac
scripts/demo-script
web/index.in.html

index 776f3cec90ba76eb428a51bec1ff8b656e9be650..09ccf503864f0d5d4d499e61bf4b41d2777ca735 100644 (file)
@@ -22,7 +22,7 @@ cc_version = $(shell $(CC) --version | head -n 1)
 version = @PACKAGE_VERSION@
 codename = oriented abstraction
 
-DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 
 DEBUG_CPPFLAGS += -Wredundant-decls
 
diff --git a/NEWS b/NEWS
index 6bbb7ba59ad886bbf6b77af42e8ccde62bcfb111..63cca51e69d8a607a5a6949eec8e2e60a780ba35 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
 NEWS
 ====
 
-0.?.? (to be announced) "oriented abstraction"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+0.2.12 (2006-05-12) "oriented abstraction"
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Many user-visible changes in this release and lots of new
 features:
 
@@ -11,7 +11,7 @@ features:
        congestion control protocol. You'll need a fairly new kernel
        for this.
 
-       o paraslash compiles under MacOs (thanks to Gerd Becker)
+       o paraslash works on Mac OS X (thanks to Gerd Becker)
 
        o para_play renamed to para_write
 
@@ -23,7 +23,7 @@ features:
 
        o update to libortp-0.9.1
 
-       o update to gengetopt-2.17
+       o update to gengetopt-2.17rc
 
        o para_client no longer depends on libreadline (as the
        code for the interactive mode was removed).
@@ -37,8 +37,6 @@ features:
        o configure: new command line options: --enable-mysql-headers
        and --enable-mysql-libs
 
-
-
 0.2.11 (2006-03-11) "atomic duality"
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
index a28d4114486c0cc476e77a165929bdeb57ea581a..134641eb75be3cd47ff057dde8b0ed80d176a74a 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.53)
 
 
-AC_INIT(paraslash, [git], maan@systemlinux.org)
+AC_INIT(paraslash, [0.2.12], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 ########################################################################### generic
index 6a51ec1651c3cbc4aeaeb6bc688898682f32d12e..1e394499fa2a357e3adc2ef4ba715443694b6278 100755 (executable)
@@ -6,7 +6,7 @@ dir="$HOME/.paraslash"
 client_conf="$dir/client.conf"
 audioc_conf="$dir/audioc.conf"
 server=www.paraslash.org
-proj=paraslash-0.2.11
+proj=paraslash-0.2.12
 df=$proj.tar.bz2 # download file
 url=http://$server/versions/$df
 kf="$dir/key.anonymous" # key file
index 211562f0be88b5bca9dc52ffed8405edf77a21e0..29ce9d67dbb54d97d6b8cde22d7a3fa80e960af0 100644 (file)
@@ -1,8 +1,12 @@
 <h3>Events</h3>
 <ul>
+       <li>2006-05-12: <a href="versions/paraslash-0.2.12.tar.bz2">paraslash-0.2.12</a>
+               <a href="versions/paraslash-0.2.12.tar.bz2.asc">(sig)</a>
+               "oriented abstraction"
+       </li>
        <li>2006-03-11: <a href="versions/paraslash-0.2.11.tar.bz2">paraslash-0.2.11</a>
                <a href="versions/paraslash-0.2.11.tar.bz2.asc">(sig)</a>
-               atomic duality"
+               "atomic duality"
        </li>
        <li>2006-02-22: <a href="/cgi-bin/gitweb.cgi?p=.git;a=shortlog">browsable changelog</a> (gitweb)</li>
        <li>2006-02-17: <a href="versions/paraslash-0.2.10.tar.bz2">paraslash-0.2.10</a>