BUGS FIXED
* The internal functions mpn_sbpi1_div_qr_sec mpn_sbpi1_div_r_sec could
compute garbage with a low probability. They are now rewritten, and the
test code has been improved.
* A bug in the ia64 implementation of mpn_divrem_2, clobbering some
callee-save registers, has been fixed. This is an internal
function, with the bug manifesting itself as miscomputation in,
e.g., mpn_sqrtrem.
* The documentation now correctly says 'const' for input arguments.
Upstream changes:
0.58 2013-09-13 16:57:41Z (Karen Etheridge)
- remove use of deprecated $Config::Any::YAML::NO_YAML_XS_WARNING in tests
- warnings tests bypassed during installation
- author metadata moved to contributors
0.57 2013-09-07 21:29:05Z (Karen Etheridge)
- spelling fixes (RT#87780, David Steinbrunner)
- removed use of deprecated Class::MOP::load_class
- repository migrated from shadowcat to the github moose organization
Update DEPENDS
Upstream changes:
0.37 2013-09-26 04:08:21Z (Karen Etheridge)
* repository migrated to the github moose organization
* re-release with fixed compile test
0.36 2013-09-10 02:33:28Z (Karen Etheridge)
* Depend on 'aliased'.
* The test suite now uses Test::Fatal instead of Test::Exception. (Karen
Etheridge)
* removed use of deprecated Class::MOP::load_class, calling enum with a list
* converted use of Class::MOP::class_of to Moose::Util::find_meta
* new WARNING section added to pod, regarding future utility of this module
changes:
-implement the client-to-client protocol
-new command "cdprev"
-make "mv" a shortcut for "move"
-support absolute paths in "add" and "update"
-more UI improvements
-bugfixes, documentation improvements
approved by simonb
The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.
The Alarm Timer plugin turns your music player into an alarm, set
the time in at which it must go off and the rest is done by gmpc.
The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.
This package contains plugin that shows the Wikipedia page of the
currently playing artist.
The information is shown in a new tab of the player.
The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.
The Libnotify plugin is a misc plugin for gmpc. The plugin uses
libnotify to send messages to the notification-daemon on song
change. It will show the song title, artist, album (date) and genre.
It will also display the album cover if available.
It can act as a replacement for the built-in notification.
The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.
The jamendo plugin allows you to browse and preview music available
on jamendo.
0.99 Sun Sep 1 12:46:14 2013
- by default out-of-range values are treated as if it were U+FFFD
when UCA_Version >= 22.
- supported overriding out-of-range values (see 'overrideOut' in POD).
- modified tests: override.t, illegal.t in t.
0.98 Sat Jun 15 19:44:06 2013
- typo (see [rt.cpan.org #85655] typo fixes)
Update DEPENDS
Upstream changes:
1.003001 - 2013-09-10
- abbreviate class names from created by create_class_with_roles if they are
too long for perl to handle (RT#83248)
- prevent destructors from failing in global destruction for certain
combinations of Moo and Moose classes subclassing each other (RT#87810)
- clarify in docs that Sub::Quote's captured variables are copies, not aliases
- fix infinite recursion if an isa check fails due to another isa check
(RT#87575)
- fix Sub::Quote and Sub::Defer under threads (RT#87043)
- better diagnostics when bad parameters given to has