1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
openser (1.1.0-0) unstable; urgency=low
* OpenSER v1.1.0 Release.
* new debian package: openser-unixodbc
* new openserctl
-- Daniel-Constantin Mierla <daniel@voice-system.ro> Mon, 10 Jul 2006 12:23:00 +0200
openser (1.0.1-1) unstable; urgency=low
* Packaging sanitized.
* Remove everything debconf-related; setting up an HA cluster is an
advanced use of OpenSER which cannot be handled through debconf anyway.
* debian/control:
+ Remove all -tls- packages.
+ Add missing build-depends: zlib1g-dev, flex, bison.
+ Build-Depend on libradiusclient-ng-dev, libmysqlclient15-dev.
+ Packages descriptions rewritten.
+ Add an openser-dbg package.
* debian/rules:
+ Remove everything related to -tls- packages.
+ Build with -g -Wall -O2
-- Julien BLACHE <jblache@debian.org> Fri, 30 Jun 2006 22:22:11 +0200
openser (1.0.1-0) unstable; urgency=low
* OpenSER v1.0.1 Release.
-- Daniel-Constantin Mierla <daniel@voice-system.ro> Mon, 27 Feb 2006 19:23:00 +0200
openser (1.0.0-2) unstable; urgency=low
* Create a sequence file for use if the radius accounting is enabled,
which is guaranteed to be writable by openser no matter what user
and group is running as. If radius accounting is used, this can be
added in your clients.conf that is used by openser as:
seqfile /var/run/openser/openser_radius.seq
* Fixed wording in the master_node template description
-- Dan Pascu <dan@ag-projects.com> Fri, 03 Feb 2006 20:20:24 +0200
openser (1.0.0-1) unstable; urgency=low
* Added support for debconf. A number of things can now be configured
when installing the package: if to start on boot, the ammount of
memory the openser server will use and if to dump core files when
the server crashes.
* Added support for storing startup options in /etc/default/openser.
This file is used by /etc/init.d/openser to setup various startup
options which no longer need to be modified in the startup script
itself.
* Fixed issue with not adding dependency on libradius-ng
* Fixed issue with the debian postinst scripts which resulted in the
openser system user not being created for the openser-tls package
* Fixed issue with some debhelper entries being added twice in the
openser postrm and prerm scripts
* Fixed issue with the openser system user not having his home
directory removed on purge
* Fixed a number of typos in the Suggests and Conflicts directives
in the debian control file
* Up to date with recent bugfixes from upstream
-- Dan Pascu <dan@ag-projects.com> Thu, 02 Feb 2006 12:47:41 +0200
openser (1.0.0-0) unstable; urgency=low
* First Public Release.
-- Daniel-Constantin Mierla <daniel@voice-system.ro> Tue, 07 Jun 2005 18:23:19 +0200
|