]> www.wagner.pp.ru Git - oss/catdoc.git/blob - NEWS
Recreated CVS repository from working copy
[oss/catdoc.git] / NEWS
1    0.90.1 Nov 26 1998
2           Top-level Makefile now uses $MAKE instead of make
3           fixed missing end-line escaping in wordview.tcl
4           All occurences of strcpy, strcat and sprinf investigated
5           to avoid buffer overflows.
6    0.90   Oct 29 1998
7           Fixed bug with charset names redeclared locally in main()
8           Fixed problem in configure with wish 8.0.3
9           Catdoc considered to be stable enough for release 
10    0.90b5 Oct 14 1998
11           Fixed handling of 0x1F char (soft hyphen in Word 6.0),
12           now it is translated to 0x00AD (unicode soft hyphen)
13           Fixed permissions for manual page
14           Added --with-install-root configure arg to simplify
15           building of binary packages.
16    0.90b4 September 17 1998
17           Added proper configuration of library dir in wordview.
18           Added --disable-charset-check config option
19           Added 0x2026 symbol in ascii.rpl
20           Added more Windows codepages in distribution
21    0.90b3 September 11 1998
22           Added -x switch to simplify debugging of substitution maps
23    0.90b2 September 10 1998
24           Added some symbols is 0x2000-0x20FF range to substituton maps
25           These symbols occurs in cp1251 so they are frequently found
26           in Word files. Fixed some filename-handling problems in
27           wordview.tcl
28
29    0.90b1 September 8 1998
30           Added us-ascii.charset, fixed small bugs in confugre,
31           install is used for all installation files. Code is
32           considered stable enough to be beta.
33   
34    0.90a3 September 7 1998
35           Fixed small bug in table handling, which caused catdoc to
36           output extra column delimiter just before row delimiter. Added
37           autoconf configuration. install is back, although not for
38           charsets
39           
40    0.90a2 August 18 1998
41           version 0.90 was tested on BSDI and Solaris platform. Makefile
42           was rewritten to avoid use of highly incompatible
43           /usr/{ucb,bin}/install
44           
45    0.90a1 August 13 1998
46           Catdoc undergone major rewrite. Now it has proper charset
47           handling, including UNICODE and runtime configurability.
48           
49    0.35 - June 5 1998
50           Fixed bug with -s switch which prevents catdoc from returning
51           non-zero code when invoked on UNIX text file
52           
53    0.34 - Apr 28 1998
54           Files now opened in binary mode thus allowing catdoc to work on
55           DOS and simular systems. All specs arrays now have terminating
56           NULL
57           
58    0.33 - October 1997
59           Fixed missing terminating NUL in specs array, which caused
60           random seqfaults on Linux and many other systems, becouse
61           _specs_ is searched by _strchr_ fynction
62           
63    0.32 - August 1997
64           First mayor public release, uploaded to CTAN. Tk interface
65           appeared, manual page was written. Unfortunately, this release
66           was buggy.
67