-------------------
0.15 Thu Feb 16 08:09:45 EST 2012
- corrected cidrvalidate() to return values according to its
documentation, in some corner cases.
0.16 Sat Sep 29 09:29:43 EDT 2012
- cidrvalidate() corrects octet-shortchanged IPv4 addresses to their
proper size.
0.17 Sat Oct 20 23:21:18 EDT 2012
- version bump, put META back into the tarball.
0.18 Mon Feb 2 18:12:54 EST 2015
- leading 0s in IPv6 addresses are ok.
Updated devel/p5-MooseX-Getopt to 0.66
Updated devel/p5-MooseX-Object-Pluggable to 0.0014
Updated devel/p5-MooseX-Params-Validate to 0.21
Updated devel/p5-MooseX-Role-WithOverloading to 0.16
Updated devel/p5-MooseX-SimpleConfig to 0.11
Updated devel/p5-MooseX-Types-LoadableClass to 0.013
Updated devel/p5-MooseX-Types-LogAny to 0.001003
- No code changes from 0.20.
0.20 2015-01-01 (TRIAL RELEASE)
[BACKWARDS INCOMPATIBILITIES]
- The errors thrown by this module when a type constraint fails have
changed. They are now instances of the
MooseX::Params::Validate::Exception::ValidationFailedForTypeConstraint
class. When stringified, this class include the message generated by the
failing type constraint. While similar to the error message thrown by
Params::Validate itself, this message does not match that string exactly,
and may break code that relies on a regex against the error message. This
addresses RT #89378, requested by several people.
- MouseX::App::Cmd has been split off into its own distribution;
now this dist uses Moose unconditionally, rather than Any::Moose
0.29 2015-01-06 02:47:11Z
- re-release 0.28 as stable
0.28 2014-05-06 16:20:58Z (TRIAL RELEASE)
- Be more intelligent about determining Moose or Mouse requirements at
build time.
libCEC allows you in combination with the right hardware to control your
device with your TV remote control. Utilising your existing HDMI cabling,
it allows developers to interact with other HDMI devices without having to
worry about the communication overhead, handshaking, and the various ways
of sending a message for each vendor.
Changes:
general:
- Fixed crash when bin is not found in a bin/cue.
- Added Traditional Chinese translation.
- Added Japanese translation.
- Added Russian translation.
- Updated German translation.
- Added inline SH2 assembler function to main emulation code.
- Fixed miscellaneous memory leak/uninitialized variables.
- Added Stunner/Virtua Gun emulation
- Added USB Dev cartridge emulation
- Added SDL2 support
emulated bios:
- Work around fix for games trying to change scu mask from slave sh2
when using hle bios. Fixes Astal.
gtk port:
- Added extra checks to resolution setting to avoid potential leaks
or crashing.
qt port:
- Fixed an issue where coff/elf files weren't selectable when using
memory transfer function.
- Fixed a bug where qt volume slider wasn't showing the saved value
on startup.
- Mouse will now optionally auto-hide with no movement
- Added gui for inline assembler.
- Revised Mouse emulation handling, added sensitivity setting.
- Other fixes
video:
- Fixed a bug where coordinate y increment wasn't being initialized under
a specific set of circumstances. Should fix hang in Radiant Silvergun
using OpenGL rendering.
- Fixed Special Color Calculation mode 2
Version 3.4.4 (2015-02-12)
--------------------------
### Fixed
Fixed a directory traversal vulnerability discovered by Arnaud Buchoux. See
CVE-2015-0269 for more information.
Version 3.2.19 (2015-02-12)
---------------------------
### Fixed
Fixed a directory traversal vulnerability discovered by Arnaud Buchoux. See
CVE-2015-0269 for more information.
EmulationStation is a graphical and themeable emulator front-end that allows
you to access all your favorite games in one place, even without a keyboard!
It targets computers connected to a television (like HTPCs, media boxes, and
the Raspberry Pi).
FreeImage is an Open Source library project for developers who would like to
support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as
needed by today's multimedia applications. FreeImage is easy to use, fast,
multithreading safe, compatible with all 32-bit or 64-bit versions of Windows,
and cross-platform (works both with Linux and Mac OS X).
Thanks to its ANSI C interface, FreeImage is usable in many languages including
C, C++, VB, C#, Delphi, Java and also in common scripting languages such as
Perl, Python, PHP, TCL or Ruby.
Suite B support for TLS 1.2 and DTLS 1.2
Support for DTLS 1.2
TLS automatic EC curve selection.
API to set TLS supported signature algorithms and curves
SSL_CONF configuration API.
TLS Brainpool support.
ALPN support.
CMS support for RSA-PSS, RSA-OAEP, ECDH and X9.42 DH.
Security Fixes
* CVE-2015-0241 Buffer overruns in "to_char" functions.
* CVE-2015-0242 Buffer overrun in replacement printf family of functions.
* CVE-2015-0243 Memory errors in functions in the pgcrypto extension.
* CVE-2015-0244 An error in extended protocol message reading.
* CVE-2014-8161 Constraint violation errors can cause display of values in columns which the user would not normally have rights to see.
JSON and JSONB Unicode Escapes
Other Fixes and Improvements
* Cope with the non-ASCII Norwegian Windows locale name.
* Avoid data corruption when databases are moved to new tablespaces and back again.
* Ensure that UNLOGGED tables are correctly copied during ALTER DATABASE operations.
* Avoid deadlocks when locking recently modified rows.
* Fix two SELECT FOR UPDATE query issues.
* Prevent false negative for shortest-first regular expression matches.
* Fix false positives and negatives in tsquery contains operator.
* Fix namespace handling in xpath().
* Prevent row-producing functions from creating empty column names.
* Make autovacuum use per-table cost_limit and cost_delay settings.
* When autovacuum=off, limit autovacuum work to wraparound prevention only.
* Multiple fixes for logical decoding in 9.4.
* Fix transient errors on hot standby queries due to page replacement.
* Prevent duplicate WAL file archiving at end of recovery or standby promotion.
* Prevent deadlock in parallel restore of schema-only dump.