- Released 0.7.1

This commit is contained in:
Thomas Ries 2008-07-23 19:52:45 +00:00
parent 47936e21ea
commit 340628238c
3 changed files with 18 additions and 9 deletions

View File

@ -1,5 +1,6 @@
0.7.1
=====
23-Jul-2008: - Released 0.7.1
22-Jul-2008: - fixes some signedness warnings
17-May-2008: - plugin_fix_bogus_via: fixes broken VIA headers on
incoming SIP messages (inspired by Ralph Babel, see

View File

@ -2,7 +2,8 @@ Release Notes for siproxd-0.7.1
===============================
Major changes since 0.7.0:
- Plugin API
- new Plugin API (dynamically loadable plugins)
- works with libosip-3.1.0 (renamed MD5 function names)
Upgrade Notes 0.7.0 to 0.7.1:
With the new plugin API, some configurations have changed in
@ -54,14 +55,14 @@ Requirements:
- glibc2 / libc5 / uClibc
- libosip2 (3.x.x)
Currently tested on:
- Fedora Core1 (Kernel 2.4.x, Glibc)
Mainly tested on:
- Fedora 32bit Linux
This is my main development and testing environment. Other platforms
are not extensively tested by myself.
Builds on (tested by dev-team or reported to build):
- Linux: Fedora Core1
( Fedora Core3 (x86_64 - 64 bit))*
- Linux: Fedora
( Fedora 64bit )*
( WRT54g (133mhz mipsel router))*
(- FreeBSD: FreeBSD 4.10-BETA )*
(- OpenBSD: OpenBSD 3.4 GENERIC#18 )*
@ -110,10 +111,17 @@ distribution I'd be happy to get a short notice.
-----
Signatures for siproxd-0.7.1.tar.gz archive:
MD5 Hash:
SHA-256 Hash:
MD5 Hash: 45e5a44803181e2bf3361d562060c904
SHA-256 Hash: 5eef70f4e0a8f0f4628550807da3036f8b3086864bf4bcf5ab6d22ac3a6efd81
GnuPG signature:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)
iD8DBQBIh4viB2xLpFxU+GURAtN7AKCSUnBmwtYO/BMqRfFUqW3Wg8cptQCggiD8
RSQVJbXHDz+px/w+/GfJP7Q=
=Lo+U
-----END PGP SIGNATURE-----
GnuPG: pub 1024D/87BCDC94 2000-03-19 Thomas Ries (tries at gmx.net)

View File

@ -1,4 +1,4 @@
The following procedure shall be used to make a new release:
The following procedure shall be used to make a new release (siproxd-stable):
Make the release:
- check in all tested changes
@ -14,7 +14,7 @@ Make the release:
- Mac OS
- Linux 64bit
- $ make dist
- calculate MD5 checksum & GPG
- calculate MD5 checksum, sha256 (shasum -a256) & GPG
- update RELNOTES
- check in outstanding changes
- create CVS tag (e.g. $ cvs rtag rel_0_5_7 siproxd)