source: alternc/trunk/debian/changelog @ 2302

Revision 2302, 12.1 KB checked in by anarcat, 5 years ago (diff)

add changelog for recent package seperation work

Line 
1alternc (0.9.9) stable; urgency=low
2
3  * development version
4  * make a new alternc-slave package that eases installation on NFS-backed
5    frontend nodes
6  * FTP/TLS is now working properly (config is RSA not DSA, and key AND certif config
7    must be BOTH populated)
8
9 -- Antoine Beaupré <anarcat@koumbit.org>  Tue, 15 Apr 2008 11:52:56 -0400
10
11alternc (0.9.8) stable; urgency=high
12
13  This release is packed with minor enhancements and bugfixes. It also packages
14  security fixes. Not all targets of the milestone were accomplished but this
15  was released nevertheless because of the security issue.
16
17  * security:
18    * move mysql configuration into a valid MySQL configuration file
19      (/etc/alternc/my.cnf). This fixes a serious security issue (#318)
20      where the MySQL root password was passed on the commandline and could
21      therefore be visible to local users (and hosted members that don't have
22      safe_mode controls or can access the process table in some way).
23    * disable the autocomplete on frontal user/login
24  * various bugfixes
25    * upgrade to Debian standard 3.7.3 (from 3.7.2.1)
26    * added missing dependency on mysql-client
27    * fix display of errors on directory creation
28    * from Trac: #1012, #1082, #1077, #1109
29    * fix 0.9.7 regressions: #1079, #1080, #1099, #1076
30  * new features:
31    * starting with this release, the old warning signal defaults to "YES" which
32      means that AlternC can be automatically installed without preseeding.
33    * crude implementation of a permission change interface in the file browser
34      (partial implementation of #267)
35    * standardisation of the web interface, along with some esthetic changes, by
36      Marc Angles, sponsored by Koumbit (partial implementation of #37)
37    * styles can now be changed locally in admin/styles/custom.css
38    * allow arbitrary error strings in error handlers
39    * copy and archive extraction in the file browser (#1043)
40    * display at which time the DNS changes will take effect (#231)
41    * use timestamp for sql backups rather than rotating the files (#1063)
42    * other simple additions: #1043, #1097
43
44 -- Antoine Beaupré <anarcat@koumbit.org>  Thu, 10 Apr 2008 13:56:22 -0400
45
46alternc (0.9.7) stable; urgency=low
47
48  * major release, closing more than 40 bugs, including...
49  * Fixing MX check when hosting a mail (#1706)
50  * Delete the zonefile properly when destroying a domain (#772)
51  * Choose english as default language, (#1047)
52  * Proper parameter checking in subdomain creation (#1037)
53  * Changing ownership of /var/alternc/tmp, makes file upload work again (#1058)
54  * Force the restart of apache & apache-ssl (#1000)
55  * Redirect are now done on http://$url$1 base, not $url/$1 (#1054)
56  * Patch to install properly apache and apache-ssl modules
57  * We copy /etc/squirrelmail/default_pref content for new accounts in _createpop (#1015)
58  * we configure postfix even if main.cf don't currently exist (#1009)
59  * Fixed the 'view' link issues (no urlencode) (#690)
60  * Change "move" to "move to" (ergonomic) (#787)
61  * Confirm file deletion in the browser (#659)
62  * fix dns install of internal hosting domains (#1056)
63  * fix proftpd and saslauthd configuration for Etch (#1046, #1069)
64  * fix .eu, .be, .name whois issue (#571)
65  * change apache log format to a working one (using host request), also fix awstats issues.
66  * fix modules manipulation rules (#1062)
67  * try to support apache2, at least with the right dependencies
68  * end explicit mysql-server dependencies, which switches to Recommends,
69    since we can now configure remote mysql servers properly (#1014)
70  * fix our phpmyadmin config for etch (#1052)
71  * add portuguese translation
72  * see subversion changelog for more details
73
74 -- Antoine Beaupré <anarcat@koumbit.org>  Fri,  9 Nov 2007 18:40:50 -0500
75
76alternc (0.9.6.3) stable; urgency=low
77
78  * change dependency on courier-authmysql or courier-authlib-mysql for etch
79  * fix sql backups in case of missing target directory
80  * fix translations
81  * php5 compatibility
82  * fix checkmx (#1031)
83  * etch support
84
85 -- Antoine Beaupré <anarcat@koumbit.org>  Fri, 11 May 2007 01:18:08 +0000
86
87alternc (0.9.6.2) stable; urgency=high
88
89  * repackage 0.9.6.1 properly: include all latest fixes, which didn't make it
90    to the package
91  * don't put postfix in pre-depends
92  * urgency=high because 0.9.6.1 doesn't include all the security fixes it
93    pretends
94
95 -- Antoine Beaupré <anarcat@koumbit.org>  Wed, 17 Jan 2007 15:58:39 -0500
96
97alternc (0.9.6.1) stable; urgency=high
98
99  * Emergency release to fix issues with release 0.9.6.
100  * Fix a security issue with override_php.conf not being configured in apache, effectively disabling open_basedir restrictions. Closes: #1005
101  * Show installation warning only once. Closes: #737
102  * Make it possible to erase files and directories in file browser. Closes: #1002.
103  * Fix mail accounts creation. Closes: #1003.
104  * Fix a race condition in update_domains.sh which could allow users to
105    bypass openbasedir protection when creating domains. Reported by
106    Jerome Moinet.
107
108 -- Antoine Beaupré <anarcat@koumbit.org>  Fri, 12 Jan 2007 15:59:42 -0500
109
110alternc (0.9.6) stable; urgency=high
111
112  * Replacing C setuid scripts by perl-suid one. AlternC is now arch-indep !
113  * Do not overwrite httpd.conf anymore. Everything is now done through includes in the /etc/apache/conf.d/ directory
114  * Fix security issues with file browser and domain management that allowed an attacker to inspect the filesystem, create files in other accounts and perform cross site scripting javascript attacks. Credit: thabob.
115  * #563: do not overwrite php.ini anymore. Everything is configured in the
116    apache config.
117  * All other bugs are postponed to 0.9.7 because of the security issue (hence
118    urgency=high). See https://dev.alternc.org/trac/alternc/milestone/0.9.6
119    for more information.
120
121 -- Antoine Beaupré <anarcat@koumbit.org>  Mon, 27 Nov 2006 21:26:32 +0000
122
123alternc (0.9.5) stable; urgency=low
124
125  * maintenance release to fix packaging and security bugs
126  * see https://dev.alternc.org/trac/alternc/milestone/0.9.5 for milestone
127  * changelog at https://dev.alternc.org/trac/alternc/query?status=closed&milestone=0.9.5
128  However, this version contains mainly :
129  * quota management fixes
130  * bind now forbid recursion and domain poisoning
131  * now using po-debconf
132  * mysql right management now included in the web desktop.
133  * .eu tld domain is now allowed.
134  * postfix is now using saslauthd with rimap for smtp sasl authentication
135
136 -- Benjamin Sonntag <benjamin@alternc.org>  Thu,  4 May 2006 03:55:30 +0200
137
138alternc (0.9.4) stable; urgency=low
139
140  * maintenance release to fix packaging and security bugs
141  * see https://dev.alternc.org/trac/alternc/milestone/0.9.4 for milestone
142  * changelog at https://dev.alternc.org/trac/alternc/query?status=closed&milestone=0.9.4
143  However, this version contains mainly :
144  * Integration of Globenet patchs (replacement of do_domains.sh by update_domains.sh and others)
145  * Changing mysql database creation from uid to login name
146  * Major improvements in FHS compliance
147  * Major improvements in config file management and debconf idempotency
148
149 -- Benjamin Sonntag <benjamin@alternc.org>  Wed, 29 Mar 2006 19:34:41 +0200
150
151alternc (0.9.3.1) testing; urgency=low
152
153  * maintenance release to fix packaging and security bugs
154  * see http://mantis.alternc.org/view.php?id=436 for milestones
155  * full changelog at: http://mantis.alternc.org/changelog_page.php
156  * Arch: all to have this package available in all architectures
157  * take over maintainership
158  * release sponsored by Koumbit.net
159
160 -- Antoine Beaupre <anarcat@koumbit.org>  Thu, 19 Jan 2006 20:48:45 +0000
161
162alternc (0.9.3.9-globenet10) stable; urgency=low
163
164  * Fix typo in sqlbackup.sh.
165  * Another fix for empty host in update_domains.sh.
166  * Fix database name spliting in the bureau.
167  * Fix zone reload and php overrides bugs in update_domains.sh.
168  * Don't try to generate php override file for IP hosts.
169  * Redirect apache reload output to the log file in update_domains.sh.
170  * Fix sendmail wrapper behaviour w.r.t. Sender header.
171  * Correct Section and Maintainer field for the Debian package.
172
173 -- Lunar <lunar@anargeek.net>  Sat, 15 Oct 2005 02:43:37 +0200
174
175alternc (0.9.3.9-globenet9) unstable; urgency=low
176
177  * Fix deletion of empty host in update_domains.sh.
178  * Fix DNS zone serial generation.
179
180 -- Lunar <lunar@anargeek.net>  Thu, 22 Sep 2005 00:26:15 +0200
181
182alternc (0.9.3.9-globenet8) unstable; urgency=low
183
184  * Finally fix empty host handling in update_domains.sh.
185
186 -- Lunar <lunar@anargeek.net>  Wed, 21 Sep 2005 23:45:06 +0200
187
188alternc (0.9.3.9-globenet7) unstable; urgency=low
189
190  * Fix menulist.txt symlink target.
191
192 -- Lunar <lunar@anargeek.net>  Wed, 21 Sep 2005 21:26:02 +0200
193
194alternc (0.9.3.9-globenet6) unstable; urgency=low
195
196  * Create menulist.txt symbolic link in debian/rules
197  * Make menulist.txt migration more likely to happen
198
199 -- Lunar <lunar@anargeek.net>  Wed, 21 Sep 2005 21:08:08 +0200
200
201alternc (0.9.3.9-globenet5) unstable; urgency=low
202
203  * Rewrite sqlbackup.sh, enabling non-local MySQL server
204  * allow mysql users connection from the web server (jonathan)
205  * Move menulist.txt to /etc/alternc
206  * Fix update_domains.sh not working with empty hostnames
207
208 -- Lunar <lunar@anargeek.net>  Wed, 21 Sep 2005 19:57:59 +0200
209
210alternc (0.9.3.9-globenet4) unstable; urgency=low
211
212  * named.template now points to the correct directory..
213
214 -- Lunar <lunar@anargeek.net>  Thu, 15 Sep 2005 00:00:37 +0200
215
216alternc (0.9.3.9-globenet3) unstable; urgency=low
217
218  * Fix mail not sent from PHP scripts
219  * Actually exit update_domains.sh when killed
220  * Fix templates warning
221  * Fix reverse DNS test for BIND_INTERNAL
222
223 -- Lunar <lunar@anargeek.net>  Wed, 14 Sep 2005 23:54:23 +0200
224
225alternc (0.9.3.9-globenet2) unstable; urgency=low
226
227  * Fix alternc.install failling when unable to backup an unecessary file.
228
229 -- Lunar <lunar@anargeek.net>  Tue,  6 Sep 2005 23:18:56 +0200
230
231alternc (0.9.3.9-globenet1) unstable; urgency=low
232
233  * Major overhaul of configuration and install system:
234      - /etc/alternc/alternc.conf is no more and /etc/alternc/local.sh
235        is used by everyone else.
236      - alternc.install was rewritten.
237      - configuration templates now lies in /etc/alternc/templates,
238        tagged as conffiles.
239      - alternc.install will now check if you have changed a configuration
240        file without modifying the template and calling alternc.install
241        again.
242      - alternc.install now determines which configuration files it needs
243        based on what is currently installed, thus it's easier to build
244        custom Debian package with lower deps.
245  * BIND interaction mostly rewritten:
246      - do_domaines.sh is no more and replaced by update_domains.sh
247      - templates used to build automatic.conf and zone files are now in
248        /etc/bind/templates once installed
249      - automatic.conf and slaveip.conf are now generated in /var/alternc/bind
250      - zone files are now generated in /var/alternc/bind/zones.
251      - the secondary feature and /usr/lib/alternc/bind2 are gone
252  * Small things:
253      - Striped the second reject_unauth_destination from postfix main.cf.
254      - Fixed debconf dependency.
255      - Add support for quota on NFS partitions.
256      - Disk usage calculation disabled for directories in browser.
257      - bind_internal is now used in named.conf template.
258      - Fixed phpmyadmin server list bug.
259
260 -- Lunar <lunar@anargeek.net>  Tue,  6 Sep 2005 20:34:53 +0200
261
262alternc (0.9.3) testing; urgency=low
263
264  * Upstream update : many bugfixes, see the bugs related to
265    http://mantis.alternc.org/view.php?id=246 for details
266
267 -- Benjamin Sonntag <benjamin@alternc.org>  Wed, 10 Nov 2004 00:00:00 +0200
268
269alternc (0.9.2-2) testing; urgency=low
270
271  * Upstream update : many bugfixes (http://mantis.alternc.org)
272
273 -- Benjamin Sonntag <benjamin@alternc.org>  Wed, 09 Sep 2004 23:04:26 +0200
274
275alternc (0.9.2-1) testing; urgency=low
276
277  * Upstream update
278
279 -- Benjamin Sonntag <benjamin@alternc.org>  Fri, 27 Aug 2004 18:04:26 +0200
280
281alternc (0.9.1-1) testing; urgency=low
282
283  * Upstream update
284
285 -- Benjamin Sonntag <benjamin@alternc.org>  Fri, 04 Jun 2004 19:31:26 +0200
286
287alternc (0.9-1) testing; urgency=low
288
289  * Initial Release.
290
291 -- Benjamin Sonntag <benjamin@alternc.org>  Tue, 27 Aug 2002 19:31:26 +0200
292
293Local variables:
294mode: debian-changelog
295End:
296
297       
Note: See TracBrowser for help on using the repository browser.