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
Version 1.2.6.
-- msdl
* 12th release
* -o chain enabled, you can do
$ msdl -o 1.foo -o 2.foo -o 3.foo http://bar/file1http://bar/file2http://bar/file3
* --stream-timeout option for quit streaming after some time.
$ msdl --stream-timeout 3m30s rtsp://foo.com/bar.wmv
to download the first 3 and a half minutes.
This is helpful for downloading the real-time streaming, which ignores
RTSP Range parameters.
estd-r7
* Add support for ACPI P-States on DragonFly.
* Improve multi-core support on DragonFly. For each CPU domain with individually
controllable CPU frequency, the load of the most loaded CPU is used instead of
the overall avarage load.
This avoids issues on SMP systems where a single-threaded CPU bound process
will lead to at most 50% overall load.
* Ove Soerensen has asked me to take over maintainership of estd.
The new project page is at http://www.ecademix.com/JohannesHofmann/estd.html
* waitip is enabled when running on a single interface.
* Classless Static Routes are now enabled by default in dhcpcd.conf
instead of being always being requested.
Changes since version 5.28:
- Undo a cleanup in vroot.h, as xlock exits on startup with a BadWindow
on pievwm and tvtwm.
- juggler3d mode stolen from xscreensaver with help from Tim Auckland.
Jouk Jansen made safe for VMS and fixed colour problem.
- nose: cleaned up for win32. Still do not know why this mode has
bottom task bar.
- petri: crashed due to shift of int, fix from Dr Nigel Warr
<warr AT kp.uni-koeln.de>. petri improved for win32, should not be
red all the time now.
- penrose should be working again. Other small fixes for life, etc.
- image: image set right away and added option -icononly to only display
image when in password window
- Xinerama patch so the password window will be displayed on one screen
thanks to Kaelyn Uhrain <satyr_22901 AT yahoo.com>. (On the wish
list would be to have password window on screen with mouse instead
of first screen.
- SuSE patch set thanks to Stanislav Brabec <sbrabec AT suse.cz> and
Petr Gajdos <pgajdos AT suse.cz>. For problems in code and compiler
warnings: fixes build with GLTT and FTGL modules, return if fontset
is null instead of crash, fixes strict-aliasing compiler warning,
makes void function not returning anything.
- life3d: resync with my Java code for new patterns.
- xlockrc (use of xlock without system password) did not actually check
if Key portion matched Again portion. Also now deletes null .xlockrc
file when there is a mismatch.
Upstream changes:
Version 3.48
[BUG FIXES]
1. <optgroup> default values are now properly escaped.
Thanks to #raleigh.pm and Mark Stosberg. (RT#49606)
2. The change to exception handling in CGI::Carp introduced in 3.47 has been
reverted for now. It caused regressions reported in RT#49630.
Thanks to mkanat for the report.
[DOCUMENTATION]
1. Documentation for upload() has been overhauled, thanks to Mark Stosberg.
2. Documentation for tmpFileName has been added. Thanks to Mark Stosberg and Nathaniel K. Smith.
3. URLS were updated, thanks to Leon Brocard and Yanick Champoux. (RT#49770)
[INTERNALS]
1. More tests were added for autoescape, thanks to Bob Kuo. (RT#25485)
pkgsrc changes:
- Adding license definition
Upstream changes:
Version 6.04 24.10.2009
+ Solved RT ticket #50796 (inform type of license)
+ Made the test suite compatible with Perl versions < v5.6.0
pkgsrc changes:
- Adding license definition
- Adjusting dependencies
Upstream changes:
[1.02] Released on 2009-10-22
Documentation changes. META.yml "enhancements". Moved author
tests out of the way of normal testing.
Now requires Perl-Critic version 1.105 or newer. Fixed source
code to be compliant with this version. Reported by Xavier Caron.
pkgsrc changes:
- Adding license definition
Upstream changes (since module release 0.4801):
0.50 Sat Oct 17 15:18:03 2009
- Production release.
0.49_02 Sat Aug 2 13:00:21 GMT 2008
- Added support for all diff styles supplied by Text::Diff. Requested by
Kevin Jones (http://rt.cpan.org/Public/Bug/Display.html?id=23579)
- Add Build.PL.
- Convert to universally use Test::More instead of Test.
0.49_01 Fri Aug 1 09:04:58 GMT 2008
- Convert to modern Perl distribution.
- Applied doc suggestion from Slaven Rezic
(http://rt.cpan.org/Ticket/Display.html?id=24297)
- Bumped up version number higher than normal because I forgot to quote
the "developer release" number last time.
- Applied Mark Stosberg's patch which fixed the { a => 1 } versus
{ a => '1' } bug (http://rt.cpan.org/Ticket/Display.html?id=3029)
pkgsrc changes:
- Adjusting license definition
- Adjusting dependencies according to META.yml (choosing the higher
versions in case of duplicated entries)
Upstream changes:
0.361 20/10/2009
- Keep Makefile.PL in synch.
0.36 18/10/2009
- Mark for production.
- Removed 'dump.t' files in tests.
- Improve Test::Aggregate::Nested docs.
- Removed some dead code.
- Suppress multiple plans (#48352, Chisel Wright)
0.35_07 19/08/2009
- Added missing files to MANIFEST.
0.35_06 28/06/2009
- Added support for nested TAP via Test::Aggregate::Nested.
- I really, really need to get a real release out.
0.35_05 20/05/2009
- Removed bogus test file throwing my counts off. No wonder all tests
were failing for people!
- Remove development lib links.
0.35_04 Unreleased.
- Unlink dump files in tests.
0.35_03 15/05/2009
- Don't run done_testing() in tests if it doesn't exist.
0.35_02 14/05/2009
- Deprecate tests run in BEGIN/END/CHECK/INIT.
See http://use.perl.org/~Ovid/journal/38974 for more information.
- check_plan, if set, is now done at the end of each test instead of
the end of all tests.
- Make it work with the Test::Builder 0.88 and previous versions.
- Embed the calling test script name in a comment at the top of the
dump file.
- Fix a doc typo (thanks to Offer Kaye for the report)
- Cleaned up some tests.
0.35_01 18/11/2008
- Make 'exit()' scream loudly if called.
- Move Test::Aggregate::Builder globals into a hashref in the object.
Further encapsulation to come later.
- Export &run_this_test_program from Test::Aggregate to make dump
files cleaner.
- Reorganize the test suite to avoid false negatives.
2-clause BSD license.
This license does not just use slightly different words from the 3-clause
BSD license but adds a new clause to prohibit certain forms of promotion
without the copyright holders permission.
Upstream changes:
2009-10-22 John Peacock <jpeacock@cpan.org>
Forgot to edit the README
2009-10-15 John Peacock <jpeacock@cpan.org>
Make sure we override the system version.pm in the core for perl5.10.x
2009-10-15 John Peacock <jpeacock@cpan.org>
Bump $VERSION in all files and add README text
2009-10-15 John Peacock <jpeacock@cpan.org>
Smarter handling of non-magic v-strings.
Resolves https://rt.cpan.org/Ticket/Display.html?id=50347