this switches to the "super stable" branch which is the only one
where tarballs are distributed of,
too many changes to list here, the most notable recent one is that the
recent expat DOS vulnerability was fixed, as were some portability
issues which caused problems on NetBSD
This switches to the gnome-2.28 release branch.
pkgsrc changes:
-depend in docbook-xml-4.5 and scrollkeeper-dtd because these are used
by some gnome pkgs (should fix PR pkg/42233 by Robert Elz)
-prepare to call xsltproc with the -nonet option
(commented out for now because it makes xsltproc fail even if no network
accesses are necessary, needs investigation)
makes sure the tool is called with the "--nonet" option, keeping
it from using http or ftp to resolve references in xml files
(unfortunately it doesn't work as intended yet)
Overview of changes for 0.8.0
=============================
* Remove the in-tree Vala bindings: they are part of Vala, now
* Remove the in-tree Debian packaging
* Fix bug #958: JsonGenerator does not escape special characters
* Fix bug #965: Conditionally compile the test suite
* Display the filename and line inside the error messages when
loading from a file
* Fix bug #1203: Correctly terminate a string array
* Fix bug #1393: Regression tests fail on OpenBSD
* Do not leak memory on error code paths
* Improve and clean up the build system
* Make JsonNode completely opaque
* Conditionally generate introspection data on build
* Fix bug #1353: Do not overwrite when copying
* Deprecate json_object_add_member()
* Add convenience accessors for JsonObject and JsonArray
* Add convenience iteration functions for JsonObject and JsonArray
* Automatically promote integers to gint64, to compensate for the
lack of integer size in the JSON specificiation
* Disallow the inclusion of single header files: only json-glib,h
and json-gobject.h can be included directly
* Documentation fixes
* Clean up and remove code duplication inside the Parser object
changes:
-bugfixes
-portability and documentation improvements
-cleanup
pkgsrc note: added some tweaks to EBCDIC support, both to fix non-
portable assumptions in the code and to work around NetBSD deficiencies;
now it needs only a little fix to CP273 (newline conversion) to make
the selftest succeed on NetBSD
pkgsrc changes:
- Adjusting dependencies
- Adding license definition
Upstream changes:
1.46 - October 8, 2009
- Updated the E-mail address of Adam Trickett.
- Removed the perl-5.6.x-specific workarounds and made perl-5.8.x as
a requirement. This was done in order to:
- avoid a workaround that also caused an incomplete test coverage.
- avoid various test failures due to a problem with XML-Parser
on 5.6.x .
- encourage people using ancient versions of perl in production.
- Convert all occurences of "new XML::RSS" to "XML::RSS->new()" everywhere.
- a best practice.
pkgsrc changes:
- Adjusting dependency to newly released Text::CSV_XS
Upstream changes:
1.15 Thu Oct 15 17:23:39 2009
- updated the compatibility for Text::CSV_XS version 0.69
* Auto detection of eol => "\r" in streams
(but incomplete correspondence. I will rewrite CSV_PP in the future)
pkgsrc changes:
- EXTRACT_SUFX changed to .tgz
Upstream changes:
2009-10-10 0.69 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Missing end quotes in error code docs
* examples/csv-check now shows detected eol
* Auto detection of eol => "\r" in streams
* Optimized caching. All cache changes now in XS
2009-09-27 MeCab 0.98
* UTF16 support (experimental)
* On Windows, changed to use Native API (ex. MultiByteToWideChar) for
codeset conversion.
* Convert source code to Google coding style.
* Add EON (end of N-best) format option (-S or --eon-format)
* Fixes problems hankaku-kana handling on Shift-JIS environment
* support online leraning (experimental)
* Now buildable without -Wno-deprecated
* and some small fixes.
pkgsrc changes:
- Adding license definition
- Adjusting dependencies
Upstream changes:
1.70
- fixed various bugs
- documentation updates
- #48247: Win32 patch kindly provided by KMX@cpan.org
- sync with latest XML::LibXML ABI and add a compatibility check
- do not force -lgcrypt and -lgpg-error linker flags
- fix for attribute nodes returned by user-defined XPath functions
- address #41542: restore internalDTD subset on the source
document of a transformation (libxslt unlinks it)