skf (1.99.0) experimental; urgency=low
* Unicode 6.1 support
* Mime related issue fixed.
* further fix for nkf compatibility.
* added support for ruby 1.9.x
-- Seiji Kaneko <efialtes@sourceforge.jp> Thu, 01 Mar 2012 19:40:38 +0900
dos2unix includes utilities to convert text files with DOS or MAC
line endings to Unix line endings and vice versa. It is an update
of Benjamin Lin's implementations.
Bump version for possible release
Update doxygen.cfg file
Ignore the unprintable characters which can appear in the text.
Ignore some more files
Add -Weffc++ option for GCC to avoid producing crappy code :)
Fix build inside a new LibreOffice
Add Laurent to main authors (my apology for this forgetful attitude)
Fix distcheck in build/win32
Fixing MSVC build
Bump version for a possible release + remove autopackage that nobody uses anyway
Update of src/conv/ by using libwpd/src/conv as model.
Small changes: - in WPS4.cpp: correction of an uninitialized variable, - in WPS8.cpp: small improvement of the footnote/endnote display, - in WPSContentListener.cpp: check that the lists are closed before closing a section.
Plant some .gitignore files all around the place
Generate ChangeLog on make dist
Fix callgraph when footnotes are present
check that the property remains in the FOD zone (patch Laurent Alonso)
Fix different errors (patch Laurent Alonso)
Fix some debug build warnings/errors
Cleanup and rewrite of build system (patch Tomas Chvatal)
Fix windows gcc build of libwps inside LibreOffice tree (patch Jan Holesovsky <kendy@suse.cz>)
It seems that cfod 0x54 is legitimate (patch Urmas D. <davian818@gmail.com>)
Update configure.ac to new syntax. Patch of Tomas Chvatal <tchvatal@suse.cz>
Rename configure.in to configure.ac Patch of Tomas Chvatal <tchvatal@suse.cz>
Fix makefile.am's to new syntax. Patch of Tomas Chvatal <tchvatal@suse.cz>
Fix gcc-4.6 build
Changes:
0.89 Sat Mar 10 20:19:11 2012
- avoid "use Test".
0.88 Mon Mar 5 21:56:13 2012
- DUCET is updated (for Unicode 6.1.0) as Collate/allkeys.txt.
! Please notice that allkeys.txt will be overwritten if you have had
other allkeys.txt already.
- U+9FCC is a new CJK unified ideograph.
- The default UCA_Version is 24.
- Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated.
- modified tests: cjkrange.t, compatui.t, hangtype.t, loc_cjkc.t,
loc_es.t, loc_estr.t, overcjk0.t, overcjk1.t, version.t in t.
Unicode::Collate implements Unicode Collation Algorithm (UCA). The UCA
provides a specification for how to compare two Unicode strings while
remaining conformant to the requirements of The Unicode Standard. The UCA
also supplies the Default Unicode Collation Element Table (DUCET), which
is data specifying the default collation order for all Unicode characters.
(imported and updated from wip)
Changes:
o fixed translation of \u{a}, removed incorrect translations of \u{n}
and \u{N} (contributed by Domenico Bianculli)
o bib2bib conditions: support for \u (contributed by Domenico Bianculli)
* Remove obsolete patches.
Changelog:
Version 3.2.0 (2011.11.26)
------------------------
* "--dpi" (or "-d") option has been added to qrencode. This option set DPI
information in an output PNG image. (Thanks to David Dahl)
* New option "--enable-thread-safety" has been added to the configure script
that makes the library thread-safe. It is enabled by default.
* QRcode_encodeData(), QRcode_encodeDataMQR, QRcode_encodeDataStructured() have
been added for binary data encoding including '\0'.
* Typo and bug fixes.
* Experimental Micro QR Code support has been added.
* "--micro" (or "-M") option for Micro QR Code has been added to qrencode.
(experimental)
Release Note:
Binary data including '\0' is now supported. To encode a binary data, give "-8"
option to qrencode, and let qrencode obtain data via standard input like
"qrencode -8 -o output.png < binary". "--dpi" and "-d" are also added to embed
DPI information to PNG file.
A bug in the mask pattern evaluation routine has been fixed. In some cases,
libqrencode may generate a different symbol from the one that was generated by
the prior libqrencode because of this bug fix, but the embedded data are not
affected. The symbols generated by the old libqrencode are valid.
Experimental support of Micro QR Code encoder has been added. Some functions
(QRcode_*MQR()) have been added to the library. The command line tool generates
Micro QR Code when "--micro" or "-M" is given.
to update textproc/p5-Text-Sass.
This module provides conversions between commonly used ways to express
colors. It provides conversions between color spaces such as RGB and
HSV, and it provides ways to look up colors by a name.
Changes from previous:
1.33 Thu Aug 4 23:25:14 EDT 2011
- move build_db() to separate .PL script so that module can be
built even if Class::Accessor and other dependencies aren't
available before Makefile.PL is run.
- list GDBM_File as an explicit dependency, assome distributions
like ActivePerl don't include it even though it is a
core module.
1.32 Thu Jun 30 16:38:32 EDT 2011
- make sure utf8 flag set in output of marc8_to_utf8
1.31 Thu Sep 30 10:53:00 EDT 2010
- minor revision to get v1.3 Changes into the CPAN distro :-)
1.3 Wed Sep 29 10:26:49 EDT 2010
- added latest codetables.xml from
http://www.loc.gov/marc/specifications/codetables.xml (thanks to
Mark Muehlhaeusler for noticing that there were some Arabic updates.
I reapplied the changes that François Charette suggested in v0.98
which are still not present in LC's codetable :-(