File: ChangeLog

package info (click to toggle)
autojump 20-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 336 kB
  • sloc: python: 482; sh: 363; xml: 81; makefile: 10
file content (44 lines) | stat: -rw-r--r-- 1,515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44

# Summary of release changes, see commit history for more details:
# https://github.com/joelthelion/autojump/commits/master/

2011-04-10  William Ting  <william.h.ting@gmail.com>

	* Release v20:

    - Python versions supported is now v2.7+ and v3.2+ due to rewrite using
    argparse.
    - Man page and --help has been overhauled to provide better documentation
    and usage scenarios.
    - Installation scripts now act dependent on current
    environmental settings.
    If run as root, will do a global install. Installation script also
    detects which version to install (bash or zsh) dependent on $SHELL.
    Both of these behaviors can be overrode using --local/--global or
    --bash/--zsh arguments.
    - Uninstallation script added, will remove both global and local
    installations but ignores database.
    - Symlinks can be preserved as database entries, refer to man page for
    more details.
    - This change log added to better help package maintainers keep track of
    changes between releases.
    - Miscellaneous bug fixes.

2011-12-11  Joël Schaerer  <joel.schaerer@gmail.com>

	* Release v19:

	- prototype `cp` and `mv` directory tab completion
	- Debian post-installation instructions
	- minor Mac OS X fixes

2011-11-18  Joël Schaerer  <joel.schaerer@gmail.com>

	* 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