diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-04-26 11:27:23 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-04-26 11:27:23 +0000 |
commit | f43515eaf70e661bf53691e2a9d67291f7ed062b (patch) | |
tree | ae5ee367f67ed906f2aecebc7aad74192ca2fc1d /rbutil/rbutilqt/zip/README | |
parent | 8e8c36019c4f42ed7c991545f13a7404690c5bf7 (diff) | |
download | rockbox-f43515eaf70e661bf53691e2a9d67291f7ed062b.tar.gz rockbox-f43515eaf70e661bf53691e2a9d67291f7ed062b.zip |
Update OSDaB Zip class to most current version from the projects svn repo (r7).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20802 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt/zip/README')
-rw-r--r-- | rbutil/rbutilqt/zip/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/zip/README b/rbutil/rbutilqt/zip/README index 81891e8516..b5f88cb6ae 100644 --- a/rbutil/rbutilqt/zip/README +++ b/rbutil/rbutilqt/zip/README @@ -1,5 +1,5 @@ The *.cpp and *.h files in this archive are -Copyright (C) 2007 Angius Fabrizio (blue_death@users.sourceforge.net) +Copyright (C) 2007-2008 Angius Fabrizio (blue_death@users.sourceforge.net) You may use, distribute and copy the files under the terms of GNU General Public License version 2 (see the file LICENSE.GPL for details) @@ -27,6 +27,7 @@ Please refer to the example application's main.cpp file or to the class comments history ------- +2008-09-97 - Bug fix: end of central directory was sometimes not being found when the archive had a comment. 2007-02-01 - New IgnorePaths compression option and two more "addDirectoryContents()" convenience methods to use this option. 2007-01-28 - Major changes: - Bug fix: there was a big problem with directory names. |