Overview of changes in Gtk2 1.222
=================================
* Make Gtk2::ListStore->remove()'s return value consistent on gtk+ 2.0
* Fix some build and test failures.
4.13 Wed Sep 01 2010: - Balint Szilakszi <szbalint at cpan.org>
- Fixed WWW::Curl::Form (again, formadd and formaddfile working now).
- Made constant constant handling more robust and added tests [Fuji, Goro].
- Modernized *.pm and AUTOLOAD now throws an error on unknown method calls [Fuji, Goro].
- Fixed code depending on CURLINFO_SLIST to be optional [Fuji, Goro].
[Changes for 0.82 - 2010-04-12]
* Locale::Maketext::Extract::Plugin::Base
* Locale::Maketext::Extract::Plugin::TT2
* Locale::Maketext::Extract
- fixed some spelling errors - thanks to Ansgar Burchardt for the patch
[Changes for 0.81 - 2010-04-09]
* Locale::Maketext::Extract::PLugin::FormFu
- the plugin now understands YAML of the form:
mesage_loc: ['Max files: [_1]', 10]
Thanks to Charlie Garrison for the patch
[Changes for 0.80 - 2010-04-08]
* Locale::Maketext::Lexicon
- Added the _preload option, which forces parsing of the lexicon
as soon as it is loaded. Improves memory usage and performance
in a prefork environment
Thanks to Ruslan Zakirov for the patch
3.13 2010-06-04 sbeck
* NEW CODE(s)
3.12 2010-04-06 sbeck
* NEW CODE(s)
* Renamed test.pl to testfunc.pl to avoid causing an error
when built as part of perl.
0.09006 - 19 May 2010
- Should fix errors in t/003_error.t
http://cpantesters.org/cpan/report/07280906-b19f-3f77-b713-d32bba55d77f
0.09005 - 17 May 2010
- Should fixe problems with t/005_clone.t
- Minor XS tweaks
0.09004 - 11 May 2010
- Disable MSWin32 (patches welcome)
0.09003_03 - 10 May 2010
- Explicitly test add_file_ext
- Add thread safety test
0.09003_02 - 26 Apr 2010
- Ah, typemaps! I guess I didn't know about it when I first wrote this
- Add many tests
- Fix a memory leak under clone()
- Fix a memory leak under fhmagic()
- Update function declarations to a more modern style
* move all functions out of XS section, and make use of
automatic linkage by xsubpp
- Add a memory leak test
* only runnable when running under author mode
* set TEST_MEMLEAK=1
* ignore any leaks that does not directly show a Perl_*
namespace.
0.09003_01 - 07 Apr 2010
- Fix memory corruption (Martin Blapp)
- Fix rt #28072. Changing $/ doesn't change the return value (Martin Blapp)
- Fix how SV returned by error() is handled.
- Add a clone() method.
0.07 Wednesday 25th August, 2010
Switch to ExtUtils::MakeMaker as Module::Build got
uppity and started generating bad Makefile.PL files
0.06 Friday 20th August, 2010
Fix case with ' in entities (Richard Russo)
of 3/31, 5/425). Set LICENSE.
2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* lib/GStreamer.pm
* NEWS: Release 0.15.
2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL
* MANIFEST
* GStreamer.pm (removed)
* lib/GStreamer.pm (added): Move GStreamer.pm into the new lib
directory.
2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GstPad.t
* xs/GstPad.xs: Wrap gst_pad_is_blocking, gst_pad_peer_query,
gst_pad_iterate_internal_links, and
gst_pad_iterate_internal_links_default.
2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GstIterator.xs (newSVGstIterator): Convert NULL iterators to
undef.
2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GstFormat.xs (SvGstFormat): Throw an exception if
gst_format_get_by_nick failed to convert the string to a format.
This means that unregistered format strings now cause errors
instead of being silently turned into GST_FORMAT_UNDEFINED.
2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GstClock.t: Make the clock resolution and master clock tests
more robust.
2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GstIndex.t: Make the GstIndexEntry tests more robust and correct.
2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GstIndex.xs: We don't own the GstIndexEntry objects returned
by the various GstIndex methods, so don't use the _own typemap
variant.
Version 1.02 provides minor changes only:
- added COPYRIGHT according to FEDORA & DEBIAN community requests
- test.pl - extended test string (just for sure ;)
1.53 Thu Apr 01 13:49:00 CET 2010
- ***CHANGED*** default log file position
from /var/log/modem.log to /tmp/modem.log.
Too many failed tests and user reports made me
reconsider my poor default choice.
- Added voice dialing. Just dialing though.
You can't perform real voice calls through Device::Modem (yet :)
Thanks to Marek Jaros.
- Added ';' (voice dialing) and 'p' (pause) as valid values
for dial() number.
1.52 Sun Mar 28 15:50:00 CET 2010
- Added automatic port reconnection in the port() method.
This should improve connection reliability and reduce risk
of "Can't call method XXXXXX on undefined value YYYYYY" errors.
6.39 Sat Sep 4 02:16:28 UTC 2010
- AutoJoin.pm: Allow channel keys to be undefined
- Make the 'nickserv' command do the right thing on ratbox ircds
- Add a server_version() method
6.38 Fri Sep 3 18:33:50 UTC 2010
- Only process the first CTCP chunk we find in a message. This prevents
someone from flooding our outgoing queue by having us e.g. reply to 20
VERSION requests at a time.
- CTCP.pm: Reply to VERSION with "dev-git" when no version is available.
6.37 Tue Aug 17 22:53:22 GMT 2010
- Make all warnings fatal
- Use real temp files in tests instead of littering the dist directory
6.36 Mon Jul 26 03:53:50 GMT 2010
- Added a logged_in() method to see if we're logged into IRC
6.35 Sun Jun 27 09:32:22 GMT 2010
- Disconnecting.pod: Mention when it is appropriate to use
C<< $irc->yield('shutdown') >>.
- Connector.pm: Clear the reconnect timer when the plugin is deleted so
that we can actually shut down the IRC component.
- Depend on POE::Component::Pluggable 1.26 for irc_plugin_error
6.34 Fri Jun 25 18:16:40 GMT 2010
- CTCP.pm: Do "use POE::Component::IRC;" to avoid weird failures when
this plugin is compiled by code which hasn't done the same.
6.33 Mon Jun 21 20:27:42 GMT 2010
- BotCommand.pm: Allow user to choose how help messages are delivered
- BotCommand.pm: Require the command prefix in private messages
- BotCommand.pm: Make the help messages more context-sensitive
- BotCommand.pm: Add support for custom auth checks
- BotCommand.pm: If Eat == 1, we eat everything that looks like a command
- Cookbook: Add Gtk2 example by Damian Kaczmarek
- Logger.pm: Support a hook for custom log storage
- IRC.pm: Remove redundant version() method
- Convert distribution over to Dist::Zilla
================================
2010-03-08 01:18:09 -0500 v1_220
================================
Prepare for git based distribution toolchain.
Rearrange repository for git.
Create an OSX example program for Max Wassermann.
0.12 Sun May 30 08:45:03 GMT 2010
- don't use values > MAXINT. +2147483648 is not a valid unsigned
int32 (it's MAXINT+1). while we're at it, put all constants in
the XS in hex format for clarity. possibly fixes:
http://www.cpantesters.org/cpan/report/6945385
- fall back to pureperl when Inline::C is installed but not functional
as reported by Michel Lanne.
0.11 Fri Mar 12 04:12:44 GMT 2010
- fix two bugs triggered with inline on win32 - one related to assuming
C99 support and one related to lack of stdint.h or equivalent. tested
with strawberry perl, should work with msvc too. bug report here:
http://www.cpantesters.org/cpan/report/6920668
same smoker reports tests with 0.11 here:
http://www.cpantesters.org/cpan/report/6930825
0.10 Sun Feb 14 04:09:00 GMT 2010
- add COPYRIGHT information for debian folks
- include xt/
0.09 Thu Feb 11 14:58:37 GMT 2010
- Support 24 and 32 bit wav reading w/o Inline::C (from Wolfram humann)
( see https://rt.cpan.org/Public/Bug/Display.html?id=36452 )
- add a META.yml and some other easy kwalitee tweaks
- Audio::Wav::Read::_has_inline moved to Audio::Wav::_has_inline so
it can be queried before instantiating a reader (and later be used
internally for Audio::Wav::Write)
0.84 2010-08-27 19:10:00
- Added an optional audio_md5 info value, this is the MD5 checksum of the
first N audio bytes of the file. This is useful in determining if a file
is the same even when tags have been changed. See the documentation for details.
- Added audio_size info value to all formats.
- Added image offset values in AUDIO_SCAN_NO_ARTWORK mode for some formats, so
image data may be extracted directly from the file if needed. See the
documentation for specific details.
- AAC: Fixed samplerate values for AACplus files. The samplerate in the header
needs to be doubled to obtain the actual playback samplerate.
- ID3: Bug 16452, Don't add null strings as array entries for T* frames.
0.83 2010-06-10 14:15:00
- APE: Tag could be ignored when ID3v1 tag is present.
- Fixed error handling for invalid RVAD tags.
- Win32: Added binmode for all open files and filehandles.
Fix make distcheck errors.
Tiny modification to m4/boost.m4.
Pass $CXXFLAGS to $ac_cpp to make cross-compilation of ibus-pinyin easy.
Remove sqlite3 in create_db.py
Remove duplicated EXTRA_DIST value in lua/Makefile.am
Add PY prefix of all file names to avoid name conflict on some file
system than is case insensitive.
change the default fuzzy settings
Upstream changes:
1.23 - So Sep 5 2010
- 3 Patches from Tom Hukins++ to clean up inc/, pod and the license.
- Suggestion from So Matsui++ to restore HTTP POST from the 1.20 release.
- http_method now defaults to POST but can be set to GET.
1.22 - Fri Apr 2 10:51:58 PDT 2010
- Update URI::Encode dependency so we can depend on a consistent
encoding of *firefox to %2Afirefox.
- No code changes, just test fixes.