Home » Archimedes archive » Acorn Computing » 1993 04 Mega Disk.adf » !_93_04 » PD/!PackDir/Docs/Updates

PD/!PackDir/Docs/Updates

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn Computing » 1993 04 Mega Disk.adf » !_93_04
Filename: PD/!PackDir/Docs/Updates
Read OK:
File size: 0E65 bytes
Load address: 0000
Exec address: 0000
File contents
>Updates

Updates since version 1.00

1.01   - Bug fixed : during decompression, for every file in the archive almost
         the entire archive was re-read due to a fault in buffering. This made
         unpacking archives from floppy a frustrating experience (I guess my
         hard disk is too fast, I didn't notice the delay. But now the bug is
         fixed I do).
       - Generally improved file buffering.
       - Choice of max. LZW code bits added : 12 to 16 bits available. Old
         archives (13-bit) are ok (obviously). Number of bits also shown in
         info window.

1.02   - Bug fixed : due to a very tiny mistake, during compression the output
         buffer was flushed after every input file, no matter how large the
         buffer, so the buffer wasn't used to the max.

1.10   - All main menu options migrated to an 'Impression'-like control window.
       - Added 'structure' storage option, to enable very compact storage of
         directory structure and file information without actual file data.
       - Added 'structure' recreation options, to enable quick looks at archive
         contents without actually unpacking data.
       - Pressing CTRL while dragging a directory to PackDir archives the
         parent of the directory. This is to enable archiving of a disc's root
         dir '$' (which is hard to get into a filer window !).
       - Thoroughly changed the info window. Refer to 'Guide' for details.
       - Removed maximum of 1024 items restriction. No limit to number of items
         in archive (useful when storing an entire harddisc's structure).

1.11   - Fixed bug : error handling was not ok. E.g. 'Protected disc' while
         packing would try to delete the archive as well, resulting in another
         error, which, in turn, was not handled correctly.

1.12   - LZW module is now LZWB module. No functional changes, but other SWI
         numbers.

1.13   - New LZWB (2.01) and FileBuffer (1.05) modules.
         In LZWB a bug was fixed that caused output buffer to overflow by a few
         bytes in some situations. This caused no harm because the input buffer
         follows the output buffer cleanly, but may cause input file corruption
         of a few bytes in very rare situations.
         In FileBuffer a bug was fixed that caused a very long (>1 times the
         output buffer length in compressed terms) uncompressable file to crash
         PackDir with an address exception in the middle of FileCore !!! Very
         unfortunate place to crash !!! This is an important bug fix (it caused
         my IDE harddisc to crash fatally on 10 Sep 1991 !!! Yours too ? I hope
         not !).
       - PackDir does not do FileBuffer_Clear anymore prior to (un)packing.
         It's not really recommended in a multitasking environment, but now,
         when filebuffers are not properly closed by some user of FileBuffer,
         there is a risk of no more buffers error.

1.14   - New LZWB (2.02) module. Error handling tidied up a bit. Sometimes
         'Disc full' would not be returned correctly.

1.15   - New LZWB (2.10) module. Around 20% speedup of both decompression and
         compression code (may turn out to be more on slow media, because of
         reduced latency).

1.16   - Changed control window title from 'Control' to 'PackDir'.

1.17   - Bug fixed : resulting files with large-ish uncompressable files in
         them may turn out to be too large. This is because the archive has
         already been extended too far by the trial compression, which was
         not corrected for when closing the archive. I had envisaged this,
         but the code was not right.

00000000  3e 55 70 64 61 74 65 73  0a 0a 55 70 64 61 74 65  |>Updates..Update|
00000010  73 20 73 69 6e 63 65 20  76 65 72 73 69 6f 6e 20  |s since version |
00000020  31 2e 30 30 0a 0a 31 2e  30 31 20 20 20 2d 20 42  |1.00..1.01   - B|
00000030  75 67 20 66 69 78 65 64  20 3a 20 64 75 72 69 6e  |ug fixed : durin|
00000040  67 20 64 65 63 6f 6d 70  72 65 73 73 69 6f 6e 2c  |g decompression,|
00000050  20 66 6f 72 20 65 76 65  72 79 20 66 69 6c 65 20  | for every file |
00000060  69 6e 20 74 68 65 20 61  72 63 68 69 76 65 20 61  |in the archive a|
00000070  6c 6d 6f 73 74 0a 20 20  20 20 20 20 20 20 20 74  |lmost.         t|
00000080  68 65 20 65 6e 74 69 72  65 20 61 72 63 68 69 76  |he entire archiv|
00000090  65 20 77 61 73 20 72 65  2d 72 65 61 64 20 64 75  |e was re-read du|
000000a0  65 20 74 6f 20 61 20 66  61 75 6c 74 20 69 6e 20  |e to a fault in |
000000b0  62 75 66 66 65 72 69 6e  67 2e 20 54 68 69 73 20  |buffering. This |
000000c0  6d 61 64 65 0a 20 20 20  20 20 20 20 20 20 75 6e  |made.         un|
000000d0  70 61 63 6b 69 6e 67 20  61 72 63 68 69 76 65 73  |packing archives|
000000e0  20 66 72 6f 6d 20 66 6c  6f 70 70 79 20 61 20 66  | from floppy a f|
000000f0  72 75 73 74 72 61 74 69  6e 67 20 65 78 70 65 72  |rustrating exper|
00000100  69 65 6e 63 65 20 28 49  20 67 75 65 73 73 20 6d  |ience (I guess m|
00000110  79 0a 20 20 20 20 20 20  20 20 20 68 61 72 64 20  |y.         hard |
00000120  64 69 73 6b 20 69 73 20  74 6f 6f 20 66 61 73 74  |disk is too fast|
00000130  2c 20 49 20 64 69 64 6e  27 74 20 6e 6f 74 69 63  |, I didn't notic|
00000140  65 20 74 68 65 20 64 65  6c 61 79 2e 20 42 75 74  |e the delay. But|
00000150  20 6e 6f 77 20 74 68 65  20 62 75 67 20 69 73 0a  | now the bug is.|
00000160  20 20 20 20 20 20 20 20  20 66 69 78 65 64 20 49  |         fixed I|
00000170  20 64 6f 29 2e 0a 20 20  20 20 20 20 20 2d 20 47  | do)..       - G|
00000180  65 6e 65 72 61 6c 6c 79  20 69 6d 70 72 6f 76 65  |enerally improve|
00000190  64 20 66 69 6c 65 20 62  75 66 66 65 72 69 6e 67  |d file buffering|
000001a0  2e 0a 20 20 20 20 20 20  20 2d 20 43 68 6f 69 63  |..       - Choic|
000001b0  65 20 6f 66 20 6d 61 78  2e 20 4c 5a 57 20 63 6f  |e of max. LZW co|
000001c0  64 65 20 62 69 74 73 20  61 64 64 65 64 20 3a 20  |de bits added : |
000001d0  31 32 20 74 6f 20 31 36  20 62 69 74 73 20 61 76  |12 to 16 bits av|
000001e0  61 69 6c 61 62 6c 65 2e  20 4f 6c 64 0a 20 20 20  |ailable. Old.   |
000001f0  20 20 20 20 20 20 61 72  63 68 69 76 65 73 20 28  |      archives (|
00000200  31 33 2d 62 69 74 29 20  61 72 65 20 6f 6b 20 28  |13-bit) are ok (|
00000210  6f 62 76 69 6f 75 73 6c  79 29 2e 20 4e 75 6d 62  |obviously). Numb|
00000220  65 72 20 6f 66 20 62 69  74 73 20 61 6c 73 6f 20  |er of bits also |
00000230  73 68 6f 77 6e 20 69 6e  0a 20 20 20 20 20 20 20  |shown in.       |
00000240  20 20 69 6e 66 6f 20 77  69 6e 64 6f 77 2e 0a 0a  |  info window...|
00000250  31 2e 30 32 20 20 20 2d  20 42 75 67 20 66 69 78  |1.02   - Bug fix|
00000260  65 64 20 3a 20 64 75 65  20 74 6f 20 61 20 76 65  |ed : due to a ve|
00000270  72 79 20 74 69 6e 79 20  6d 69 73 74 61 6b 65 2c  |ry tiny mistake,|
00000280  20 64 75 72 69 6e 67 20  63 6f 6d 70 72 65 73 73  | during compress|
00000290  69 6f 6e 20 74 68 65 20  6f 75 74 70 75 74 0a 20  |ion the output. |
000002a0  20 20 20 20 20 20 20 20  62 75 66 66 65 72 20 77  |        buffer w|
000002b0  61 73 20 66 6c 75 73 68  65 64 20 61 66 74 65 72  |as flushed after|
000002c0  20 65 76 65 72 79 20 69  6e 70 75 74 20 66 69 6c  | every input fil|
000002d0  65 2c 20 6e 6f 20 6d 61  74 74 65 72 20 68 6f 77  |e, no matter how|
000002e0  20 6c 61 72 67 65 20 74  68 65 0a 20 20 20 20 20  | large the.     |
000002f0  20 20 20 20 62 75 66 66  65 72 2c 20 73 6f 20 74  |    buffer, so t|
00000300  68 65 20 62 75 66 66 65  72 20 77 61 73 6e 27 74  |he buffer wasn't|
00000310  20 75 73 65 64 20 74 6f  20 74 68 65 20 6d 61 78  | used to the max|
00000320  2e 0a 0a 31 2e 31 30 20  20 20 2d 20 41 6c 6c 20  |...1.10   - All |
00000330  6d 61 69 6e 20 6d 65 6e  75 20 6f 70 74 69 6f 6e  |main menu option|
00000340  73 20 6d 69 67 72 61 74  65 64 20 74 6f 20 61 6e  |s migrated to an|
00000350  20 27 49 6d 70 72 65 73  73 69 6f 6e 27 2d 6c 69  | 'Impression'-li|
00000360  6b 65 20 63 6f 6e 74 72  6f 6c 20 77 69 6e 64 6f  |ke control windo|
00000370  77 2e 0a 20 20 20 20 20  20 20 2d 20 41 64 64 65  |w..       - Adde|
00000380  64 20 27 73 74 72 75 63  74 75 72 65 27 20 73 74  |d 'structure' st|
00000390  6f 72 61 67 65 20 6f 70  74 69 6f 6e 2c 20 74 6f  |orage option, to|
000003a0  20 65 6e 61 62 6c 65 20  76 65 72 79 20 63 6f 6d  | enable very com|
000003b0  70 61 63 74 20 73 74 6f  72 61 67 65 20 6f 66 0a  |pact storage of.|
000003c0  20 20 20 20 20 20 20 20  20 64 69 72 65 63 74 6f  |         directo|
000003d0  72 79 20 73 74 72 75 63  74 75 72 65 20 61 6e 64  |ry structure and|
000003e0  20 66 69 6c 65 20 69 6e  66 6f 72 6d 61 74 69 6f  | file informatio|
000003f0  6e 20 77 69 74 68 6f 75  74 20 61 63 74 75 61 6c  |n without actual|
00000400  20 66 69 6c 65 20 64 61  74 61 2e 0a 20 20 20 20  | file data..    |
00000410  20 20 20 2d 20 41 64 64  65 64 20 27 73 74 72 75  |   - Added 'stru|
00000420  63 74 75 72 65 27 20 72  65 63 72 65 61 74 69 6f  |cture' recreatio|
00000430  6e 20 6f 70 74 69 6f 6e  73 2c 20 74 6f 20 65 6e  |n options, to en|
00000440  61 62 6c 65 20 71 75 69  63 6b 20 6c 6f 6f 6b 73  |able quick looks|
00000450  20 61 74 20 61 72 63 68  69 76 65 0a 20 20 20 20  | at archive.    |
00000460  20 20 20 20 20 63 6f 6e  74 65 6e 74 73 20 77 69  |     contents wi|
00000470  74 68 6f 75 74 20 61 63  74 75 61 6c 6c 79 20 75  |thout actually u|
00000480  6e 70 61 63 6b 69 6e 67  20 64 61 74 61 2e 0a 20  |npacking data.. |
00000490  20 20 20 20 20 20 2d 20  50 72 65 73 73 69 6e 67  |      - Pressing|
000004a0  20 43 54 52 4c 20 77 68  69 6c 65 20 64 72 61 67  | CTRL while drag|
000004b0  67 69 6e 67 20 61 20 64  69 72 65 63 74 6f 72 79  |ging a directory|
000004c0  20 74 6f 20 50 61 63 6b  44 69 72 20 61 72 63 68  | to PackDir arch|
000004d0  69 76 65 73 20 74 68 65  0a 20 20 20 20 20 20 20  |ives the.       |
000004e0  20 20 70 61 72 65 6e 74  20 6f 66 20 74 68 65 20  |  parent of the |
000004f0  64 69 72 65 63 74 6f 72  79 2e 20 54 68 69 73 20  |directory. This |
00000500  69 73 20 74 6f 20 65 6e  61 62 6c 65 20 61 72 63  |is to enable arc|
00000510  68 69 76 69 6e 67 20 6f  66 20 61 20 64 69 73 63  |hiving of a disc|
00000520  27 73 20 72 6f 6f 74 0a  20 20 20 20 20 20 20 20  |'s root.        |
00000530  20 64 69 72 20 27 24 27  20 28 77 68 69 63 68 20  | dir '$' (which |
00000540  69 73 20 68 61 72 64 20  74 6f 20 67 65 74 20 69  |is hard to get i|
00000550  6e 74 6f 20 61 20 66 69  6c 65 72 20 77 69 6e 64  |nto a filer wind|
00000560  6f 77 20 21 29 2e 0a 20  20 20 20 20 20 20 2d 20  |ow !)..       - |
00000570  54 68 6f 72 6f 75 67 68  6c 79 20 63 68 61 6e 67  |Thoroughly chang|
00000580  65 64 20 74 68 65 20 69  6e 66 6f 20 77 69 6e 64  |ed the info wind|
00000590  6f 77 2e 20 52 65 66 65  72 20 74 6f 20 27 47 75  |ow. Refer to 'Gu|
000005a0  69 64 65 27 20 66 6f 72  20 64 65 74 61 69 6c 73  |ide' for details|
000005b0  2e 0a 20 20 20 20 20 20  20 2d 20 52 65 6d 6f 76  |..       - Remov|
000005c0  65 64 20 6d 61 78 69 6d  75 6d 20 6f 66 20 31 30  |ed maximum of 10|
000005d0  32 34 20 69 74 65 6d 73  20 72 65 73 74 72 69 63  |24 items restric|
000005e0  74 69 6f 6e 2e 20 4e 6f  20 6c 69 6d 69 74 20 74  |tion. No limit t|
000005f0  6f 20 6e 75 6d 62 65 72  20 6f 66 20 69 74 65 6d  |o number of item|
00000600  73 0a 20 20 20 20 20 20  20 20 20 69 6e 20 61 72  |s.         in ar|
00000610  63 68 69 76 65 20 28 75  73 65 66 75 6c 20 77 68  |chive (useful wh|
00000620  65 6e 20 73 74 6f 72 69  6e 67 20 61 6e 20 65 6e  |en storing an en|
00000630  74 69 72 65 20 68 61 72  64 64 69 73 63 27 73 20  |tire harddisc's |
00000640  73 74 72 75 63 74 75 72  65 29 2e 0a 0a 31 2e 31  |structure)...1.1|
00000650  31 20 20 20 2d 20 46 69  78 65 64 20 62 75 67 20  |1   - Fixed bug |
00000660  3a 20 65 72 72 6f 72 20  68 61 6e 64 6c 69 6e 67  |: error handling|
00000670  20 77 61 73 20 6e 6f 74  20 6f 6b 2e 20 45 2e 67  | was not ok. E.g|
00000680  2e 20 27 50 72 6f 74 65  63 74 65 64 20 64 69 73  |. 'Protected dis|
00000690  63 27 20 77 68 69 6c 65  0a 20 20 20 20 20 20 20  |c' while.       |
000006a0  20 20 70 61 63 6b 69 6e  67 20 77 6f 75 6c 64 20  |  packing would |
000006b0  74 72 79 20 74 6f 20 64  65 6c 65 74 65 20 74 68  |try to delete th|
000006c0  65 20 61 72 63 68 69 76  65 20 61 73 20 77 65 6c  |e archive as wel|
000006d0  6c 2c 20 72 65 73 75 6c  74 69 6e 67 20 69 6e 20  |l, resulting in |
000006e0  61 6e 6f 74 68 65 72 0a  20 20 20 20 20 20 20 20  |another.        |
000006f0  20 65 72 72 6f 72 2c 20  77 68 69 63 68 2c 20 69  | error, which, i|
00000700  6e 20 74 75 72 6e 2c 20  77 61 73 20 6e 6f 74 20  |n turn, was not |
00000710  68 61 6e 64 6c 65 64 20  63 6f 72 72 65 63 74 6c  |handled correctl|
00000720  79 2e 0a 0a 31 2e 31 32  20 20 20 2d 20 4c 5a 57  |y...1.12   - LZW|
00000730  20 6d 6f 64 75 6c 65 20  69 73 20 6e 6f 77 20 4c  | module is now L|
00000740  5a 57 42 20 6d 6f 64 75  6c 65 2e 20 4e 6f 20 66  |ZWB module. No f|
00000750  75 6e 63 74 69 6f 6e 61  6c 20 63 68 61 6e 67 65  |unctional change|
00000760  73 2c 20 62 75 74 20 6f  74 68 65 72 20 53 57 49  |s, but other SWI|
00000770  0a 20 20 20 20 20 20 20  20 20 6e 75 6d 62 65 72  |.         number|
00000780  73 2e 0a 0a 31 2e 31 33  20 20 20 2d 20 4e 65 77  |s...1.13   - New|
00000790  20 4c 5a 57 42 20 28 32  2e 30 31 29 20 61 6e 64  | LZWB (2.01) and|
000007a0  20 46 69 6c 65 42 75 66  66 65 72 20 28 31 2e 30  | FileBuffer (1.0|
000007b0  35 29 20 6d 6f 64 75 6c  65 73 2e 0a 20 20 20 20  |5) modules..    |
000007c0  20 20 20 20 20 49 6e 20  4c 5a 57 42 20 61 20 62  |     In LZWB a b|
000007d0  75 67 20 77 61 73 20 66  69 78 65 64 20 74 68 61  |ug was fixed tha|
000007e0  74 20 63 61 75 73 65 64  20 6f 75 74 70 75 74 20  |t caused output |
000007f0  62 75 66 66 65 72 20 74  6f 20 6f 76 65 72 66 6c  |buffer to overfl|
00000800  6f 77 20 62 79 20 61 20  66 65 77 0a 20 20 20 20  |ow by a few.    |
00000810  20 20 20 20 20 62 79 74  65 73 20 69 6e 20 73 6f  |     bytes in so|
00000820  6d 65 20 73 69 74 75 61  74 69 6f 6e 73 2e 20 54  |me situations. T|
00000830  68 69 73 20 63 61 75 73  65 64 20 6e 6f 20 68 61  |his caused no ha|
00000840  72 6d 20 62 65 63 61 75  73 65 20 74 68 65 20 69  |rm because the i|
00000850  6e 70 75 74 20 62 75 66  66 65 72 0a 20 20 20 20  |nput buffer.    |
00000860  20 20 20 20 20 66 6f 6c  6c 6f 77 73 20 74 68 65  |     follows the|
00000870  20 6f 75 74 70 75 74 20  62 75 66 66 65 72 20 63  | output buffer c|
00000880  6c 65 61 6e 6c 79 2c 20  62 75 74 20 6d 61 79 20  |leanly, but may |
00000890  63 61 75 73 65 20 69 6e  70 75 74 20 66 69 6c 65  |cause input file|
000008a0  20 63 6f 72 72 75 70 74  69 6f 6e 0a 20 20 20 20  | corruption.    |
000008b0  20 20 20 20 20 6f 66 20  61 20 66 65 77 20 62 79  |     of a few by|
000008c0  74 65 73 20 69 6e 20 76  65 72 79 20 72 61 72 65  |tes in very rare|
000008d0  20 73 69 74 75 61 74 69  6f 6e 73 2e 0a 20 20 20  | situations..   |
000008e0  20 20 20 20 20 20 49 6e  20 46 69 6c 65 42 75 66  |      In FileBuf|
000008f0  66 65 72 20 61 20 62 75  67 20 77 61 73 20 66 69  |fer a bug was fi|
00000900  78 65 64 20 74 68 61 74  20 63 61 75 73 65 64 20  |xed that caused |
00000910  61 20 76 65 72 79 20 6c  6f 6e 67 20 28 3e 31 20  |a very long (>1 |
00000920  74 69 6d 65 73 20 74 68  65 0a 20 20 20 20 20 20  |times the.      |
00000930  20 20 20 6f 75 74 70 75  74 20 62 75 66 66 65 72  |   output buffer|
00000940  20 6c 65 6e 67 74 68 20  69 6e 20 63 6f 6d 70 72  | length in compr|
00000950  65 73 73 65 64 20 74 65  72 6d 73 29 20 75 6e 63  |essed terms) unc|
00000960  6f 6d 70 72 65 73 73 61  62 6c 65 20 66 69 6c 65  |ompressable file|
00000970  20 74 6f 20 63 72 61 73  68 0a 20 20 20 20 20 20  | to crash.      |
00000980  20 20 20 50 61 63 6b 44  69 72 20 77 69 74 68 20  |   PackDir with |
00000990  61 6e 20 61 64 64 72 65  73 73 20 65 78 63 65 70  |an address excep|
000009a0  74 69 6f 6e 20 69 6e 20  74 68 65 20 6d 69 64 64  |tion in the midd|
000009b0  6c 65 20 6f 66 20 46 69  6c 65 43 6f 72 65 20 21  |le of FileCore !|
000009c0  21 21 20 56 65 72 79 0a  20 20 20 20 20 20 20 20  |!! Very.        |
000009d0  20 75 6e 66 6f 72 74 75  6e 61 74 65 20 70 6c 61  | unfortunate pla|
000009e0  63 65 20 74 6f 20 63 72  61 73 68 20 21 21 21 20  |ce to crash !!! |
000009f0  54 68 69 73 20 69 73 20  61 6e 20 69 6d 70 6f 72  |This is an impor|
00000a00  74 61 6e 74 20 62 75 67  20 66 69 78 20 28 69 74  |tant bug fix (it|
00000a10  20 63 61 75 73 65 64 0a  20 20 20 20 20 20 20 20  | caused.        |
00000a20  20 6d 79 20 49 44 45 20  68 61 72 64 64 69 73 63  | my IDE harddisc|
00000a30  20 74 6f 20 63 72 61 73  68 20 66 61 74 61 6c 6c  | to crash fatall|
00000a40  79 20 6f 6e 20 31 30 20  53 65 70 20 31 39 39 31  |y on 10 Sep 1991|
00000a50  20 21 21 21 20 59 6f 75  72 73 20 74 6f 6f 20 3f  | !!! Yours too ?|
00000a60  20 49 20 68 6f 70 65 0a  20 20 20 20 20 20 20 20  | I hope.        |
00000a70  20 6e 6f 74 20 21 29 2e  0a 20 20 20 20 20 20 20  | not !)..       |
00000a80  2d 20 50 61 63 6b 44 69  72 20 64 6f 65 73 20 6e  |- PackDir does n|
00000a90  6f 74 20 64 6f 20 46 69  6c 65 42 75 66 66 65 72  |ot do FileBuffer|
00000aa0  5f 43 6c 65 61 72 20 61  6e 79 6d 6f 72 65 20 70  |_Clear anymore p|
00000ab0  72 69 6f 72 20 74 6f 20  28 75 6e 29 70 61 63 6b  |rior to (un)pack|
00000ac0  69 6e 67 2e 0a 20 20 20  20 20 20 20 20 20 49 74  |ing..         It|
00000ad0  27 73 20 6e 6f 74 20 72  65 61 6c 6c 79 20 72 65  |'s not really re|
00000ae0  63 6f 6d 6d 65 6e 64 65  64 20 69 6e 20 61 20 6d  |commended in a m|
00000af0  75 6c 74 69 74 61 73 6b  69 6e 67 20 65 6e 76 69  |ultitasking envi|
00000b00  72 6f 6e 6d 65 6e 74 2c  20 62 75 74 20 6e 6f 77  |ronment, but now|
00000b10  2c 0a 20 20 20 20 20 20  20 20 20 77 68 65 6e 20  |,.         when |
00000b20  66 69 6c 65 62 75 66 66  65 72 73 20 61 72 65 20  |filebuffers are |
00000b30  6e 6f 74 20 70 72 6f 70  65 72 6c 79 20 63 6c 6f  |not properly clo|
00000b40  73 65 64 20 62 79 20 73  6f 6d 65 20 75 73 65 72  |sed by some user|
00000b50  20 6f 66 20 46 69 6c 65  42 75 66 66 65 72 2c 0a  | of FileBuffer,.|
00000b60  20 20 20 20 20 20 20 20  20 74 68 65 72 65 20 69  |         there i|
00000b70  73 20 61 20 72 69 73 6b  20 6f 66 20 6e 6f 20 6d  |s a risk of no m|
00000b80  6f 72 65 20 62 75 66 66  65 72 73 20 65 72 72 6f  |ore buffers erro|
00000b90  72 2e 0a 0a 31 2e 31 34  20 20 20 2d 20 4e 65 77  |r...1.14   - New|
00000ba0  20 4c 5a 57 42 20 28 32  2e 30 32 29 20 6d 6f 64  | LZWB (2.02) mod|
00000bb0  75 6c 65 2e 20 45 72 72  6f 72 20 68 61 6e 64 6c  |ule. Error handl|
00000bc0  69 6e 67 20 74 69 64 69  65 64 20 75 70 20 61 20  |ing tidied up a |
00000bd0  62 69 74 2e 20 53 6f 6d  65 74 69 6d 65 73 0a 20  |bit. Sometimes. |
00000be0  20 20 20 20 20 20 20 20  27 44 69 73 63 20 66 75  |        'Disc fu|
00000bf0  6c 6c 27 20 77 6f 75 6c  64 20 6e 6f 74 20 62 65  |ll' would not be|
00000c00  20 72 65 74 75 72 6e 65  64 20 63 6f 72 72 65 63  | returned correc|
00000c10  74 6c 79 2e 0a 0a 31 2e  31 35 20 20 20 2d 20 4e  |tly...1.15   - N|
00000c20  65 77 20 4c 5a 57 42 20  28 32 2e 31 30 29 20 6d  |ew LZWB (2.10) m|
00000c30  6f 64 75 6c 65 2e 20 41  72 6f 75 6e 64 20 32 30  |odule. Around 20|
00000c40  25 20 73 70 65 65 64 75  70 20 6f 66 20 62 6f 74  |% speedup of bot|
00000c50  68 20 64 65 63 6f 6d 70  72 65 73 73 69 6f 6e 20  |h decompression |
00000c60  61 6e 64 0a 20 20 20 20  20 20 20 20 20 63 6f 6d  |and.         com|
00000c70  70 72 65 73 73 69 6f 6e  20 63 6f 64 65 20 28 6d  |pression code (m|
00000c80  61 79 20 74 75 72 6e 20  6f 75 74 20 74 6f 20 62  |ay turn out to b|
00000c90  65 20 6d 6f 72 65 20 6f  6e 20 73 6c 6f 77 20 6d  |e more on slow m|
00000ca0  65 64 69 61 2c 20 62 65  63 61 75 73 65 20 6f 66  |edia, because of|
00000cb0  0a 20 20 20 20 20 20 20  20 20 72 65 64 75 63 65  |.         reduce|
00000cc0  64 20 6c 61 74 65 6e 63  79 29 2e 0a 0a 31 2e 31  |d latency)...1.1|
00000cd0  36 20 20 20 2d 20 43 68  61 6e 67 65 64 20 63 6f  |6   - Changed co|
00000ce0  6e 74 72 6f 6c 20 77 69  6e 64 6f 77 20 74 69 74  |ntrol window tit|
00000cf0  6c 65 20 66 72 6f 6d 20  27 43 6f 6e 74 72 6f 6c  |le from 'Control|
00000d00  27 20 74 6f 20 27 50 61  63 6b 44 69 72 27 2e 0a  |' to 'PackDir'..|
00000d10  0a 31 2e 31 37 20 20 20  2d 20 42 75 67 20 66 69  |.1.17   - Bug fi|
00000d20  78 65 64 20 3a 20 72 65  73 75 6c 74 69 6e 67 20  |xed : resulting |
00000d30  66 69 6c 65 73 20 77 69  74 68 20 6c 61 72 67 65  |files with large|
00000d40  2d 69 73 68 20 75 6e 63  6f 6d 70 72 65 73 73 61  |-ish uncompressa|
00000d50  62 6c 65 20 66 69 6c 65  73 20 69 6e 0a 20 20 20  |ble files in.   |
00000d60  20 20 20 20 20 20 74 68  65 6d 20 6d 61 79 20 74  |      them may t|
00000d70  75 72 6e 20 6f 75 74 20  74 6f 20 62 65 20 74 6f  |urn out to be to|
00000d80  6f 20 6c 61 72 67 65 2e  20 54 68 69 73 20 69 73  |o large. This is|
00000d90  20 62 65 63 61 75 73 65  20 74 68 65 20 61 72 63  | because the arc|
00000da0  68 69 76 65 20 68 61 73  0a 20 20 20 20 20 20 20  |hive has.       |
00000db0  20 20 61 6c 72 65 61 64  79 20 62 65 65 6e 20 65  |  already been e|
00000dc0  78 74 65 6e 64 65 64 20  74 6f 6f 20 66 61 72 20  |xtended too far |
00000dd0  62 79 20 74 68 65 20 74  72 69 61 6c 20 63 6f 6d  |by the trial com|
00000de0  70 72 65 73 73 69 6f 6e  2c 20 77 68 69 63 68 20  |pression, which |
00000df0  77 61 73 0a 20 20 20 20  20 20 20 20 20 6e 6f 74  |was.         not|
00000e00  20 63 6f 72 72 65 63 74  65 64 20 66 6f 72 20 77  | corrected for w|
00000e10  68 65 6e 20 63 6c 6f 73  69 6e 67 20 74 68 65 20  |hen closing the |
00000e20  61 72 63 68 69 76 65 2e  20 49 20 68 61 64 20 65  |archive. I had e|
00000e30  6e 76 69 73 61 67 65 64  20 74 68 69 73 2c 0a 20  |nvisaged this,. |
00000e40  20 20 20 20 20 20 20 20  62 75 74 20 74 68 65 20  |        but the |
00000e50  63 6f 64 65 20 77 61 73  20 6e 6f 74 20 72 69 67  |code was not rig|
00000e60  68 74 2e 0a 0a                                    |ht...|
00000e65