diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-30 07:11:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-30 07:11:18 +0000 |
commit | 365cc8c5fb8419d9b9021eba2dd2c24d5f99822e (patch) | |
tree | fcc95ea9a87a41a0001483991f6486a937a4085c /devel/chmlib/distinfo | |
parent | bc906addd0784e771359c56db9bb5bfd151fb94e (diff) | |
download | pkgsrc-365cc8c5fb8419d9b9021eba2dd2c24d5f99822e.tar.gz |
Update chmlib to 0.35.
Changes:
- UTF-8 filenames, while still not handled correctly, are handled a little
more gracefully. That is to say, the library doesn't fail to open files
with filenames using characters outside the ASCII subset. I'm very
interested in any information as to the "right" way to handle filenames
of this sort.
- Files not containing a compressed section are handled properly, such as
.chw files. These files seem to contain information about compression,
but the information is invalid or empty. The library deals gracefully
with this now.
- Files compressed with different options were not being decompressed
properly. In particular, if the "reset interval" for the compressed
section was other than 2 block sizes, it could fail to read some of the
files.
- The caching system was improved slightly, in conjunction with this
previous bugfix.
Diffstat (limited to 'devel/chmlib/distinfo')
-rw-r--r-- | devel/chmlib/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/chmlib/distinfo b/devel/chmlib/distinfo index ed0426d07ee..e55b5a9e129 100644 --- a/devel/chmlib/distinfo +++ b/devel/chmlib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2004/01/27 14:18:20 xtraeme Exp $ +$NetBSD: distinfo,v 1.3 2004/10/30 07:11:18 minskim Exp $ -SHA1 (chmlib-0.31.tbz) = 4d6be22cb408695c7e8ef6933b46e5cd46d13048 -Size (chmlib-0.31.tbz) = 40810 bytes +SHA1 (chmlib-0.35.tbz) = 645bd23e1e8b2e930b971524b1f3561c02ae1609 +Size (chmlib-0.35.tbz) = 264006 bytes SHA1 (patch-aa) = 39ab703763c7a0aa63e3e90142879a803952fbb4 |