Aisleriot:
- Fix the end of game check for Odessa.
Ataxx:
- Fix a crasher on 64-bit machines.
Five or More:
- Handle missing themes better.
Gnometris:
- Fix drag and drop from konqueror.
- Use the ESD compielr flags properly.
libgames-support:
- Display ace-high card decks properly.
- Fix conflicting extern and static declarations.
* GtkFileChooser
- Improve keybindings [Federico Mena Quintero]
- Speed up loading of large directories [Federico]
- Move "Browse for other folders" expander up [Federico]
- Support DND from the path bar [Federico]
* GtkUIManager
- Speed up [Dave Neary, Michael Natterer, Sven Neumann, Soeren Sandmann]
* GtkTreeView
- Fix resizing artifacts in empty, focused treeviews [Billy Biggs,
Vincent Noel]
* GtkSettings
- Handle changes to gtk-menu-images and gtk-button-images much more
efficiently [Matthias Clasen]
* GDK
- Allow to set wm hints on leader windows [Sebastien Bacher]
* Win32
- Implement resize grips [Robert Ögren]
- Bug fixes [Robert, Tor Lillqvist]
* Bug fixes [Morten Welinder, William Jon McCann, Anders Carlsson, Philip
Langdale, Christian Persch, John Finlay, Carlos Garnacho Parro, Tim Janik,
Gavin Romig-Koch, Jonathan Blandford, Billy Biggs, Federico, Christian
Neumair, Kristian Høgsberg, Sven, Dennis Cranston]
* Updated translations (ca,id,nb,no,nso,pa,zh_CN)
* Reduce signal connection complexity from O(n) to O(1) [Sven Neumann]
* GChildWatch
- Use sigaction instead of signal [Jonas Jonnson, Archana Shah]
- Make the very first SIGCHLD work [Gustavo Carneiro]
* Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
* Other bug fixes [Andrea Campi, Dave MacLachlan]
LablGTK is an Objective Caml interface to GTK+. This version, LablGTK2, has
support for GTK+ from 2.0 to 2.6.
It uses the rich type system of Objective Caml 3 to provide a strongly typed,
yet very comfortable, object-oriented interface to GTK+. This is not that
easy if you know the dynamic typing approach taken by GTK+.
- Added XCLIENT support.
- Drop XCLIENT commands coming in from clients for security.
- Added big scary warnings to the sample scripts about escaping variables.
Changes:
1.1
Autotools build process
%d now contains the full date tag
1.1-alpha10
Equalizer works now
Fixed a small Bug with skipping broken tracks
1.1-alpha9
Fixed Bug with Id3 Reading
Added Display of variable Bitrate
1.1-alpha8:
Some Bugfixes (ID3-Genre out of range, Audio in use by other Program, di
splaytitle with empty tags)
1.1-alpha7:
Added Reading of ID3-Tags and writing of APE2-Tags
Some changes in generate_title to make it work with FreeBSD
1.1-alpha6:
close speed-up
1.1-alpha5:
corrected end of track bug
1.1-alpha4:
minor bugfixes
1.1-alpha3:
another small glitch fixed in tag reading
1.1-alpha2:
fixed tag reading
1.1-alpha:
rewrite from scratch using musepack lib
Musepack is an audio compression format with a strong emphasis on
high quality. It's not lossless, but it is designed for transparency,
so that you won't be able to hear differences between the original
wave file and the much smaller MPC file.
It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly
developed and vastly improved and is now at an advanced stage in
which it contains heavily optimized and patentless code.
* Fixes:
- Fix double-protocol insertion in Insert Image dialog. (Todd).
- Fix double-mnemonic in Format menu (Adam).
- Make menus translatable (Isak).
- Update the RPM spec file to handle Scrollkeeper data (Todd).
* improved cleanup routines to make sure that no memory is leaking.
* applied patch to pf.c from OPENBSD_3_6 branch:
fix a bug that leads to a crash when binat rules of the form
'binat from ... to ... -> (if)' are used, where the interface is dynamic.
* added (unsigned char) casts to ctype functions.
* added experimental patch for ALTQ support.
* applied patch to pfctl_parser.c from OPENBSD_3_6 branch:
do not assume entries in pf_timeouts[] are ordererd like PFTM_* in pfvar.h
* applied patch to pf.c from OPENBSD_3_6 branch:
The flag to re-filter pf-generated packets was set wrong by synproxy
for ACKs. It should filter the ACK replayed to the server, instead of
of the one to the client.
* applied patch to pf.c from OPENBSD_3_6 branch:
For RST generated due to state mismatch during handshake, don't set
th_flags TH_ACK and leave th_ack 0, just like the RST generated by
the stack in this case. Fixes the Raptor workaround.
* applied patch to pf_lkm.c from NetBSD HEAD:
pfil4_wrapper, pfil6_wrapper:
ensure that mbufs are writable beforehand as pf assumes it.
* applied patch to pf.c from OPENBSD_3_6 branch:
reset anchor pointer to NULL when stepping back into the main ruleset,
fixes pflog attributing states wrongly to anchors and pfctl -vvsn/sr
showing wrong state counters for anchor rules.