Browse Source

- updated Changelog and package info (ver. no.)

Andrei Pelinescu-Onciul 18 years ago
parent
commit
87c35a32ce
12 changed files with 182 additions and 15 deletions
  1. 155 0
      ChangeLog
  2. 1 1
      Makefile.defs
  3. 6 0
      debian/changelog
  4. 2 2
      freebsd/Makefile
  5. 1 1
      freebsd/distinfo
  6. 2 2
      netbsd/Makefile
  7. 1 1
      netbsd/distinfo
  8. 2 2
      openbsd/Makefile
  9. 1 1
      openbsd/distinfo
  10. 5 2
      rpm/ser.spec.SuSE
  11. 5 2
      rpm/ser.spec.fedora
  12. 1 1
      solaris/pkginfo

+ 155 - 0
ChangeLog

@@ -1,3 +1,158 @@
+
+================================= Release 0.9.7 ==============================
+
+2007-10-10  Andrei Pelinescu-Onciul <[email protected]>
+
+	* core: - the cpu is no longer hard-wired to strongarm1100 on arm arch.
+	          (strongarm is still the default, but it can be overwritten by
+	          setting CPU in the environment or make command line)
+	        - libfl dependency removed (makes cross compiling easier)
+
+	  (patch provided by Raphael Coeffic <[email protected]> )
+
+2007-10-10  Andrei Pelinescu-Onciul <[email protected]>
+
+	* core:  backported fix: get_send_socket bug in some unlikely
+	         circumstances   (a socket of a diff. proto is forced and 
+	         find_si cannot fix it to a corresp. socket of the correct
+	         protocol)
+
+2007-01-25  Andrei Pelinescu-Onciul <[email protected]>
+
+	* tm: variable timer fix: variable timers (avps) won't be exteneded
+	      anymore in  some special situations. Tested with random generated
+	      timer values; minimal  perfromance impact. Performance maniacs
+	      can turn the new code off   modparam("tm", "var_timers", 0).
+	      Thanks to Bogdan Iancu  <[email protected]> for the excelent
+	      bug report.
+
+2006-12-15  Andrei Pelinescu-Onciul <[email protected]>
+
+	* core: dst_uri buffer overflow check, discovered in openser (the fix
+	        is slightly different due to slight changes in the append_branch 
+	        function)
+	        Note: this is not such a big problem as it might sound, the
+	        only module using append_branch() with a non zero dst_uri is 
+	        registrar and in this case it sets dst_uri to the received address
+	        which is always < 1024 (so it's always safe).
+
+2006-12-13  Miklos Tirpak <[email protected]>
+
+	* permissions: must return failure if the trusted table cannot be loaded
+
+2006-12-13   Vaclav Kubart <[email protected]>
+
+	* pa: used safe fixed version of hash function from HEAD
+
+2006-12-04  Andrei Pelinescu-Onciul <[email protected]>
+
+	* core (build system): gcc 4.x minline-all-stringops removed from the
+	                       arm & alpha architectures  (not supported)
+
+2006-11-29  Andrei Pelinescu-Onciul <[email protected]>
+
+	* core: fix for free_rdata_list() which used to access the "next"
+	        pointer after freeing the current elements (ported from 
+	        Ottendorf).
+	        Credits & patch: Jan Andres <[email protected]>
+
+2006-11-24  Andrei Pelinescu-Onciul <[email protected]>
+
+	* usrloc: usrloc hash fix ported from ser 0.10.99-dev60 (Ottendorf)
+
+2006-11-22  Andrei Pelinescu-Onciul <[email protected]>
+
+	* core (locking): fastlock arm fix: arm early clobber added: according to
+	                 the swp instruction specification the address register
+	                 must be != from the other 2 .  Fix from openser, 
+	                 originally sent by Julien Blache <[email protected]>)
+
+2006-10-25  Andrei Pelinescu-Onciul <[email protected]>
+
+	* pike: even more pike race avoidance/fixes, this time from me
+
+2006-10-25  Andrei Pelinescu-Onciul <[email protected]>
+
+	* pike: pike fixes from openser part2: "bug fixed - due bogus flag 
+	        testing, race between timer and ip tree could occurred" 
+	        (Bogdan Iancu's commit msg.)
+
+2006-10-25  Andrei Pelinescu-Onciul <[email protected]>
+
+	* pike: pike fixes ported from openser part1: changes made on the initial
+	        fork by Bogdan
+
+2006-10-25  Andrei Pelinescu-Onciul <[email protected]>
+
+	* core: - print warnings number if any
+
+2006-10-25  Andrei Pelinescu-Onciul <[email protected]>
+
+	* postgres: postgress sprintf fixes (thanks to 
+	            Elias Baixas <[email protected]> for finding this bug)
+
+2006-09-05  Nils Ohlmeier <[email protected]>
+
+	* rr: fixed wrong removal of a Route header in case of strict to loose 
+	      route conversion if the routes are stored in separate Route HFs.
+
+2006-08-28  Andrei Pelinescu-Onciul <[email protected]>
+
+	* tm: deadlock when t_relay-ing a message from the failure_route
+	      fixed  (e2e_cancel uses now t_reply_unsafe when called from the
+	      failure_route)
+
+2006-08-25  Andrei Pelinescu-Onciul <[email protected]>
+
+	* acc: fixed acc 'p' (user part of r-uri) and 'D' (domain part of r-uri)
+	       flags (they used parsed_uri without checking if it's still valid 
+	       or if the message is a reply)
+
+2006-08-25  Andrei Pelinescu-Onciul <[email protected]>
+
+	* core: fixed set_advertised_port
+
+2006-07-13  Andrei Pelinescu-Onciul <[email protected]>
+
+	* core: fixed possible memory leak when receiving bad responses for srv
+	        or naptr   requests (it can happen if more records are returned
+	        and the length of these   records is tweaked to exceed tha packet
+	        size)
+
+2006-06-13  Raphael Coeffic <[email protected]>
+
+	* tm: 'fixed the fix' after andrei's directions.
+
+2006-06-12  Raphael Coeffic <[email protected]>
+
+	* tm: added sems specific patch. This patch is present in the ser version
+	      shipped on iptel.org/drupal/sems.
+
+2006-04-05  Andrei Pelinescu-Onciul <[email protected]>
+
+	* core (locking): early clobber fixes for ppc and alpha;
+	                  reverted x86* unlock to xchg (safe even on oostore x86
+	                  clones/ppros)
+
+2006-03-30  Andrei Pelinescu-Onciul <[email protected]>
+
+	* core: removed unused buggy code
+
+2006-03-19  Nils Ohlmeier <[email protected]>
+
+	* auth_db: backported authname sanity check from head
+
+2006-03-15  Andrei Pelinescu-Onciul <[email protected]>
+
+	* Makefile, debian: added nodeb tar option: make tar nodeb=1  will build
+	                    a src.tar.gz without the debian dir (needed for debian
+	                    packaging); minor debian cleanups
+
+2006-03-03  Miklos Tirpak <[email protected]>
+
+	* postgres: bug corrected in postgres module: nul
+	            variable was unset in case of non-null value
+
 2006-03-03  Jan Janak <[email protected]
 
 	* registrar: extern keyword was missing in declaration of

+ 1 - 1
Makefile.defs

@@ -59,7 +59,7 @@ MAIN_NAME=ser
 VERSION = 0
 PATCHLEVEL = 9
 SUBLEVEL = 7
-EXTRAVERSION = -pre9
+EXTRAVERSION = 
 
 RELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 OS = $(shell uname -s | sed -e s/SunOS/solaris/ | tr "[A-Z]" "[a-z]")

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+ser (0.9.7-0.1) unstable; urgency=low
+
+  * new upstream release (bug fixes) 
+
+ -- Andrei Pelinescu-Onciul <[email protected]>  Thu, 22 Nov 2007 18:04:30 +0200
+
 ser (0.9.6-0.1) unstable; urgency=low
 
   * new upstream release (bug fixes) 

+ 2 - 2
freebsd/Makefile

@@ -9,9 +9,9 @@
 
 
 PORTNAME= ser
-PORTVERSION= 0.9.5
+PORTVERSION= 0.9.7
 CATEGORIES= net
-MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.9.5/src/
+MASTER_SITES= ftp://ftp.iptel.org/pub/ser/0.9.7/src/
 
 MAINTAINER= [email protected]
 

+ 1 - 1
freebsd/distinfo

@@ -1 +1 @@
-MD5 (ser-0.9.5_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a
+MD5 (ser-0.9.7_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a

+ 2 - 2
netbsd/Makefile

@@ -10,9 +10,9 @@
 COMMENT= "SIP Express Router"
 
 PORTNAME= ser
-PORTVERSION= 0.9.5
+PORTVERSION= 0.9.7
 CATEGORIES= net
-MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.9.5/src/
+MASTER_SITES= ftp://ftp.iptel.org/pub/ser/0.9.7/src/
 
 MAINTAINER= [email protected]
 

+ 1 - 1
netbsd/distinfo

@@ -1 +1 @@
-MD5 (ser-0.9.5_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a
+MD5 (ser-0.9.7_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a

+ 2 - 2
openbsd/Makefile

@@ -10,9 +10,9 @@
 COMMENT= "SIP Express Router"
 
 PORTNAME= ser
-PORTVERSION= 0.9.5
+PORTVERSION= 0.9.7
 CATEGORIES= net
-MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.9.5/src/
+MASTER_SITES= ftp://ftp.iptel.org/pub/ser/0.9.7/src/
 
 MAINTAINER= [email protected] 
 

+ 1 - 1
openbsd/distinfo

@@ -1 +1 @@
-MD5 (ser-0.9.5_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a
+MD5 (ser-0.9.7_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a

+ 5 - 2
rpm/ser.spec.SuSE

@@ -1,5 +1,5 @@
 %define name    ser
-%define ver     0.9.5
+%define ver     0.9.7
 %define rel     0
 
 %define EXCLUDED_MODULES	mysql jabber auth_radius group_radius uri_radius postgres snmp cpl cpl-c extcmd 
@@ -15,7 +15,7 @@ Release:      %{rel}.suse%{suse_version}
 Packager:     Nils Ohlmeier <[email protected]>
 Copyright:    GPL
 Group:        Productivity/Telephony/SIP/Servers
-Source:       http://iptel.org/ser/stable/%{name}-%{ver}_src.tar.gz
+Source:       ftp://ftp.iptel.org/pub/ser/%{ver}/%{name}-%{ver}_src.tar.gz
 Source2:      ser.init.SuSE
 URL:          http://www.iptel.org/ser
 Vendor:       FhG Fokus
@@ -253,6 +253,9 @@ sbin/insserv etc/init.d/
 
 %changelog
 
+* Thu Nov 22 2007 Andrei Pelinescu - Onciul <[email protected]>
+- changed vesion to 0.9.7 (new upstream release)
+
 * Thu Dec 15 2005 Andrei Pelinescu - Onciul <[email protected]>
 - changed vesion to 0.9.5 (new upstream release)
 

+ 5 - 2
rpm/ser.spec.fedora

@@ -11,11 +11,11 @@
 
 Summary:      SIP Express Router, very fast and flexible SIP Proxy
 Name:         ser
-Version:      0.9.5
+Version:      0.9.7
 Release:      fc2.0
 Copyright:    GPL
 Group:        System Environment/Daemons
-Source:       http://iptel.org/ser/stable/%{name}-%{version}_src.tar.gz
+Source:       ftp://ftp.iptel.org/ser/%{ver}/%{name}-%{version}_src.tar.gz
 Source1:      ser.init
 URL:          http://iptel.org/ser
 Vendor:       FhG Fokus
@@ -227,6 +227,9 @@ fi
 
 %changelog
 
+* Thu Nov 22 2007 Andrei Pelinescu - Onciul <[email protected]>
+- changed vesion to 0.9.7 (new upstream release)
+
 * Thu Dec 15 2005 Andrei Pelinescu - Onciul <[email protected]>
 - changed vesion to 0.9.5 (new upstream release)
 

+ 1 - 1
solaris/pkginfo

@@ -1,6 +1,6 @@
 PKG=IPTELser
 ARCH=sparc
-VERSION=0.9.5
+VERSION=0.9.7
 CATEGORY=application
 [email protected]
 NAME= ser or SIP Express Router is a very fast and flexible SIP proxy server