Updated version to 0.9.0~pre2-1, this time before the tarball's released.
[freeradius.git] / debian / changelog
1 freeradius (0.9.0~pre2-1) unstable; urgency=low
2
3   * New Upstream prerelease.
4    - Upstream dictionary files are in /usr/share/freeradius.
5    - Modified to 'configure{,.in}' to work with openssl 0.9.7 and 0.9.6
6   * Renamed pacakges to 'freeradius*' from 'radiusd-freeradius*'.
7   * Moved file hierarchy around to be neater:
8    - /etc/raddb -> /etc/freeradius
9    - /usr/share/doc/radiusd-freeradius -> /usr/share/doc/freeradius
10    - /var/log/radiusd-freeradius -> /var/log/freeradius
11    - /var/run/radiusd/radiusd.pid -> /var/run/freeradius/freeradius.pid
12   * Included RFCs in documentation.
13   * Enabled the daemon to run under user 'freerad:freerad' by default.
14   * Added support for DEB_BUILD_OPTIONS for policy 3.5.9 compliance.
15   * Installed SNMP mibs for Radius
16
17  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed,  9 Jul 2003 14:35:32 +1000
18
19 radiusd-freeradius (0.7+cvs20021113-1) unstable; urgency=low
20  
21   * Explicitly excluding modules not in the "stable" list.
22   * Updated policy version number.
23   * Moved from non-US/main to main.
24   * Put pidfile in package's own directory.
25   * Package not as buggy and unstable modules are easily identifiable. 
26     (closes: Bug#142217)
27   * Init script handles failure better. (closes: Bug#151264)
28   * New upstream release.  (closes: Bug#140536)
29   * Uses available version of postgresql.  (closes: Bug#139290)
30   * Removed "conflicts" with other radiusds.
31   * Added new build-dep on libtool.
32   * Changed section to "net" from "admin".
33   * New config.guess.  (closes: Bug#168647)
34   * Run with freerad user and group.  (closes: Bug#168272)
35   * Added libssl-dev as build-dep.  (closes: #131832)
36
37  -- Chad Miller <cmiller@debian.org>  Wed, 13 Nov 2002 17:01:19 -0500
38
39 radiusd-freeradius (0.5+cvs20020408-1) unstable; urgency=high
40
41   * New build-dep on libssl-dev, which is implied by another dep, but making 
42     explicit for builders on Potato.  (closes: Bug#131832)
43   * Built against new postgresql libraries, so automatic dep tracking has 
44     the correct version, now.  (closes: Bug#139290)
45   * Removed python example module.
46   * Explicitly disabled beta ippool module.
47
48  -- Chad Miller <cmiller@debian.org>  Mon,  8 Apr 2002 11:48:30 -0400
49
50 radiusd-freeradius (0.4-1) unstable; urgency=high
51
52   * New release.
53   * upstream: New EAP support.
54   * upstream: Fixed security bug in string translation.
55
56  -- Chad Miller <cmiller@debian.org>  Thu, 13 Dec 2001 09:26:45 -0500
57
58 radiusd-freeradius (0.3-2) unstable; urgency=low
59
60   * Moved to using logrotate instead of cron for files.
61   * Fixed permissions of log files. (closes: Bug#116242,#116243)
62   * Close file descriptors of stdin, stdout, stderr, if not debugging.
63     (closes: Bug#116768)
64   * Made package "non-native".  (An upload issue, not code.)  
65     (closes: Bug#119161)
66
67  -- Chad Miller <cmiller@debian.org>  Tue, 20 Nov 2001 10:50:20 -0500
68
69 radiusd-freeradius (0.3-1) unstable; urgency=low
70
71   * New release.
72
73  -- Chad Miller <cmiller@debian.org>  Tue,  9 Oct 2001 18:16:23 -0400
74
75 radiusd-freeradius (0.2+20010917-1) unstable; urgency=low
76
77   * Removed old mysql build-dep.  (closes: Bug#112541)
78
79  -- Chad Miller <cmiller@debian.org>  Mon, 17 Sep 2001 11:38:24 -0400
80
81 radiusd-freeradius (0.2+20010912-1) unstable; urgency=low
82
83   * Build-dep mysql changed package names.
84   * Added build-dep for libmysqlclient10-dev.  (closes: Bug#111880)
85   * In acct_users, keep reply pairs.
86   * Integer values are printed as unsigned numbers, to comply with RFC2866.
87   * Fixed broken/reversed auth comparisons in SQL module.
88   * Sucked out CPPness from inside a printf, as printf is a macro in newer
89     compilers (gcc3.0, e.g.).  (closes: Bug#100889)
90   * Sundry LDAP configuration, unresponsive thread, and proxying fixes.
91   * Added user 'freerad' into the 'shadow' group.
92   * Fixed UUCP-style of restricting time of log-in.
93   * Changed debugging messages to give more info about execution flow.
94   * Better counter module.  
95   * Inserted CHAP support for SQL modules.
96   * Removed possible infinite loop.
97
98  -- Chad Miller <cmiller@debian.org>  Wed, 12 Sep 2001 21:21:47 -0400
99
100 radiusd-freeradius (0.1+20010527-1) unstable; urgency=low
101
102   * Updated config.{guess,sub} to recent versions.  (closes: Bug#98183)
103   * Updated build-dep to reflect supercession of libltdl0-dev by libltdl3-dev
104     (closes: Bug#98914)
105
106  -- Chad Miller <cmiller@debian.org>  Sun, 27 May 2001 11:44:40 -0400
107
108 radiusd-freeradius (0.1+20010517-1) unstable; urgency=low
109
110   * Moved package to non-US to allow in Kerberos and PostgreSQL.
111   * Set Suggests of modules to main package.
112   * Better compile-time support of *BSD.
113
114  -- Chad Miller <cmiller@debian.org>  Thu, 17 May 2001 14:46:51 -0400
115
116 radiusd-freeradius (0.1-1) unstable; urgency=low
117
118   * First beta release!
119   * Added generalized SQL support for ODBC, Oracle, MySQL, and Postgres.
120   * Added shasta, microsoft, and redback dictionaries.
121   * Fixed rc.d restart rule.
122   * Added a user to own the daemon and logfiles.
123   * SQL DB handles more forgiving of unreachable servers at startup.
124   * SQL Crypt-Password attribute support.
125   * Fixed cron log rotation.
126   * Put module libraries in own directory.
127   * Removed bogus build-dep.  (closes: Bug#87277)
128   * Better permissions on /etc/raddb
129   * Use correct LDAP library.
130   * Fork ldap, postgresql, and mysql modules into different packages.
131   * Remove Kerberos, as it's restricted from export.
132
133  -- Chad Miller <cmiller@debian.org>  Mon,  7 May 2001 16:37:46 -0400
134
135 radiusd-freeradius (0.0.20010109-1) unstable; urgency=low
136
137   * Changed priority, from standard to optional.
138
139  -- Chad Miller <cmiller@debian.org>  Tue,  9 Jan 2001 14:01:38 -0500
140
141 radiusd-freeradius (0.0.20001227-1) unstable; urgency=low
142
143   * Initial revision. (closes: Bug#76476)
144
145  -- Chad Miller <cmiller@debian.org>  Wed, 27 Dec 2000 11:58:56 -0500