Преглед на файлове

- version number changed to 0.9.4
- NEWS updated

Andrei Pelinescu-Onciul преди 20 години
родител
ревизия
7eeb3007c8
променени са 2 файла, в които са добавени 24 реда и са изтрити 2 реда
  1. 1 1
      Makefile.defs
  2. 23 1
      NEWS

+ 1 - 1
Makefile.defs

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

+ 23 - 1
NEWS

@@ -3,7 +3,29 @@ Release notes for SIP Express Router (ser)
 
 
 $Id$
 $Id$
 
 
-0.9.0 changes
+0.9.4 fixes/improvements (0.9.4 is a bug fix release for 0.9.3)
+ 
+general:
+ - gcc 4.0 support
+ - mutlicast options are set for all the sockets
+ - mediaproxy: memory leak, unchecked memory allocations
+ - postgress: some bugs and cleanups (compiles cleanly now)
+ - tm: shm cloned lumps (SER-55) 
+ - tm: t_fifo: 64-bit fix
+ - tm: dst_uri clone fix
+ - tm: t_newtran/t_restransmit* races  (!)
+ - usloc: memory leak
+
+solaris:
+ - serctl, better ISA detection, signals
+*bsd:
+ - multicast options are properly set
+openbsd:
+ - tcp 64 bit fix
+
+
+
+0.9.3 changes
 
 
 
 
 new archs:
 new archs: