* pkgsrc change: remove useless patch-ba by me.
Release 2.7.1 (2009-05-12)
--------------------------
This is a maintenance release on the 2.7 branch. Compared to 2.7.0 it
consists only of a few carefully hand-picked fixes for bugs,
(including GPU crashers). We encourage all users of 2.7.0 to upgrade
to 2.7.1.
Bug fixes since 2.7.0:
* KMS: Hook up output properties for RANDR, (this allows output
properties to be controlled in the KMS case just as in the UMS
case). [Zhenyu Wang <zhenyu.z.wang@intel.com>]
* Fix multiplication error when computing required batch space.
This could fix any number of cases where the driver did
inexplicable things (due to having computed the wrong
size). [Keith Packard <keithp@keithp.com>]
* Hold reference to video binding table until all rects are
painted. This prevent general chaos in the buffer
manager. [Keith Packard <keithp@keithp.com>]
* Split i915 textured video commands to fit into batch
buffers. Video and 3D setup commands share the same batch
buffer, so without this fix, various problems could occur when
video and 3D clients were both heavily active at the same
time. [Keith Packard <keithp@keithp.com>]
* Fix crash with XV with large virtual display (> 2049). [Albert
Damen <albrt@gmx.net>]
* Provide missing value to 3D_STATE_VERTEX_BUFFERS command. We
don't know that this was causing any problem, but the change
does bring the driver into conformance with what the
specification says the hardware requires here. [Keith Packard
<keithp@keithp.com>]
2009-02-19 SATOH Hiroh
* [bug]:
Fixed net/irc.rb permission.
* Released 0.0.7
2009-02-01 SATOH Hiroh
* [bug]:
Fixed to work on ruby1.9.1
* [release]:
Released 0.0.6
The SquirrelMail Team is pleased to announce the release of
SquirrelMail version 1.4.18. The most notable changes for this
version are several security fixes, including a couple XSS exploits, a
session fixation issue, and an obscure but dangerous server-side code
execution hole. However, this version also includes three new
languages and more than a few enhancements to things such as the
filters plugin, the address book system and other things under the
hood. For more complete details, see the ReleaseNotes and ChangeLog
files included in this release (they have moved to the doc/
directory). We advise all users of SquirrelMail software to upgrade.
* Defined TOO_FAR == 32767 in deflate.c (again). The definition
has continually been inadvertently omitted during zlib updates
since pngcrush version 1.6.4.
* Revised handling of xcode files so at least we can get printout
of IHDR values with "pngcrush -fix -n -v xcode.png"
Changes 1.6.16:
* Added -newtimestamp and -oldtimestamp options and changed
default condition to timestamping the output file with
the current time (i.e., -newtimestamp is default)
* If the -oldtimestamp option is used then the output file
has the same timestamp as the input file.
* Added CgBI chunk detection.
Changes 1.6.15:
* Fixes some missing typecasts on png_malloc() calls, patch from
an anonymous reporter to the SourceForge bug tracker.
* Added -time_stamp option to change time stamping from default
condition.
Features and improvements
* New PulseAudio? driver (Josh Green)
* New Jack MIDI driver (Josh Green)
* New CoreMIDI driver (Pedro Lopez-Cabanillas)
* Portaudio driver re-written for Portaudio 19 (Josh Green)
* Support for OS/2 including Dart audio driver (KO Myung-Hun)
* RPN GM MIDI messages now handled for Bend Range, Fine Tune
and Coarse Tune (Josh Green)
* MIDI channel pressure now handled (Bernat Arlandis i Mañó)
* MIDI Program/Bank instrument fallback selection logic (Josh
Green and thanks also to Jimmy)
* Added midi.portname setting to ALSA sequencer, -p command
line switch (Nicolas Boulicault)
* Added midi.winmidi.device setting to winmidi driver (Pedro
Lopez-Cabanillas)
* Updated Max/MSP FluidSynth binding (Norbert Schnell)
Synthesis Changes
* Volume attenuation SoundFont generator now behaves more like
EMU10K1 (S. Christian Collins)
* Stop forcing velocity based filtering (S. Christian Collins)
* Fixes to linear/bipolar/positive and convex/bipolar/positive
modulator functions (S. Christian Collins)
* Added fix to properly search for percussion instrument (Josh
Green)
* Force velocity envelope value to be that of the previous
stage when switching from decay to sustain (S. Christian Collins)
* Filter calculation now uses synthesizer sample rate rather
than fixed at 44100 (S. Christian Collins)
Bug fixes
* Fixed Jack driver in "audio.jack.multi=yes" mode and Jack
audio driver cleanup (Bernat Arlandis i Mañó and Pedro
Lopez-Cabanillas)
* Wrong tempo changes (ticket #22 - Pedro Lopez-Cabanillas)
* Crash bug fix related to using certain modulators in a preset
(S. Christian Collins)
* Fix to non-option command line argument processing when not
using readline (Pedro Lopez-Cabanillas)
* dsound device can't be selected (Ticket #16 - Pedro
Lopez-Cabanillas)
* Minor build fixes (Josh Green)
* Fixed compilation under MSVC 2008 and older (Pedro
Lopez-Cabanillas)
Misc. stuff
* Updated README-OSX build instructions (Ebrahim Mayat)
* FluidSynth fink package accepted for Mac OS X (Ebrahim Mayat)
* Minor fixes to FluidSynth man page (Sven Hoexter)
Changes in 0.16.1:
------------------
* Use new hashlib module instead of md5, bug #576161 (Claude Paroz)
* Updated translations:
ar (Khaled Hosny)
ja (Takeshi AIHANA)
pa (Amanpreet Singh Alam)
Grid Engine 6.2, which has undergone significant changes in qmaster to
significantly improve its scalability in challenging environments, adds
powerful features to the core system, introduces multi cluster support
for the Accounting and Reporting Console (ARCo) and comes with a new
module extending the scope of Grid Engine to a new domain of use cases:
the Service Domain Manager (SDM), aka. project Hedeby allows to
dynamically (re-)assign computational resources on demand.
plus lots of bug fixes.
ready. Upstream changes:
Version 2.7.8 revisions a/b/c (06/05/2006-06/24/2006))
Added X509 extension checks.
Added advanced MTOM streaming features.
Added WS-Addressing plugin and demo.
Moved soapcpp2 and wsdl2h to bin directory.
Improved SOAP1.2 MTOM interop.
Changed soap_send_empty_response function signature (additional status
argument) for HTTP optional response binding.
Changed fmimewriteopen() callback signature.
Fixed wsdl2h top-level element and complexType name clash issue.
Fixed HTTP chunking with empty response message body.
Fixed WSSE digest authentication.
Fixed WSDL response element output.
Fixed SOAP 1.2 <RPC:result> handling with SOAP_XML_STRICT flag.
Fixed WSSE signed response messages.
Fixed Win32 max open connection exceeded checking.
Fixed xsi:type matching for "__name" fields, which required a signature
change of soap_element_begin_in() with an additional 'type' parameter
(affecting custom deserializers, see custom dir).
Version 2.7.9 revisions a/b/c/d/e/f/g/h/i/j/k/l (10/24/2006-09/26/2007)
Added wsdl2h option -j to omit the generation of SOAP Header and Faults
for customization of these.
Added wsdl2h option -q to generate C++ namespace qualified header files.
Added SOAP_SSLv3, SOAP_TLSv1, SOAP_SSL_SKIP_HOST_CHECK flags.
Added file input and output specifications (with < and >) to wsdl2h's
typemap.dat to specify input and output for wsdl2h.
Added WS-Addressing 2005/03 support.
Added function soap_free() = soap_done() + free() and renamed previous
soap_free() to soap_temp_free().
Added wsdl2h option -_ to translate _USCORE.
Added xsd:anyAttribute (using DOM parser) with wsdl2h option -d.
Added multi-WSDL types section schema component merging.
Added TCP keep-alive settings.
Added QName list normalization.
Changed soapcpp2 default rule for generating attribute form qualified to
unqualified.
Improved wsdl2h SOAP Fault coding.
Improved performance and stability.
Improved portability.
Improved wsdl2h empty namespace handling ("" namespace).
Improved wsdl2h and schema conversion to C and C++.
Improved SSL timeouts and error handling.
Improved soapcpp2 option -i (generate proxy and service classes).
Improved class instance initialization.
Improved use of IPv6.
Improved proxy and server code output for soapcpp2 option -i.
Improved soapcpp2 code output with additional exception checks.
Fixed MIME/MTOM start id handling (SOAP message no longer required to be
first attachment).
Fixed WS-Security wsse plugin canonicalization format issue.
Fixed ZIP content remainder parsing (CRC check).
Fixed WSA API handling of messages with MIME/DIME attachments.
Fixed wsdl2h <include> relative path includes.
Fixed _XML literal string parsing of root attributes.
Version 2.7.10 (01/27/2008)
Combined pre-built win32, Linux i386, and Mac universal binaries into a
single software distribution package to streamline the distribution.
Added new Web service examples and removed XMethods dependence.
Added soapcpp2 option -q<name> for automatic C++ namespace qualification.
Added HTTP PUT, DELETE, HEAD callback support.
Added ability to derive classes from soap struct (in gSOAP header files).
Updated certificates and fixed cacerts.c.
Improved soapcpp2 option -i proxy/server object generation.
Improved socket timeout handling.
Improved HTTP chunking handling and efficiency.
Improved web server implementation.
Improved soapcpp2 and wsdl2h warning and error reporting.
Fixed dom parser handling of default xml namespace bindings.
Fixed wsdl2h default ("") namespace handling.
Version 2.7.11 (07/26/2008)
Added new wsseapi signature verification API functions.
Added mutability property of SOAP_ENV__Header and SOAP_ENV__Fault struct
to allow consistent redefinitions and on-the-fly member additions.
Added wsdl2h -r option parameters.
Added MINGW portability.
Added configure option --disable-openssl to build wsdl2h and libraries
without OpenSSL.
Added WITH_C_LOCALE compilation flag to enable the use of c_locale and
local-specific numeric conversion routines.
Fixed xml:lang in SOAP 1.2 SOAP-ENV:Text.
Fixed XML literal strings with maxOccurs="unbounded"
Fixed SSL connection engine issue.
Fixed RPC literal part name handling issue.
Fixed in update: SSL alloc/free issue and s2dateTime.
Version 2.7.12 (10/01/2008)
Added multi-endpoint connect capability. Endpoint string can be a
space-separated list of endpoint URLs, where each URL is tried in turn.
Added SOAP_SSL_NO_DEFAULT_CA_PATH option.
Fixed SSL connect issue when the SSL handshake or network connection fails.
Fixed xsi:nil handling for strings (NULL vs. "") in case of empty elements.
Fixed DOM xmlns="" namespace issue in XML output.
Fixed IP_MULTICAST_TTL failure to compile.
Fixed non-critical WSSE API soap_wsse_verify_nested code.
Version 2.7.13 (03/21/2009)
Improved wsdl2h code output.
Updated gsoapWinInet.
Updated DOM xmlns namespace binding handling.
Fixed OpenSSL memory leak.
Changes:
+ Add Delete All to transferbar
+ Show search in context menu
+ Implement 'Default' search engine
+ Show only icons in Statusbar Features
+ Implement Clear private data
+ Support News Feed icon and external aggregator
+ Fix reloading of Not found pages
+ Fixup spaces when middle click opening
+ Fix possibly wrong identificaton string
+ Optionally search engines in completion
+ Optionally Gtk 2.16 entry progress and icon
+ Experimental panel detaching
+ Support external download manager again
+ Implement '-a', '--app' argument
+ Implement '-c', '--config' argument
+ Fix a bookmark saving issue
+ Support data: URIs in the address entry
+ Several performance and memory leak fixes
+ Load cookies idle to accelerate startup
+ Support mailto: links
+ Save tab reordering in the session
+ Add a Cookie Manager extension
+ Fix crashers in Colourful Tabs
Changes:
- Several ATK support additions and fixes got landed, with many
roles being now implemented, providing better accessibility.
- Caret browsing is now available.
- Spelling check has been implemented using Enchant; the API is
still lacking, and some of the functionality still needs to be
improved, though.
- Error reporting is now available, with default error pages, and
API that allows the application to override the default behavior;
localization of those pages is still not supported, but planned.
- More crashes and other bugs fixed.
Pkgsrc changes:
- Adjust dependency: requires p5-Class-MOP>=0.83 and p5-Sub-Name for
runtime and p5-Test-Exception>=0.27 for build (test really)
Upstream changes:
0.78 Tue, May 12, 2009
* Moose::Cookbook::FAQ and Moose::Cookbook::WTF
- Merged these documents into what is now Moose::Manual::FAQ
* Moose::Unsweetened
- Moved to Moose::Manual::Unsweetened
* Moose::Cookbook::Basics::Recipes 9-12
- Renamed to be 8-11, since recipe 8 did not exist
* Moose::Exporter
- Make Moose::Exporter import strict and warnings into packages
that use it (doy)
* Moose::Object
- Fix DEMOLISHALL sometimes not being able to find DEMOLISH
methods during global destruction (doy)
* Moose::Meta::Class
* Moose::Meta::Role::Application::ToClass
- Track the Role::Application objects created during class-role
consumption (Sartak)
* Moose::Meta::Class
- Fix metaclass incompatibility errors when extending a vanilla perl
class which isa Moose class with a metaclass role applied (t0m)
* Moose::Meta::Role
- Add a role-combination hook, _role_for_combination, for the
benefit of MooseX::Role::Parameterized (Sartak)
* Tests
- Some tests were failing on Win32 because they explicit checked
warning output for newlines. Reported by Nickolay Platonov.
Pkgsrc changes:
- Adjust dependencies: no need for devel/p5-Sub-Identify and require at
least p5-Test-Exception>=0.27 for build (test really)
Upstream changes:
0.84 Tue, May 12, 2009
* Makefile.PL
- Depend on Text::Exception 0.27 to avoid failing tests ond old
versions (rafl)
* Class::MOP
- Made is_class_loaded a little stricter. It was reporting that
a class was loaded if it merely had an @ISA variable in its
stash. Now it checks that the @ISA var has elements in it.
- Deprecate in_global_destruction and subname re-exporting
(perigrin & Sartak)
* Class::MOP::Class
- Explicitly use Devel::GlobalDestruction and Sub::Name
(perigrin)
* Class::MOP::Package
- Disable prototype mismatch warnings for add_package_symbol.
(Florian Ragwitz)