From afcc4ea312255a2545f9c67d7c34ffefb00c80c0 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Mon, 4 Aug 2014 05:45:35 +0000 Subject: Imported from /home/lorry/working-area/delta_python-packages_python-daemon/python-daemon-1.6.1.tar.gz. --- ChangeLog | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d96fad7..b9203cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2014-08-04 Ben Finney + + Version 1.6.1 released. + +2014-08-01 Ben Finney + + * Use unambiguous “except FooType as foo” syntax. + This is to ease the port to Python 3, where the ambiguous comma + usage is an error. + * Ensure a ‘basestring’ name bound to the base type for strings. + This is to allow checks to work on Python 2 and 3. + * Specify versions of Python supported, as trove classifiers. + +2014-05-20 Ben Finney + + * Update copyright notices. + * Add editor hints for most files. + * Distinguish continuation-line indentation versus block indentation. + +2012-05-30 Ben Finney + + * Use unicode literals by default, specifying bytes where necessary. + This is to ease the port to Python 3, where the string type is + unicode. + * Update copyright notices. + * Update the GPL license file to version 3, as declared in our + copyright notices. + +2011-07-02 Ben Finney + + * Change license of library code to Apache License 2.0. Rationale at + . + +2010-05-10 Ben Finney + + Version 1.6 released. + + * Use absolute imports to disambiguate provenance of names. + * setup.py: Require ‘lockfile >=0.9’. + * daemon/pidfile.py: Renamed from ‘daemon/pidlockfile.py’. Change + references elsewhere to use this new name. + * test/test_pidfile.py: Renamed from ‘test/test_pidlockfile.py’. + Change references elsewhere to use this new name. + * daemon/pidfile.py: Remove functionality now migrated to ‘lockfile’ + library. + +2010-03-09 Ben Finney + + * Use ‘unicode’ data type for all text values. + * Prepare for Python 3 upgrade by tweaking some names and imports. + +2010-03-03 Ben Finney + + * MANIFEST.in: Include the documentation in the distribution. + 2010-03-02 Ben Finney Version 1.5.5 released. @@ -179,9 +234,15 @@ * Begin unit test suite. +This is free software: you may copy, modify, and/or distribute this work +under the terms of the Apache License version 2.0 as published by the +Apache Software Foundation. +No warranty expressed or implied. See the file LICENSE.ASF-2 for details. + Local variables: mode: change-log coding: utf-8 left-margin: 4 indent-tabs-mode: nil End: +vim: fileencoding=utf-8 filetype=changelog : -- cgit v1.2.1