cleanup text-match
[awl.git] / debian / changelog
blobdf6474219863122ca8dba50fea07b18d9ba9bed5
1 awl (0.55-1) unstable; urgency=low
3   * New upstream release (closes: #703381).
5  -- 
7 awl (0.54-1) unstable; urgency=low
9   * New upstream release.
11  -- Andrew McMillan <awm@debian.org>  Thu, 07 Mar 2013 00:12:59 +1300
13 awl (0.53-1) unstable; urgency=low
15   * New upstream release.
17  -- Andrew McMillan <awm@debian.org>  Wed, 04 Jul 2012 19:06:03 +1200
19 awl (0.52-1) unstable; urgency=low
21   * New upstream release.
23  -- Andrew McMillan <awm@debian.org>  Sun, 17 Jun 2012 22:00:07 +1200
25 awl (0.51-1) unstable; urgency=low
27   * New upstream release.
29  -- Andrew McMillan <awm@debian.org>  Fri, 13 Jan 2012 23:40:04 +1300
31 awl (0.50-1) unstable; urgency=low
33   * New upstream release.
34   * Fix lintian warnings.
36  -- Andrew McMillan <awm@debian.org>  Wed, 04 Jan 2012 13:49:06 +1300
38 awl (0.49-1) unstable; urgency=low
40   * New upstream release.
42  -- Andrew McMillan <awm@debian.org>  Mon, 24 Oct 2011 20:10:02 +1300
44 awl (0.48-1) unstable; urgency=low
46   * New upstream release.
48  -- Andrew McMillan <awm@debian.org>  Sat, 24 Sep 2011 14:03:45 +1200
50 awl (0.47-1) unstable; urgency=low
52   * New upstream release.
54  -- Andrew McMillan <awm@debian.org>  Sat, 24 Sep 2011 13:56:27 +1200
56 awl (0.46-1) unstable; urgency=low
58   * New upstream release.
60  -- Andrew McMillan <awm@debian.org>  Sun, 11 Sep 2011 00:07:48 +1200
62 awl (0.45-0) unstable; urgency=low
64   * New upstream release.
66  -- Andrew McMillan <awm@debian.org>  Tue, 21 Sep 2010 14:19:43 +1200
68 awl (0.44-0) unstable; urgency=low
70   * New upstream release.
72  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon, 13 Sep 2010 00:36:31 +1200
74 awl (0.43-0) unstable; urgency=low
76   * New upstream release. (closes: #538598)
78  -- Andrew McMillan <debian@mcmillan.net.nz>  Thu, 15 Apr 2010 20:22:55 +1200
80 awl (0.42-0) unstable; urgency=low
82   * New upstream release.
84  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon, 08 Mar 2010 18:19:41 +1300
86 awl (0.41-0) unstable; urgency=low
88   * New upstream release.
90  -- Andrew McMillan <debian@mcmillan.net.nz>  Tue, 23 Feb 2010 23:12:33 +1300
92 awl (0.40-0) unstable; urgency=low
94   * New upstream release.
96  -- Andrew McMillan <debian@mcmillan.net.nz>  Fri, 05 Feb 2010 00:03:56 -0800
98 awl (0.39-0) unstable; urgency=low
100   * New upstream release.
102  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon, 21 Dec 2009 23:33:23 +1300
104 awl (0.38-0) unstable; urgency=low
106   * New upstream release.
107   * Full change history no longer kept in Debian changelog.
109  -- Andrew McMillan <debian@mcmillan.net.nz>  Tue, 06 Oct 2009 09:41:20 -0700
111 awl (0.37) unstable; urgency=low
113     * [XMLDocument] href method now returns an array of hrefs.
114     * [Browser] Allow forced result ordering.
115     * [Browser] Add a method to retrieve total for a column.
116     * [Browser] Add facility for DISTINCT to browser clauses.
117     * [Session] Fix unset variables in temporary password requests.
118     * [MenuSet] Default to not displaying empty menus.
119     * [XMLElement] Return null on no value, rather than returning without a value.
120     * [User] Display current record better.
121     * [iCalendar] More efficient use of memory.
122     * [Session] This isn't just a WRMS library any longer...
123     * [PgQuery] Move DB version detection out of the DB.
125  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon, 22 Jun 2009 14:00:17 +1200
127 awl (0.36) unstable; urgency=low
129   * [User] Add new changeusername/changeactive restrictions.
130   * [MenuSet] Allow presentation as CSS styled menus.
131   * [PgQuery] Get rid of ini_set/ini_get calls.
132   * [classBrowser] Allow the enclosing div to be customised.
133   * [AWMUtilities] New parameter cleaning function.
134   * [MenuSet] Improve default sorting of menu options.
135   * [iCalendar] Mask components and clone confidential events.
136   * [classBrowser] Move column value replacement into the object.
137   * [iCalendar] Correct an error appending components.
138   * [DataUpdate] Use SSHA1 by preference on password updates.
139   * [Session] local_index_not_logged_in is no longer preceded/followed by calls
140     to page-header.php/page-footer.php.
141   * [classBrowser] Add methods to SetLimit() and SetOffset() in the query.
142   * [DataUpdate] Add a field type for 'interval'.
143   * [DataUpdate] Explicitly return a null value for fields which are not set.
144   * Various general bugfixes and warning removals.
146  -- Andrew McMillan <debian@mcmillan.net.nz>  Fri, 10 Apr 2009 21:53:28 +1200
148 awl (0.34) unstable; urgency=low
150   * [General] Use @todo: everywhere for phpdocumentor.
151   * [iCalendar] Make iCalComponent usable in preference to iCalendar.
152   * [classBrowser] A hook can display the row if it matches a pattern.
153   * Better namespace handlin in XML processing.
154   * [iCalendar] Add functions for attendee/organizer checking.
156  -- Andrew McMillan <debian@mcmillan.net.nz>  Tue, 18 Nov 2008 18:05:38 +1300
158 awl (0.33) unstable; urgency=low
160   * Remove a couple of uninitialised variable warnings.
161   * [AWLUtilties] Add a quoted_printable_encode function
162   * [XMLDocument] New object to assist with namespaced XML document creation.
163   * [iCalendar] Remove the expectation that XML will be case folded.
164   * [iCalendar] New iCalendar->Add method to add properties which occur multiply.
165   * [iCalendar] Fix word wrapping.
166   * [iCalendar] Add CALSCALE:GREGORIAN to response.
167   * [PgQuery] Escaping for newer Postgres versions should be preceded with an 'E'.
168   * [General] Remove lots of uninitialised variable warnings.
170  -- Andrew McMillan <debian@mcmillan.net.nz>  Tue, 28 Oct 2008 20:23:20 +1300
172 awl (0.32) unstable; urgency=low
174   * Include docs & don't compress classTree.js (closes: #493687)
175   * Recommend php5|4 rather than depend (closes: #493686)
176   * debian/compat should be in the source package.
177   * Clean up minor lintian warnings.
179  -- Andrew McMillan <debian@mcmillan.net.nz>  Tue, 16 Sep 2008 14:04:02 +1200
181 awl (0.31) unstable; urgency=low
183   * Packaging changes for Debian upload.
185  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon, 14 Jul 2008 22:43:45 +1200
187 awl (0.30) unstable; urgency=low
189   * Split API docs to separate package.
190   * Add auth_external routine to acknowledge external authentication.
191   * [iCalendar] Don't create a property called 'type'
192   * Log when deprecated functions are called
193   * Reduce uninitialised variable warnings.
194   * Close Debian ITP bug (closes: #490438)
196  -- Andrew McMillan <debian@mcmillan.net.nz>  Sat, 12 Jul 2008 23:08:11 +1200
198 awl (0.29) unstable; urgency=low
200   * Minor code cleanup.
202  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 07 May 2008 21:16:28 +1200
204 awl (0.28) unstable; urgency=low
206   * Remove references to the 'general' database user.
207   * Add type cast to work correctly with PostgreSQL 8.3
209  -- Andrew McMillan <debian@mcmillan.net.nz>  Fri, 18 Apr 2008 17:32:01 +1200
211 awl (0.27) unstable; urgency=low
213   * Changes to database creation scripts to separate table definitions from
214     ownership definitions.
216  -- Andrew McMillan <debian@mcmillan.net.nz>  Sun, 13 Apr 2008 00:21:46 +1200
218 awl (0.26) unstable; urgency=low
220   * Improve translatability of interfaces.
221   * [classBrowser] Provide a pre-formatting hook for column value manipulation.
223  -- Andrew McMillan <debian@mcmillan.net.nz>  Sun, 13 Apr 2008 00:19:26 +1200
225 awl (0.25) unstable; urgency=low
227   * [iCalendar] Fix naming of Set function.
228   * [iCalendar] Fix wrapping of components.
230  -- Andrew McMillan <debian@mcmillan.net.nz>  Sat, 09 Feb 2008 20:08:21 +1300
232 awl (0.24) unstable; urgency=low
234   * Add the ability to open Database connections persistently.
236  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 23 Jan 2008 23:51:16 +1300
238 awl (0.23) unstable; urgency=low
240   * [iCalendar] Fixes to timezone handling.
241   * [iCalendar] Bugfix in SetComponents
242   * [XMLElement] Method to return count of sub-elements.
243   * [Session] Log detailed error when SSHA passwords are present but not
244     supported.
246  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 16 Jan 2008 21:52:28 +1300
248 awl (0.22) unstable; urgency=low
250   * Add a Salted SHA-1 password hashing algorithm compatible with OpenLDAP and
251     make it the default.
252   * iCalendar: ClearComponents should be recursive.
253   * DataUpdate: Add a cache for the field names retrieved from the DB.
254   * AuthPlugins: Add an optional 'where' clause to auth_other_awl
256  -- Andrew McMillan <debian@mcmillan.net.nz>  Thu, 01 Nov 2007 21:22:00 +1300
258 awl (0.21) unstable; urgency=low
260   * Add support for rendering a restricted set of properties.
261   * Disallow login for inactive users in auth_other_awl
263  -- Andrew McMillan <debian@mcmillan.net.nz>  Thu, 25 Oct 2007 15:11:17 +1300
265 awl (0.20) unstable; urgency=low
267   * Rewrite of iCalendar.php to fully parse the structure.
268   * Allow second-level ordering of Browse widgets.
269   * Add optional parameters to PgQuery::BuildOptionList
271  -- Andrew McMillan <debian@mcmillan.net.nz>  Tue, 16 Oct 2007 13:30:52 +1300
273 awl (0.19) unstable; urgency=low
275   * More care when recording timezones.
276   * New PHPDocumentor structure.
277   * Various fixes and enhancements to XMLElement.php
278   * New packaging layout.
279   * Changes to iCalendar.php to implement CalDAV filters.
281  -- Andrew McMillan <debian@mcmillan.net.nz>  Thu, 14 Jun 2007 20:31:55 +0100
283 awl (0.18) unstable; urgency=low
285   * Improve formatting of default date.
287  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 18 Apr 2007 22:10:21 +1200
289 awl (0.17) unstable; urgency=low
291   * Added a clone() function for forward compatibility with PHP5.
293  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon, 19 Mar 2007 12:48:35 +1200
295 awl (0.16) unstable; urgency=low
297   * Fix some warnings under PHP5.
298   * Minor change to query logging.
300  -- Andrew McMillan <debian@mcmillan.net.nz>  Thu,  8 Mar 2007 11:02:51 +1300
302 awl (0.15) unstable; urgency=low
304   * Release 0.15.
306  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon, 19 Feb 2007 21:04:22 +1300
308 awl (0.14) unstable; urgency=low
310   * Add a function for UUID generation.
311   * Record what locale we did successfully set.
312   * Extended XML handling library to support easier building and
313     querying of an internal structure.
315  -- Andrew McMillan <debian@mcmillan.net.nz>  Sat, 23 Dec 2006 22:17:28 +1300
317 awl (0.13) unstable; urgency=low
319   * Remove unassigned value warnings and others that show up when we enable
320     E_NOTICE in php.ini.
321   * Allow for something to hook into the authentication process.  Include a
322     simple example.
324  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon,  4 Dec 2006 07:42:53 +1300
326 awl (0.12) unstable; urgency=low
328   * Add BuildConfirmationHash() and CheckConfirmationHash() methods to reduce
329     vulnerability to some scripting attacks, when used.
330   * Fix incorrect variable name in Translation.php (closes sf-600138)
331   * Many enhancements to the iCalendar class.
332   * Minor double-error niggle in PgQuery fixed.
334  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 22 Nov 2006 23:08:14 +1300
336 awl (0.11) unstable; urgency=low
338   * Significantly better translation readiness.
339   * New release.
341  -- Andrew McMillan <debian@mcmillan.net.nz>  Fri, 10 Nov 2006 15:21:44 +1300
343 awl (0.10) unstable; urgency=low
345   * The beginnings of a framework for doing internationalisation.
346   * Fix the Forget Me Not functionality.
347   * New release.
349  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon,  6 Nov 2006 10:35:30 +1300
351 awl (0.9) unstable; urgency=low
353   * Actually save the user's roles when they are changed.
354   * New release.
356  -- Andrew McMillan <debian@mcmillan.net.nz>  Fri, 27 Oct 2006 12:20:29 +1300
358 awl (0.8) unstable; urgency=low
360   * Fix date style handling and expose the date style on user maintenance.
361   * New release.
363  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon, 23 Oct 2006 11:23:55 +1300
365 awl (0.7-0) unstable; urgency=low
367   * Add ability for browser to have arbitrary extra rows.
368   * Some code cleanups and documentation additions.
369   * Fix minor XML collapse bug.
370   * Use YYYY for backward compatibility with PostgreSQL 7.4.
372  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 18 Oct 2006 10:38:57 +1300
374 awl (0.6-0) unstable; urgency=low
376   * Addition of iCalendar library to replace vEvent.
377   * Warning removal cleanup.
379  -- Andrew McMillan <debian@mcmillan.net.nz>  Sun,  8 Oct 2006 19:53:07 +1300
381 awl (0.5-0) unstable; urgency=low
383   * Add a basic library for XML document output.
384   * Various enhancements to Vevent.
385   * Some changes so PgQuery logs with $c->dbg settings.
387  -- Andrew McMillan <debian@mcmillan.net.nz>  Thu,  5 Oct 2006 00:40:39 +1300
389 awl (0.4-1) unstable; urgency=low
391   * Logging changes.
392   * Add object for VEVENT iCalendar files.
393   * Improvements to User class to render roles.
395  -- Andrew McMillan <debian@mcmillan.net.nz>  Sun,  1 Oct 2006 20:33:39 +1300
397 awl (0.4-0) unstable; urgency=low
399   * A number of changes due to excessive work on the start of a simple CalDAV
400     store.
401   * New AWLUtilities.php location for utility functions for logging and other
402     useful stuff.
404  -- Andrew McMillan <debian@mcmillan.net.nz>  Sun, 24 Sep 2006 17:23:20 +1200
406 awl (0.3-2) unstable; urgency=low
408   * Put changelog in the right place.
410  -- Andrew McMillan <debian@mcmillan.net.nz>  Tue,  1 Aug 2006 08:21:46 +1200
412 awl (0.3-1) unstable; urgency=low
414   * Various changes made for APMS.
416  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 28 Jun 2006 06:47:29 +1200
418 awl (0.3-0) unstable; urgency=low
420   * Add URL escaping possibilities to field values replaced into output.
422  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 10 May 2006 22:10:55 +1200
424 awl (0.2-2) unstable; urgency=low
426   * Some merges from WRMS.
428  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon,  8 May 2006 08:55:55 +1200
430 awl (0.2-1) unstable; urgency=low
432   * Merges and fixes from WRMS codebase.
434  -- Andrew McMillan <debian@mcmillan.net.nz>  Thu,  4 May 2006 22:31:37 +1200
436 awl (0.1-1) unstable; urgency=low
438   * Initial release.
440  -- Andrew McMillan <debian@mcmillan.net.nz>  Tue,  2 May 2006 07:43:59 +1200