/[public]/psiconv/trunk/NEWS
ViewVC logotype

Annotation of /psiconv/trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 344 - (hide annotations)
Mon Oct 20 11:45:31 2014 UTC (9 years, 6 months ago) by frodo
File size: 6345 byte(s)
(Frodo) Bump version to 0.9.9

1 frodo 344 0.9.9 20141019 Bugfix in HTML4 target. Updated toolchain.
2    
3 frodo 269 0.9.8 20051115 Small bug fixes
4    
5 frodo 256 0.9.7 20050225 Support ImageMagick 6
6    
7 frodo 254 0.9.6 20040430 Compilation fixes for Solaris
8     Compilation fixes for ImageMagick unavailability
9    
10 frodo 246 0.9.5 20040406 Bug fixes
11     Compilation with gcc 2.95.x should work again
12    
13 frodo 242 0.9.4 20040316 Mostly bug fixes
14     Minimum version required for AbiWord 2.1.1 and later
15    
16 frodo 235 0.9.3 20040226 Minimum version required for new AbiWord 2.1 plugin
17 frodo 228 Fixed a few minor bugs
18     Added psiconv_unicode_from_list and psiconv_unicode_strstr
19 frodo 232 Much better error and progress reporting in generators
20 frodo 228
21     0.9.2.1 20040223 Quick fix for the library number mistake in 0.9.2
22    
23 frodo 226 0.9.2 20040223 Many bugfixes, among them some critical ones:
24     * Package now builds without psiconv.conf files installed
25     UTF8 Psion support might now actually work
26     -c argument introduced for psiconv program
27    
28     0.9.1 20040209 Added the psiconv-config program.
29 frodo 204 Fixed the installation of @includedir@/psiconv/general.h
30     Added the forgotted psiconv_config_free function.
31 frodo 209 Removed some small memory leaks.
32 frodo 204
33 frodo 226 0.9.0 20040204 New major library version number breaks source compatibility:
34 frodo 185 * All strings and characters are now stored in UCS-2
35     * New config structure.
36     - Call psiconv_config_default and psiconv_config_read at the
37     start of your program
38     - Almost all functions have a new psiconv_config parameter
39     - All former global variables are now in this structure
40     * Several minor changes in the functions defined in
41     parse_routines.h and generate_routines.h
42     * All generate_* routines have now a lev parameter except
43     generate_file.
44     * psiconv_sketch_section data representation changes
45     * New verbosity level PSICONV_VERB_ERROR
46 frodo 180 Use config files /etc/psiconv.conf and ~/.psiconv.conf
47 frodo 193 Support automake 1.6, 1.7 and 1.8
48 frodo 152 Support autoconf-2.50 and up
49     Support ImageMagick 5.4.x and 5.5.x (API changed once again...)
50 frodo 147 Support Unicode output in psiconv program (Keita Kawabe)
51 frodo 149 Don't use features not present in plain sh (Keita Kawabe)
52 frodo 162 Clean up some automake-related stuff.
53 frodo 152 Format documentation is now installed too.
54 frodo 162 Debian build support
55 frodo 185 Embedded objects in Word are now properly parsed and generated
56 frodo 171 Sketch file generation is added (stand-alone and as object)
57 frodo 174 MBM and Clipart file generation is added
58 frodo 179 Image files other than 2-bits greyscale are parsed and
59     generated (experimental)
60 frodo 184 Errors and warnings sanitized
61 frodo 185 Rewrite of the psiconv program:
62     * Outputs in UTF8, UCS2, ASCII or Psion encodings
63 frodo 192 * XHTML target generates strict XHTML using CSS
64     * HTML4 target generates traditional HTML without CSS
65     * IMAGE target remains the same
66     * LATEX and RTF targets are not supported anymore
67 frodo 145 0.8.3 20020129 Extended sheet parsing support in library:
68 frodo 136 all non-graph parts are now parsed.
69 frodo 145 Support autoconf-2.52, libtool-1.4.2 (needs patch!),
70     automake-1.5
71 frodo 139 Support ImageMagick-5.4.2-2 (older may not work)
72 frodo 140 Fix header/footer potential segfault
73 frodo 144 Fix large list-related memory leak and several smaller ones.
74 frodo 136 0.8.2 20010717 Some sheet parsing support in library, for from complete,
75     but good enough for basic Gnumeric support
76 frodo 118 Added autogen.sh
77 frodo 126 autoconf-2.50, automake-1.4-p4
78 frodo 134 0.8.1 20010110 New enum screenfont_t
79 frodo 94 New program rewrite in extra
80     Added psiconv_empty_* functions
81     Fixed a few minor generation bugs
82 frodo 87 0.8.0 20001228 Fixed style inheritance from Normal
83     Fixed warnings in layouts
84     Added generation routines to libpsiconv
85     Upgraded documentation to version 2.6
86     Fixed several minor parse-related issues
87 frodo 70 0.7.1 20001218 Maintenance release to be used with Abiword.
88     Set proper interline defaults.
89 frodo 67 0.7.0 20001215 Made libpsiconv C++ compatible.
90 frodo 58 general.h is now installed properly (oops...)
91 frodo 66 Revamped package directory structure and files.
92 frodo 58 Include files contain now the correct paths.
93     Fixed a nasty typo; larger files should now work.
94 frodo 66 It seems psiconv_verbosity was never defined.
95     Added message printing hook for applications to capture.
96     All result codes are now tested, library is much more robust.
97 frodo 67 Some internal data fields have been renamed.
98 frodo 54 0.6.2 20001021 ImageMagick 5 now works. I hope.
99 frodo 46 0.6.1 19991204 Added Clipart files. Several pictures in one file are now
100     handled correctly.
101 frodo 36 0.6.0 19991202 Renamed HTML to HTML3. Images can be handled through the
102     ImageMagick library. Moved the generation routines out of
103     libpsiconv.
104 frodo 2 0.5.0 19990930 Automake, autoconf and libtool support. No functional changes.
105     One small bug squashed in the parser.
106     0.4.0 19990812 First release of libpsiconv. It now supports Word and
107     TextEd files. Many internal things have changed, including
108     the names of many functions.
109     Renamed TEXT format to ASCII, and the -t option to -T.
110     Psiconv is now linked against libpsiconv
111     0.3.0 19990711 New target formats HTML4 and TEXT
112     0.2.3 19990618 Nothing really.
113     0.2.2 19990618 Small bugfixes. Word Status Section now completely read.
114     0.2.1 19990614 Bug fix: No layout section needed in header/footer
115     0.2.0 19990614 Much better progress and debug reports
116     Page section now parsed (no HTML output for it though)
117     Some small bugs removed
118     0.1.0 19990610 Initial release

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26