2012-07-04  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.53

2012-06-26  Andrew McMillan  <andrew@morphoss.com>
	* Correct replacement when 'mailto:' is not passed in as first part of match.

2012-06-25  Andrew McMillan  <andrew@morphoss.com>
	* Fix name of CDO TZID property, avoid unassigned variable warning.
	* Fix typo in unlocking code.

2012-05-28  Andrew McMillan  <andrew@morphoss.com>
	* For creating MIME messages.
	* Updated and modernized.

2012-06-17  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.52

2012-06-14  Andrew McMillan  <andrew@morphoss.com>
	* [DataUpdate] Fix regular expression matching whether value is already a salted hash.

2012-05-20  Andrew McMillan  <andrew@morphoss.com>
	* [XMLElement] Changes for more repeatable parsing.
	* [XMLDocument] If an href includes a space or @ then bug about it, but urlencode it also.

2012-05-15  Andrew McMillan  <andrew@morphoss.com>
	* [Editor] Add support for labels on checkboxes.

2012-05-11  Andrew McMillan  <andrew@morphoss.com>
	* [XMLElement] XML parsing / creating improvements / fixes.

2012-04-30  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] We should use GetNSTag() rather than GetTag() in most cases.

2012-04-22  Andrew McMillan  <andrew@morphoss.com>
	* [AwlQuery] Throw exception if the database is not connected when we try to query it.

2012-04-16  Andrew McMillan  <andrew@morphoss.com>
	* [vCalendar] Log the actual VTIMEZONE which appears to be in error.

2012-03-22  Andrew McMillan  <andrew@morphoss.com>
	* [vCalendar] New SetUID/GetUID methods used by POST add-member.

2012-03-12  Andrew McMillan  <andrew@morphoss.com>
	* [Editor] The current row needs to be global so the hook might reference it.

2012-01-13  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Fix handling for vcard peculiarities.
	* [vComponent] Don't escape all ; in N or ADR.
	* [vComponent] Allow for property parameters to be multiply set.
	* [AwlDbDialect] Don't treat binary strings longer than 6 characters as numbers.
	* Release 0.51

2012-01-04  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.50

2011-11-09  Andrew McMillan  <andrew@morphoss.com>
	* [AWLUtilities] Ensure we flush output buffers on abort.

2011-11-02  Andrew McMillan  <andrew@morphoss.com>
	* [vCalendar] More support for scheduling-related actions.
	* [vComponent] Minor performance tweaks.

2011-10-31  Andrew McMillan  <andrew@morphoss.com>
	* [vCalendar] Add method to scrub a confidential event.

2011-10-24  Andrew McMillan  <andrew@morphoss.com>
	* [AwlDatabase] Throw an exception when we can't rollback a transaction.
	* [vCalendar] New functions for updating organizer/attendee status.

2011-10-20  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.49
	* [vComponent] Allow re-rendering to be forced.
	* [AwlUtilities] Add a new trace_bug() function which logs a stacktrace.

2011-10-18  Andrew McMillan  <andrew@morphoss.com>
	* [AwlUtilities] timezone_identifiers_list() is only PHP5.2 onwards :-(

2011-10-16  Andrew McMillan  <andrew@morphoss.com>
	* [Session] Support array of server_auth_type since Kerberos can send different ones.

2011-10-13  Andrew McMillan  <andrew@morphoss.com>
	* [various session things] Force cast to text() to handle integer usernames

2011-10-05  Andrew McMillan  <andrew@morphoss.com>
	* [AwlUtilities] Support for gzdecode where PHP does not.

2011-09-24  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.48

2011-09-17  Andrew McMillan  <andrew@morphoss.com>
	* [vCalendar] More ways to get an Olson Time Zone ID.

2011-09-15  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Cleaned up the filter handling.

2011-09-14  Andrew McMillan  <andrew@morphoss.com>
	* [vCalendar] Support replacement the last few iCalendar cases that were missing.
	* Add TZ exception for America/Phoenix and config for doing these as config items.
	* See http://wiki.davical.org/w/Configuration/settings/timezone_translations

2011-09-13  Andrew McMillan  <andrew@morphoss.com>
	* Fix handling of properties enclosed in double-quotes.
	* Release 0.47

2011-09-08  Andrew McMillan  <andrew@morphoss.com>
	* [vCalendar] Developing this to be useful for scheduling.

2011-09-06  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] add GetPValue() method and VCalendar class.
	* [iCalendar] Remove deprecated() function moved to AwlUtilities.
	* [AwlQuery] Change phpdoc to include possible values for TransactionState()
	* [AwlDatabase] Make attempt to nest transactions a fatal error.
	* [AWLUtlities] Add fatal() and deprecated() functions.

