Update version number
authoraland <aland>
Mon, 26 Mar 2007 12:58:16 +0000 (12:58 +0000)
committeraland <aland>
Mon, 26 Mar 2007 12:58:16 +0000 (12:58 +0000)
configure
configure.in
debian/changelog
doc/ChangeLog

index 26506dd..50aad03 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.198.2.15.2.11 .
+# From configure.in Revision: 1.198.2.15.2.12 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.60.
 #
@@ -1925,7 +1925,7 @@ ac_config_headers="$ac_config_headers src/include/autoconf.h"
 
 
 RADIUSD_MAJOR_VERSION=1
-RADIUSD_MINOR_VERSION=1.5
+RADIUSD_MINOR_VERSION=1.6
 RADIUSD_VERSION="${RADIUSD_MAJOR_VERSION}.${RADIUSD_MINOR_VERSION}"
 
 
index 771cb0f..ad0996d 100644 (file)
@@ -27,7 +27,7 @@ AC_PREREQ([2.50])
 
 dnl # The version of the software
 RADIUSD_MAJOR_VERSION=1
-RADIUSD_MINOR_VERSION=1.5
+RADIUSD_MINOR_VERSION=1.6
 RADIUSD_VERSION="${RADIUSD_MAJOR_VERSION}.${RADIUSD_MINOR_VERSION}"
 
 dnl #############################################################
index b11dd42..babf318 100644 (file)
@@ -1,3 +1,9 @@
+freeradius (1.1.6-0) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Alan DeKok <aland@freeradius.org>  Mon, 26 Mar 2007 14:57:03 +0100
+
 freeradius (1.1.5-0) unstable; urgency=low
 
   * New upstream release.
index 6ac510c..79a1a10 100644 (file)
@@ -1,5 +1,17 @@
+FreeRADIUS 1.1.6 ; $Date$, urgency = low
+       Feature improvements
+
+       Bug fixes
+       * Corrected a few double free's
+       * Corrected typo in radrelay, which prevented it from working
+       * Made Firebird module build
+       * Fixed bug in PostgreSQL module that caused server crash.
+       * Fixed bug in SQL module that could cause server to crash.
+       
 FreeRADIUS 1.1.5 ; Date: 2007/03/05 13:13:43  , urgency=low
        Feature improvements
+       * Updated rlm_python to something usable
+       * Added experimental sql "HPW" IPPools.
        * Added more dictionaries
        * Dictionary files now MUST NOT be globally writable.
        * Configuration files now MUST NOT be globally readable,