ser 0.9.4 is the new stable release. This is a "bug fix" release, it contains no new features, just bug fixes.
Upgrading from 0.9.3 is very easy: just replace your 0.9.3 ser with the new version (the 0.9.3 config should work without any changes and the same goes for sems, serweb and the mysql tables).
0.9.4 uses the same cvs branch as 0.9.3: rel_0_9_0.
The new release can be downloaded from: ftp://ftp.berlios.de/pub/ser/0.9.4/ (see ftp://ftp.berlios.de/pub/ser/0.9.4/README for more information).
If you use debian you can user the apt.sip-router.org ser debian repository by adding the following lines:
deb http://apt.sip-router.org/debian stable main contrib non-free deb http://apt.sip-router.org/debian testing main contrib non-free deb http://apt.sip-router.org/debian unstable main contrib non-free
to your /etc/apt/sources.list and then
apt-get install ser ser-cpl-module ser-jabber-module ser-mysq-module ser-pa-module ser-postgres-module ser-radius-modules
to install all the ser packages.
Changes:
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
Andrei