2011-06-04  Andrew McMillan  <andrew@morphoss.com>
	* Fix some errors in filtering on arbitrary iCalendar properties.
	* Better fallback between pluggable authentication things.
	* Provide better logging when DB connection fails.

2011-02-23  Felix Möller  <mail@felixmoeller.de>
	* Add support for RPM packages.

2011-02-22  Andrew McMillan  <andrew@morphoss.com>
	* The " character should not be escaped per RFC5545 3.3.11
	* [AwlCache] Add facility to lock / release something arbitrary.

2011-01-21  Andrew McMillan  <andrew@morphoss.com>
	* Ensure all lines of the output VComponent are \r\n terminated.

2011-01-06  Andrew McMillan  <andrew@morphoss.com>
	* [AuthPlugins] Fix misspelled __LINE__ constant.
	* Add US/* as allowable timezone names.

2011-01-04  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Add to the list of passed-through values on obfuscation.
	* [DataUpdate] Move strange character check until after password hashing.
	  Well, well well.  For some years it has been impossible to have '
	  or \ in a password...

2011-01-01  Andrew McMillan  <andrew@morphoss.com>
	* [AwlCache] Added: A Simple Memcached wrapper supporting namespaces.

2010-12-28  Andrew McMillan  <andrew@morphoss.com>
	* The real release 0.46 :-)
	* Really going to release 0.46 this time...
	* [classBrowser] Fix checking of ordering fieldname.
	* [Validation] Remove references to outdated ereg() functions.
	* [AWLUtlities] Rename regex checking function more appropriately.

2010-12-28  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.46
	* [classBrowser] Fix checking of ordering fieldname.
	* [Validation] Remove references to outdated ereg() functions.
	* [AWLUtlities] Rename regex checking function more appropriately.
	* [Session] Don't use ereg() for parsing regex.
	* [XMLDocument] Use __construct style for constructor.

2010-12-24  Andrew McMillan  <andrew@morphoss.com>
	* [AwlQuery] Make the quote() method public/static.

2010-12-23  Andrew McMillan  <andrew@morphoss.com>
	* Convert everything except PgQuery to use AwlQuery
	* [AwlQuery] Add minor missing functionality so we can switch.
	* [vComponent] Improve parameter splitting to allow for escapes.
	* [classEditor] Avoid uninitialised variable warning.

2010-11-27  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Add __toString() methods.
	* [Session] If someone is made inactive then their long-term login should cease.

2010-10-15  Andrew McMillan  <andrew@morphoss.com>
	* [AWLUtilities] Add an awl_version() function.

2010-10-10  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] It is OK to SetComponents() to an empty set.

2010-09-20  Andrew McMillan  <andrew@morphoss.com>
	* [AWLDbDialect] Quote hex numbers as strings.

2010-09-11  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar/vComponent/vEvent] UTF8 mode for RFC5545 wrap regexes

2010-09-10  Andrew McMillan  <andrew@morphoss.com>
	* [AWLUtilities] Undeclared globals in force_utf8.
	* [iCalendar,vEvent,vComponent] Fix the line wrapping in V* components.

2010-08-30  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Add a function to return a single property.
	* Slightly better TZname to Olson matching.

2010-08-28  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Various changes in use with VCard.
	  - Enforce upercase property names.
	  - Invert array sense for MaskComponents / MaskProperties to match
	    the way it is with the GetProperties, GetComponents.

2010-08-26  Andrew McMillan  <andrew@morphoss.com>
	* Add some basic filter processing for addressbook-query usage.
	* Wrap password logging in logs behind $c->dbg['password'] = 1;

2010-06-23  Andrew McMillan  <andrew@morphoss.com>
	* [XMLDocument] Add helper for CardDAVElement.

2010-06-17  Andrew McMillan  <andrew@morphoss.com>
	* [Session] Try and clarify the lost password text a little better.
	* Don't send multipart/form-data if the form is GET.

2010-05-28  Andrew McMillan  <debian@mcmillan.net.nz>
	* [AwlQuery] Fixing backward compatibility with PgQuery.
	* [AwlQuery] Fix handling of queries with no parameters.

2010-05-27  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Apply correct wrapping for RFC5545.
	* [iCalendar] Don't add a trailling space when wrapping for RFC5545.

2010-05-19  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Generic base class for handling VCALENDAR, VCARD, etc.
	* Expose transaction state at query level.
	* No need to return anything from the schema update.

2010-05-09  Andrew McMillan  <andrew@morphoss.com>
	* [Translation] If gettext is not installed, fall back to English.

2010-05-08  Andrew McMillan  <andrew@morphoss.com>
	* Add Australia to the list of possible TZ continents.

2010-04-28  Andrew McMillan  <andrew@morphoss.com>
	* [AwlQuery] Handle setting an alternative connection somewhat better.
	* [Session] _CheckLogin needs to access $c for external authentication.
	* Allow for multiple records to have somehow got into the DB.
	* Better parameter escaping, including escaping ? for older PHP::PDO.

2010-04-20  Andrew McMillan  <andrew@morphoss.com>
	* Replace deprecated split() calls.

2010-04-17  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.43

2010-04-15  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Add and use a new olson_from_tzstring() function.

2010-04-14  Andrew McMillan  <andrew@morphoss.com>
	* We can close this bug now, since it was fixed a wee while ago.
	* [AwlQuery] Warn if named parameters are passed in incorrectly.
	* Fix strange alternate reality definition of aparche_read_header.

2010-04-12  Andrew McMillan  <andrew@morphoss.com>
	* Preparing to release 0.43
	* The new database libraries should be with the library code.
	  Especially since they're being used for more than just DAViCal now.
karora@dave:~/projects/awl$ gitlog-to-changelog --since=2010-04-13
2010-09-11  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Tweak wrapping one last time.
	* [iCalendar/vComponent/vEvent] UTF8 mode for RFC5545 wrap regexes
	  The regexes used for wrapping to 72 characters in line with
	  RFC5545 wrapping rules need to be UTF8 aware, otherwise they
	  will break lines in the middle of UTF8 sequences and we get
	  to fail to put both broken parts into the database.

2010-09-10  Andrew McMillan  <andrew@morphoss.com>
	* [AWLUtilities] Undeclared globals in force_utf8.
	* Ignore Eclipse droppings.
	* [iCalendar,vEvent,vComponent] Fix the line wrapping in V* components.
	  The wordwrap was not being done in a repeatably reversible manner
	  due to a misguided effort to make it more readable.  This gives up
	  on readability in favour of reversability.

2010-09-02  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Revert that last change.

2010-08-30  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Add a function to return a single property.
	* Slightly better TZname to Olson matching.

2010-08-28  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Various changes in use with VCard.
	  - Enforce upercase property names.
	  - Invert array sense for MaskComponents / MaskProperties to match
	    the way it is with the GetProperties, GetComponents.
	  - Generally improve the consistency.

2010-08-26  Andrew McMillan  <andrew@morphoss.com>
	* Add some basic filter processing for addressbook-query usage.
	* Wrap password logging in logs behind $c->dbg['password'] = 1;

2010-06-23  Andrew McMillan  <andrew@morphoss.com>
	* [XMLDocument] Add helper for CardDAVElement.

2010-06-17  Andrew McMillan  <andrew@morphoss.com>
	* [Session] Try and clarify the lost password text a little better.
	* Don't send multipart/form-data if the form is GET.

2010-05-28  Andrew McMillan  <debian@mcmillan.net.nz>
	* [AwlQuery] Fixing backward compatibility with PgQuery.
	* [AwlQuery] Fix handling of queries with no parameters.

2010-05-27  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Apply correct wrapping for RFC5545.
	* [iCalendar] Don't add a trailling space when wrapping for RFC5545.

2010-05-19  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Generic base class for handling VCALENDAR, VCARD, etc.
	* Expose transaction state at query level.
	* No need to return anything from the schema update.

2010-05-09  Andrew McMillan  <andrew@morphoss.com>
	* [Translation] If gettext is not installed, fall back to English.

2010-05-08  Andrew McMillan  <andrew@morphoss.com>
	* Add Australia to the list of possible TZ continents.

2010-04-28  Andrew McMillan  <andrew@morphoss.com>
	* [AwlQuery] Handle setting an alternative connection somewhat better.
	* [Session] _CheckLogin needs to access $c for external authentication.
	* Allow for multiple records to have somehow got into the DB.
	* Better parameter escaping, including escaping ? for older PHP::PDO.

2010-04-20  Andrew McMillan  <andrew@morphoss.com>
	* Replace deprecated split() calls.

2010-04-17  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.43

2010-04-15  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Add and use a new olson_from_tzstring() function.

2010-04-14  Andrew McMillan  <andrew@morphoss.com>
	* We can close this bug now, since it was fixed a wee while ago.
	* [AwlQuery] Warn if named parameters are passed in incorrectly.
	* Fix strange alternate reality definition of aparche_read_header.

2010-04-12  Andrew McMillan  <andrew@morphoss.com>
	* [AwlQuery] Move new database libraries into AWL

2010-04-01  Andrew McMillan  <andrew@morphoss.com>
	* [classEditor] Tidy up logging.
	* [DataUpdate] Merge sql_from_post() and sql_from_object().

2010-03-21  Andrew McMillan  <andrew@morphoss.com>
	* [PgQuery] Add forward compatibility rows() method.

2010-03-18  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Provide a better deprecation indication.
	* [iCalendar] Add explicit need for PgQuery and mark stuff deprecated.

2010-03-10  Andrew McMillan  <andrew@morphoss.com>
	* Switch to LGPL v3 license.

2010-03-08  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.42
	* [XMLDocument] Return any created node. Also parse namespace in tag.
	  These functions are much more useful if we can actually use any
	  returned reference as another location within a document, so we
	  can have a hold of the root, and then add within each new tag
	  we add, supporting outer -> inner construction approaches along
	  with the existing inner -> outer approach used currently.

2010-03-07  Andrew McMillan  <andrew@morphoss.com>
	* Note that the iCalendar class is DEPRECATED.
	* Don't try to translate null/empty strings.

2010-03-05  Andrew McMillan  <andrew@morphoss.com>
	* Add a PostToValues() method to update form data from POST.

2010-02-23  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.41
	* [classEditor] Make Create/Apply form translatable.
	* [User] Yes/No should be translatable.

2010-02-18  Andrew McMillan  <andrew@morphoss.com>
	* [PgQuery] Don't log connection string on error as it may expose the password.

2010-02-17  Andrew McMillan  <andrew@morphoss.com>
	* [DataUpdate] Translate empty string to NULL for bitfields.

2010-02-16  Andrew McMillan  <andrew@morphoss.com>
	* [AWLUtilities] Add support for a legacy plain MD5 password hash

2010-02-01  Andrew McMillan  <andrew@morphoss.com>
	* Move editor widget class into standard libraries.

2010-01-30  Andrew McMillan  <andrew@morphoss.com>
	* [MenuSet] Remove deprecated backward compatibility with PHP4.
	* Comply with E_STRICT and friends.
	* [PgQuery] Make duration() conditional in case it is defined elsewhere.

2009-12-28  Andrew McMillan  <andrew@morphoss.com>
	* [XMLElement] Make all properties protected, provide __tostring()

2009-12-27  Andrew McMillan  <andrew@morphoss.com>
	* [XMLDocument] Fix for NS helpers assigning used NS alias.

2009-11-22  Andrew McMillan  <andrew@morphoss.com>
	* [classBrowser] Add a Title() get/set method.
	* [AWLUtilties] Support precision in type names.

2009-11-17  Andrew McMillan  <andrew@morphoss.com>
	* [XMLElement] Looking for the xmlns attribute should return it.

2009-11-14  Andrew McMillan  <andrew@morphoss.com>
	* Remove opportunity for unassigned value warning.
	* [XMLElement] Allow the GetElements() method to be called with no tag.

2009-11-11  Andrew McMillan  <andrew@morphoss.com>
	* [AWLUtilities] More generic implementation of request_headers.

2009-11-03  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Comment a bunch of debugging messages.

2009-10-30  Matthias Mohr  <Matthias@Mohrenclan.de>
	* Add translation features.

2009-10-20  Andrew McMillan  <andrew@morphoss.com>
	* Restructure the external link handling.
	* Add an option for links to open in a new tab/page.

2009-10-16  Andrew McMillan  <andrew@morphoss.com>
	* [Session] Allow username/e-mail for forgotten password to be case-insensitive.

2009-09-25  Andrew McMillan <andrew@morphoss.com>
	* [DataEntry] Remove uninitialised warning possibility.
	* [XMLDocument] Remove uninitialised warning possibilty.
	* [iCalendar] Remove deprecated function.  Add some convenience methods.
	* [classBrowser] Add new replaceable variable for row even/odd ness.

2009-09-07  Andrew McMillan <andrew@morphoss.com>
	* [AWLUtilities] Add a fix_latin() function to convert mixed charset into UTF-8.

2008-08-25 Andrew McMillan <andrew@morphoss.com>

	* [PgQuery] Extend clean_string to recurse through an array.
	* [DataUpdate] When value for an integer is null or empty string, use db NULL.

2009-06-25  Andrew McMillan <andrew@morphoss.com>
	* [PgQuery] Add the ability for PgQuery to search a non-default schema.

2009-06-22  Andrew McMillan <andrew@morphoss.com>

	* Release 0.37
