From 01b9a7ae9dd081b5eadef6ae6d013235c8366ff9 Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Sun, 11 Oct 2009 11:20:41 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 3 +++ RELNOTES | 23 ++++++++--------------- configure.in | 2 +- doc/ReleaseProcedure.txt | 2 +- 4 files changed, 13 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3a4bd87..c537df9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +0.7.3 +===== + 0.7.2 ===== 11-Oct-2009: - Released 0.7.2 diff --git a/RELNOTES b/RELNOTES index 77cecad..fca5665 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,11 +1,11 @@ -Release Notes for siproxd-0.7.2 +Release Notes for siproxd-0.7.3 =============================== -Major changes since 0.7.1: - - mostly bugfixes related to aborting RTP streams +Major changes since 0.7.2: + - -Upgrade Notes 0.7.1 to 0.7.2: - - none +Upgrade Notes 0.7.2 to 0.7.3: + - General Overview: - SIP (RFC3261) Proxy for SIP based softphones hidden behind a @@ -122,18 +122,11 @@ distribution I'd be happy to get a short notice. ----- -Signatures for siproxd-0.7.2.tar.gz archive: -MD5 Hash: ad2e0ba599adf3b5267a39dad28af973 -SHA-256 Hash: c586d0f8e66841189e1e236eb18a1b0c8126d6e28aa6d0a28b591b016ccebbcb +Signatures for siproxd-0.7.3.tar.gz archive: +MD5 Hash: +SHA-256 Hash: GnuPG signature: ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.4 (GNU/Linux) - -iD8DBQBK0bHMB2xLpFxU+GURAs+9AJ41ElSvkW/W5/+aH+iQdEmYjH3B9gCfanWK -4uJ3zlGTH95+4SpIC0BC08A= -=xMrq ------END PGP SIGNATURE----- GnuPG: pub 1024D/87BCDC94 2000-03-19 Thomas Ries (tries at gmx.net) diff --git a/configure.in b/configure.in index 8306b42..1d9ac84 100644 --- a/configure.in +++ b/configure.in @@ -58,7 +58,7 @@ dnl Release Version dnl SPD_MAJOR_VERSION=0 SPD_MINOR_VERSION=7 -SPD_MICRO_VERSION=2 +SPD_MICRO_VERSION=3dev SPD_VERSION=$SPD_MAJOR_VERSION.$SPD_MINOR_VERSION.$SPD_MICRO_VERSION diff --git a/doc/ReleaseProcedure.txt b/doc/ReleaseProcedure.txt index 447e42b..f3b334e 100644 --- a/doc/ReleaseProcedure.txt +++ b/doc/ReleaseProcedure.txt @@ -21,7 +21,7 @@ Make the release: - publish on SF.net - publish on freshmeat.net - copy RELNOTES to SF web page -- copy html doxument to SF web page +- copy html documentation to SF web page Open new working release: - change version number in configure.in