From 06f35ddcffa7e9d5a6c6b53cbb07ef11fab49f95 Mon Sep 17 00:00:00 2001 Message-Id: <06f35ddcffa7e9d5a6c6b53cbb07ef11fab49f95.1715005629.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 6 Jun 2010 13:36:25 +0100 Subject: [PATCH] DisOrder 5.0 Organization: Straylight/Edgeware From: Richard Kettlewell --- README | 16 ++++++++-------- configure.ac | 4 ++-- debian/changelog | 6 ++++++ 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/README b/README index 900cf82..b1ddc92 100644 --- a/README +++ b/README @@ -25,17 +25,17 @@ effort. Build dependencies: Name Tested Notes - libdb 4.3.29 not 4.2/4.6; 4.[457] seem to be ok + libdb 4.5.20 not 4.6; 4.[78] seem to be ok libgc 6.8 - libvorbisfile 1.1.2 - libpcre 6.7 need UTF-8 support + libvorbisfile 1.2.0 + libpcre 7.6 need UTF-8 support libmad 0.15.1b - libgcrypt 1.2.3 - libao 0.8.6 1.0.0 is broken - libasound 1.0.13 - libFLAC 1.1.2 + libgcrypt 1.4.1 + libao 0.8.8 1.0.0 is broken + libasound 1.0.16 + libFLAC 1.2.1 libsamplerate 0.1.4 currently optional - GNU C 4.1.2 } + GNU C 4.2.1 } GNU Make 3.81 } Non-GNU versions will NOT work GNU Sed 4.1.5 } Python 2.5.2 (optional; 2.4 won't work) diff --git a/configure.ac b/configure.ac index 6466efd..b0290c9 100644 --- a/configure.ac +++ b/configure.ac @@ -18,9 +18,9 @@ # along with this program. If not, see . # -AC_INIT([disorder], [4.3+], [richard+disorder@sfere.greenend.org.uk]) +AC_INIT([disorder], [5.0], [richard+disorder@sfere.greenend.org.uk]) AC_CONFIG_AUX_DIR([config.aux]) -AM_INIT_AUTOMAKE(disorder, [4.3+]) +AM_INIT_AUTOMAKE(disorder, [5.0]) AC_CONFIG_SRCDIR([server/disorderd.c]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 61e1fe7..e76e763 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +disorder (5.0) unstable; urgency=low + + * DisOrder 5.0 + + -- Richard Kettlewell Sun, 06 Jun 2010 12:43:21 +0100 + disorder (4.3) unstable; urgency=low * DisOrder 4.3 -- [mdw]