]> www.wagner.pp.ru Git - sites/home_page.git/blob - software/catdoc/changelog.html
Release catdoc 0.95
[sites/home_page.git] / software / catdoc / changelog.html
1 <HTML><HEAD>
2 <META HTTP-EQUIV="Content-Type" "text/html; charset=utf-8">
3 <TITLE>Catdoc changelog </TITLE>
4 </HEAD><BODY>
5 <h1>Catdoc changelog</h1> 
6 <DL>
7 <DT>0.95 May 25 2016
8 <DD>Replaced charset tables with new ones, published by Unicode Consortium with
9 more permissive license.
10 Fixed some incompatibilities with CLang
11 Fixed lot of segfaults on incorrect or corrupted data
12 Use stdint int types throughout the code, add configure check for stdint.h
13 <DT>0.94.2 Feb 25 2005
14 <DD>Now ole Root Entry is searched by entry type rather than by name. It
15 is better fix for same problem which was fixed in 0.94.1. Fixed building
16 of catppt postscript docs.
17 It might be not qualify for release, but since I've lost archives and
18 have no hope of recreating distribution with same SHA1 sum from working
19 copy of repository which was left, I prefer to make new release.
20 <DT>0.94.1 Feb 09 2006
21 <DD>Fixed some problems with OLE parsing. Fixed some issues with
22 codepage search introduced in the 0.94. Fixed negative record length in
23 ppt files.
24 <DT>0.94 May 02 2005
25 <DD>Added catppt utility to process powerpoint files. Now xls2csv proprerly recognizes Mac and other codepages which Microsoft refers by numbers and other world by names. Support ansicpg command in RTF. Also lot of small bug fixes 
26 <DT>0.93.4 Sep 30 2004. Wedding release.
27 <DD>After about a year of existence of version 0.93.3 numerous bug
28 reports was send to me and incorporated into CVS. So it is time to
29 release new one. Fixed lot of bugs concerning rtf parser and xls3csv.
30 Added ability to define customizable page separator for multipage
31 spreadsheets and command line switch to specify desired maximal
32 precission of floating point numbers (default now is output as many
33 digits as it is). Also fixed bug with reading pre-OLE word/write files
34 and text files (Debian bug #255625).
35 <DT>0.93.3 Nov 15 2003
36 <DD>It was planned as feature release. It has support for Excel Date
37 formatting, output of blank cells and help window in wordview.
38 Unfortunately, during its development important bug was found in
39 ole parser code. So I have to publish this release real soon after
40 previous  
41 <DT>0.93.2 Nov 14 2003
42 <DD>Improved performance of OLE parser, fixed problems with unicode
43 chars 0xFF00-0xFFFF in catdoc, rewrite wordview for unicode-aware
44 version of Tcl, with support of displaying text in language different
45 from current locale. Reworked autoconf configuration.
46 <DT>0.93.1 Sep 24 2003
47 <DD>Fixed numerous bugs in newer OLE and RTF code, including problem
48 with incorrectly interpreting last (incomplete) 256-byte block of text
49 as Unicode. Restored support for pre-OLE Word versions, which was
50 accidently lost in 0.93 
51 <DT>0.93 July 29 2003
52 <DD>Added proper handling of OLE structure (by Alex Ott). 
53 <DT>0.92 June 16 2003
54 <DD>Added RTF parser at last (contributed by Alex Ott). MS-DOS
55 executable for xls2csv is included. Some code clean up and splitting.
56 <DT>0.91.6 May 24 2003
57
58 <DD>Added autodetect of output charset from current locale. 
59 Fixed handling of RK and MULRK records in xls2csv. No more missing
60 numbers. Fixed long-standing bug with loosing of first 8 symbols when
61 recoding text file.
62 I finally began to provide MS-DOS executables for 0.91.x series
63
64 <DT>0.91.5 January 30 2002
65 <DD>I finally got to catdoc again. UTF-8 output is added.
66 Just specify utf-8 as output charset. 
67 <DT>0.91.4 December 30 1999
68 <DD>Fixed important bug in xls2csv - improper recognition of numeric
69 cells (as opposed to formula). Fixed segfault when catdoc is used to
70 recode plain text files.
71 <DT>0.91.3 December 14 1999
72 <DD>Mainly xls2csv fixes - xls2csv now recognizes some options (man page
73 is in sync), added endianess check to configure, so xls2csv compilies
74 correctly out of the box on big-endian machines
75 <DT>0.91.2 October 19 1999
76 <DD>This is first verison which includes <b>xls2csv</b> program. Also,
77 some long-standed bugs are fixed and newly-introduced bug when catdoc
78 hangs on broken files. Although these files are not read properly
79 without -b switch. New charset <a href="koi8-u.txt">koi8-u</a> is added
80 to distribution. If you want to use it in the stable version, just
81 download it from here and put in the catdoc library directory.
82 <P>
83 New switch -l is added. It causes catdoc to list available charsets in
84 current charset path.
85
86 <DT>0.91.1 October 15 1999
87 <DD>As it was expected it was wrong decision to believe information
88 about extended charset from word document header. Now we analyze
89 encoding for each 256-byte page separately (becouse it is possible that
90 first ones would be 8-bit and other 16-bit). When processing non-word
91 files (i.e. plain text) encodings are converted and -u is taken into
92 account, so catdoc can be used as generic character converter, which
93 supports utf8 and utf16 (both byteorders) as input.
94 <DT>0.91.0 October 12 1999
95 <DD>Implemented new format analyzis. Now most versions of word format
96 as well as MS-Write and rtf are detected. Boundaries of main text stream
97 are also detected, so no more garbage is produced at the end of file
98 <DT>0.90.3 August 11 1999
99 <DD>Fixed small OS-specific bugs - broken isspace in Turbo C under DOS
100 and %x was replaced %i for compatibility with SunOS 4.
101 <DT>0.90.2 May 24 1999
102 <DD><A HREF="mailto:run@pirit.com">Artem Chuprina</A> pointed out to
103 segfault error when non-existent charset is specified in command line.
104 It turned out to be silly bug in check_charset function with oneline
105 fix. You can get <A
106 HREF="ftp://ftp.ice.ru/pub/vitus/catdoc-0.90.2.patch">one-line
107 patch</A>.
108 <DT>0.90.1 Nov 26 1998
109 <DD>Duncan Simpson pointed out to numerous places in catdoc source where
110 paranoid sysadmin could suspect buffer overflow. They was investigated
111 and either rewritten or commented why they are safe. 
112 Also fixed minor bug in Makefile (make args are now propagated to
113 subdirs) and wordview (saving files now works).
114 <DT>0.90 Oct 29 1998
115 <DD>Fixed bug with redeclaring source_csname and target_csname in main.
116 Fixed bug in configure when dealing with wish 8.0.3. Catdoc considered
117 stable enough to be released.
118 <DT>0.90b5 Oct 14 1998
119
120 <DD>Fixed handling of 0x1F char (soft hyphen in Word 6.0),
121           now it is translated to 0x00AD (unicode soft hyphen)
122           Fixed permissions for manual page
123           Added --with-install-root configure arg to simplify
124           building of binary packages.
125
126 <DT>0.90b4 September 17 1998
127
128 <DD>Added proper configuration of library dir in wordview.
129 Added --disable-charset-check config option
130 Added 0x2026 symbol in ascii.rpl
131 Added more Windows codepages in distribution
132 <DT>0.90b3 September 11 1998
133 <DD> added -x option to simplify debugging of substitution maps
134 <DT>0.90b2 September 10 1998
135 <DD>Added replacement sequences for some special charachers which
136 present in cp1251 and cp1252. Fixed some filename-handling problems
137 in wordview
138 <DT>0.90b1 September 8 1998
139 <DD>Added cyrillic transliteration into <code>ascii.replchars</code>
140 fixed some bugs in configuration. Added <code>us-ascii</code> output
141 charset.
142 <DT>0.90a3 September 7 1998
143
144 <DD>Fixed small bug in table handling, which caused catdoc to output
145 extra column delimiter just before row delimiter. Added autoconf
146 configuration. <CODE>install</CODE> is back, although not for charsets
147 <DT>0.90a2 August 18 1998
148 <DD>version 0.90 was tested on BSDI and Solaris platform. Makefile was
149 rewritten to avoid use of highly incompatible
150 <CODE>/usr/{ucb,bin}/install</CODE>
151 <DT>0.90a1 August 13 1998
152 <DD>Catdoc undergone major rewrite. Now it has proper charset
153 handling, including UNICODE and runtime configurability.
154 <DT>0.35 - June 5 1998
155 <DD> Fixed bug with -s switch which prevents catdoc from returning non-zero
156 code when invoked on UNIX text file
157 <DT>0.34 - Apr 28 1998
158 <DD> Files now opened in binary mode thus allowing catdoc to work on DOS
159 and simular systems. All specs arrays now have terminating NULL
160 <DT>0.33 - October 1997
161
162 <DD> Fixed missing terminating NUL in specs array, which caused random
163 seqfaults on Linux and many other systems, because <B>specs</B> is searched
164 by <B>strchr</B> fynction
165 <DT>0.32 - August 1997
166 <DD> First mayor public release, uploaded to CTAN. Tk interface appeared,
167    manual page was written. Unfortunately, this release was buggy.
168 <DT>0.1 - 10 Dec 1996
169 <DD>First release can be traced. It was posted to
170 <a
171 href="http://groups.google.com/group/comp.os.linux.development.apps/msg/9be6e220d123161a">comp.lang.development.apps</a> 
172 </DL> 
173 </BODY>
174 </HTML>