From 8f8830449ff327909f42918804a1b8536640ff02 Mon Sep 17 00:00:00 2001 From: William Ting Date: Sun, 11 Mar 2012 13:01:57 -1000 Subject: [PATCH 1/2] add changelog template --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..2632b20 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,13 @@ + +See commit history for detailed changes: + +https://github.com/joelthelion/autojump/commits/master/ + +2011-12-11 Joël Schaerer + + * Add code clean up, Debian post-installation instructions. + +2011-11-18 Joël Schaerer + + * Add automated version numbering, add local installation option. + From 3af3322fc72ca1f5eb511c7ef2bb4320d9eaed59 Mon Sep 17 00:00:00 2001 From: William Ting Date: Tue, 13 Mar 2012 16:23:42 -1000 Subject: [PATCH 2/2] add changelog with v18, v19 details --- ChangeLog | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2632b20..9c59907 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,20 @@ -See commit history for detailed changes: - -https://github.com/joelthelion/autojump/commits/master/ +# See commit history for detailed changes: +# https://github.com/joelthelion/autojump/commits/master/ 2011-12-11 Joël Schaerer - * Add code clean up, Debian post-installation instructions. + * Release v19 + * prototype `cp` and `mv` directory tab completion + * Debian post-installation instructions + * minor Mac OS X fixes 2011-11-18 Joël Schaerer - * Add automated version numbering, add local installation option. - + * Release v18 + * add automated version numbering + * performance tweaks to reduce filesystem checks + * add local installation option + * unicode fixes + * (ugly) fixes for Python 3 + * migrate to new database format