From f5ff5a126fc23a1915770407148aa02eff618de2 Mon Sep 17 00:00:00 2001 From: William Ting Date: Tue, 14 May 2013 10:16:36 -0500 Subject: [PATCH] Update changelog, version butmp to v21.5.9. Related: #206 --- ChangeLog | 18 ++++++++++++++++++ bin/autojump | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2562f09..e858527 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,24 @@ # Summary of release changes, see commit history for more details: # https://github.com/joelthelion/autojump/commits/master/ +* Release v21.5.8: + + - fix security bug: + http://www.openwall.com/lists/oss-security/2013/04/25/14 + - minor documentation updates, optimization performances, bug fixes + +* Release v21.5.1: + + - add options to manually increase or decrease weight of the current + directory with --increase or --decrease + - add `_j` back, necessary for zsh tab completion + +* Release v21.4.2: + + - add options to open file explorer windows with `jo`, `jco` which + maps to jump open, jump child open. + - remove `_j` + * Release v21.3.0: - `jumpapplet` removed. diff --git a/bin/autojump b/bin/autojump index 48302a1..10704b4 100755 --- a/bin/autojump +++ b/bin/autojump @@ -34,7 +34,7 @@ import re import shutil from tempfile import NamedTemporaryFile -VERSION = 'release-v21.5.8' +VERSION = 'release-v21.5.9' MAX_KEYWEIGHT = 1000 MAX_STORED_PATHS = 1000 COMPLETION_SEPARATOR = '__'