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.
* Fixed potential local privilege escalation vulnerability in
Windows service.
* Added Python-based based alternative build system for Windows using
Visual Studio 2008 (in win directory).
* When aborting in a non-graceful way, try to execute do_close_tun in
init.c prior to daemon exit to ensure that the tun/tap interface is
closed and any added routes are deleted.
* Fixed an issue where AUTH_FAILED was not being properly delivered
to the client when a bad password is given for mid-session reauth,
causing the connection to fail without an error indication.
* Don't advance to the next connection profile on AUTH_FAILED errors.
* Fixed an issue in the Management Interface that could cause
a process hang with 100% CPU utilization in --management-client
mode if the management interface client disconnected at the
point where credentials are queried.
* Fixed an issue where if reneg-sec was set to 0 on the client,
so that the server-side value would take precedence,
the auth_deferred_expire_window function would incorrectly
return a window period of 0 seconds. In this case, the
correct window period should be the handshake window period.
* Modified ">PASSWORD:Verification Failed" management interface
notification to include a client reason string:
>PASSWORD:Verification Failed: 'AUTH_TYPE' ['REASON_STRING']
* Enable exponential backoff in reliability layer retransmits.
* Set socket buffers (SO_SNDBUF and SO_RCVBUF) immediately after
socket is created rather than waiting until after connect/listen.
* Management interface performance optimizations:
1. Added env-filter MI command to perform filtering on env vars
passed through as a part of --management-client-auth
2. man_write will now try to aggregate output into larger blocks
(up to 1024 bytes) for more efficient i/o
* Fixed minor issue in Windows TAP driver DEBUG builds
where non-null-terminated unicode strings were being
printed incorrectly.
* Fixed issue on Windows with MSVC compiler, where TCP_NODELAY support
was not being compiled in.
* Proxy improvements:
* Implemented http-proxy-override and http-proxy-fallback directives to make it
easier for OpenVPN client UIs to start a pre-existing client config file with
proxy options, or to adaptively fall back to a proxy connection if a direct
connection fails.
* Implemented a key/value auth channel from client to server.
* Fixed issue where bad creds provided by the management interface
for HTTP Proxy Basic Authentication would go into an infinite
retry-fail loop instead of requerying the management interface for
new creds.
pkgsrc changes:
- adjust dependencies
Upstrean changes:
0.43 Sun Jul 25 01:00:34 UTC 2010
- add dep for MooseX::NonMoose for the use_moose=1 option
0.42 Sat Jul 24 23:14:27 UTC 2010
- add use_moose=1 to loader options by default for create=static
0.41 Wed Apr 28 08:42:13 EDT 2010
- allow configuring ResultSets using the SchemaProxy trait
- Avoid handling RPMs with uncompress data via "lzcat -f".
- Improve handling of LZMA compression via "lzcat":
- Fail early if the child process fails to start "lzcat".
- Don't try to kill the chld process blindly when we close the parent
end of the pipe. Check first whether it already terminated which
is the normal case.
Handling of RPM files with LZMA compression is now tested.
pkgsrc changes:
- adjust dependencies
Upstream changes:
1.28 2010-06-16 02:43:00
- Fix generated Pod tests so that the first check is if the TEST_POD
environment variable is set. (RT#58433)
- Fix link in the Pod for Catalyst::Restarter (RT#57362)
- Fix the pod-coverage version required by the generated app tests.
- Fix the restarter to only act upon file events (and ergo ignore
the creation of empty directories).
pkgsrc changes:
- adjusting dependencies
Upstream changes:
0.49 11 April 2010
* uri_for_view_on_single_result() will return uri for 'view' action,
regardless of value of can_write().
0.50 13 May 2010
* fix make_primary_key_string() to get rid of bad sprintf() call
0.51 19 May 2010
* added use_request_uri_for_path to test MyApp to fix
test failures with Catalyst::Runtime 5.80024