From 0ed54a64f22343edc162d7a4d995336efb4d324c Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Sun, 10 Jul 2011 20:26:12 +0000 Subject: [PATCH] new running release --- ChangeLog | 4 ++++ RELNOTES | 28 ++++++++-------------------- configure.in | 2 +- 3 files changed, 13 insertions(+), 21 deletions(-) diff --git a/ChangeLog b/ChangeLog index ed8df54..01350ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +0.8.2 +===== + + 0.8.1 ===== 10-Jul-2011: - Released 0.8.1 diff --git a/RELNOTES b/RELNOTES index 0d1b891..4c2b4b8 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,16 +1,11 @@ -Release Notes for siproxd-0.8.1 +Release Notes for siproxd-0.8.2 =============================== -Major changes since 0.8.0: - - new Plugins: - plugin_prefix: add a prefix on outgoing calls - plugin_regex: regular expression rewriting (To header) for outgoing calls - - adjustable pthrad stack size (smaller memory footprint on small - embedded systems like OpenWRT routers) - - plus various bugfixes +Major changes since 0.8.1: + - -Upgrade Notes 0.8.0 to 0.8.1: - - merge your configuration file siproxd.conf (new config options) +Upgrade Notes 0.8.1 to 0.8.2: + - General Overview: - SIP (RFC3261) Proxy for SIP based softphones hidden behind a @@ -126,18 +121,11 @@ distribution I'd be happy to get a short notice. ----- -Signatures for siproxd-0.8.1.tar.gz archive: -MD5 Hash: 1a6f9d13aeb2d650375c9a346ac6cbaf -SHA-256 Hash: df2df04faf5bdb4980cbdfd5516a47898fc47ca1ebc2c628aa48305b20a09dad +Signatures for siproxd-0.8.2.tar.gz archive: +MD5 Hash: +SHA-256 Hash: GnuPG signature: ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.5 (GNU/Linux) - -iD8DBQBOGgSbB2xLpFxU+GURAt/gAJ9uWS01n7Tr7G7HlX8Zp8+W33OYZACfX69S -mTpcbCWOxuoKDp5R3GWZ+zg= -=BFqD ------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 9c04f57..c4dfdae 100644 --- a/configure.in +++ b/configure.in @@ -64,7 +64,7 @@ dnl Release Version dnl SPD_MAJOR_VERSION=0 SPD_MINOR_VERSION=8 -SPD_MICRO_VERSION=1 +SPD_MICRO_VERSION=2dev SPD_VERSION=$SPD_MAJOR_VERSION.$SPD_MINOR_VERSION.$SPD_MICRO_VERSION