uCON64 is the emulator Swiss Army knife program.
It supports almost every video game system (Consoles, Handheld, Arcade),
as well as all common patch file formats like IPS (with RLE compression),
APS, BSL (Baseline Patch format), PPF (Playstation Patch File), and Game
Genie.
OK pirofti@
From the announcement mail:
----
The most important change is the removal of the status_backend configuration
option and that's why we're moving to v7.1.0.
There are other small bug fixes and improvements. However, the codebase didn't
change much since v7.0.14
----
SECURITY: "hg serve --stdio could be tricked into granting authorized
users access to the Python debugger"
"dispatch: protect against malicious 'hg serve --stdio' invocations
(sec) Some shared-ssh installations assume that 'hg serve --stdio' is
a safe command to run for minimally trusted users. Unfortunately, the
messy implementation of argument parsing here meant that trying to
access a repo named '--debugger' would give the user a pdb prompt,
thereby sidestepping any hoped-for sandboxing. Serving repositories
over HTTP(S) is unaffected.
We're not currently hardening any subcommands other than 'serve'. If
your service exposes other commands to users with arbitrary repository
names, it is imperative that you defend against repository names of
'--debugger' and anything starting with '--config'.
The read-only mode of hg-ssh stopped working because it provided its
hook configuration to "hg serve --stdio" via --config parameter. This
is banned for security reasons now. This patch switches it to directly
call ui.setconfig(). If your custom hosting infrastructure relies on
passing --config to "hg serve --stdio", you'll need to find a
different way to get that configuration into Mercurial, either by
using ui.setconfig() as hg-ssh does in this patch, or by placing an
hgrc file someplace where Mercurial will read it. mitrandir@fb.com
provided some extra fixes for the dispatch code and for hg-ssh in
places that I overlooked."
noteworthy changes:
* Garbage collection support removed (NSGarbageCollector stub
remains)
* Support for Debian style multi-architecture installations added
* OpenSSL bundle removed since it didn't match GNUTLS support
* Ported to Debian/Hurd
* ICU string (regexp in particular) fixes
* OSX compatibity changes in NSRunLoop and NSTask behavior
* Alternative sort algorithms selectable at runtime
* Many bugfixes and cleanups.
* As usual, this release also contains an update to include the most
recent international timezone data.