diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-08-19 12:01:13 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-08-19 12:01:13 +0000 |
commit | 0d07bf44e79de72bae506584664e38d94dacb652 (patch) | |
tree | 6eef35e4e92e7d7fc19cb4cd92bbcacb474ac4ef /ChangeLog | |
parent | cdd9f7751c96a6315338771941b34f271a1bdc64 (diff) | |
download | zsh-0d07bf44e79de72bae506584664e38d94dacb652.tar.gz zsh-0d07bf44e79de72bae506584664e38d94dacb652.tar.xz zsh-0d07bf44e79de72bae506584664e38d94dacb652.zip |
25490: make zties dynamic so there can be more than one gdbm handle in use at a time.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e399e4c66..685d01133 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-08-19 Clint Adams <clint@zsh.org> + * 25490: Src/zsh.h, Src/Modules/db_gdbm.c: make zties dynamic so + there can be more than one gdbm handle in use at a time. + * 25489: Completion/Unix/Command/_git: remove cruft for "git octopus/octupus". |