*** empty log message ***
This commit is contained in:
@@ -1,19 +1,10 @@
|
||||
Release Notes for siproxd-0.7.1
|
||||
Release Notes for siproxd-0.7.2
|
||||
===============================
|
||||
|
||||
Major changes since 0.7.0:
|
||||
- new Plugin API (dynamically loadable plugins)
|
||||
- works with libosip-3.1.0 (renamed MD5 function names)
|
||||
Major changes since 0.7.1:
|
||||
-
|
||||
|
||||
Upgrade Notes 0.7.0 to 0.7.1:
|
||||
With the new plugin API, some configurations have changed in
|
||||
configuration file.
|
||||
- plugin_shortdial: configuration options have been renamed
|
||||
pi_shortdial_akey -> plugin_shortdial_akey
|
||||
pi_shortdial_entry -> plugin_shortdial_entry
|
||||
- Call logging: The log_calls directive does no longer exist.
|
||||
You load plugin_logcall and get logging. You don't load it
|
||||
and don't get logging to syslog.
|
||||
Upgrade Notes 0.7.1 to 0.7.2:
|
||||
|
||||
|
||||
General Overview:
|
||||
@@ -110,18 +101,11 @@ distribution I'd be happy to get a short notice.
|
||||
|
||||
|
||||
-----
|
||||
Signatures for siproxd-0.7.1.tar.gz archive:
|
||||
MD5 Hash: 45e5a44803181e2bf3361d562060c904
|
||||
SHA-256 Hash: 5eef70f4e0a8f0f4628550807da3036f8b3086864bf4bcf5ab6d22ac3a6efd81
|
||||
Signatures for siproxd-0.7.2.tar.gz archive:
|
||||
MD5 Hash:
|
||||
SHA-256 Hash:
|
||||
|
||||
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)
|
||||
|
||||
+1
-1
@@ -301,7 +301,7 @@
|
||||
/* type osip_MD5_CTX */
|
||||
#undef osip_MD5_CTX
|
||||
|
||||
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||||
/* Define to `unsigned' if <sys/types.h> does not define. */
|
||||
#undef size_t
|
||||
|
||||
/* typedef socklen_t available */
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@ dnl Release Version
|
||||
dnl
|
||||
SPD_MAJOR_VERSION=0
|
||||
SPD_MINOR_VERSION=7
|
||||
SPD_MICRO_VERSION=1
|
||||
SPD_MICRO_VERSION=2
|
||||
|
||||
SPD_VERSION=$SPD_MAJOR_VERSION.$SPD_MINOR_VERSION.$SPD_MICRO_VERSION
|
||||
|
||||
|
||||
@@ -20,6 +20,8 @@ Make the release:
|
||||
- create CVS tag (e.g. $ cvs rtag rel_0_5_7 siproxd)
|
||||
- publish on SF.net
|
||||
- publish on freshmeat.net
|
||||
- copy RELNOTES to SF web page
|
||||
- copy html doxument to SF web page
|
||||
|
||||
Open new working release:
|
||||
- change version number in configure.in
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<email>tries@users.sourceforge.net</email>
|
||||
</address>
|
||||
<copyright>
|
||||
<year>2005-2007</year>
|
||||
<year>2005-2008</year>
|
||||
<holder>Thomas Ries</holder>
|
||||
</copyright>
|
||||
<legalnotice>
|
||||
|
||||
Reference in New Issue
Block a user