Avoid union shm on DragonFly, it conflicts with system provided version.
Hack around some namespace pollution in arpa/inet.h inherited from
FreeBSD which results in G_LOCK(inet_ptona) being partly mapped to
G_LOCK(__inet_ptona), but not consistently.
** New API to access the TLS master secret.
When possible, you should use the TLS PRF functions instead.
** Improved handling when multiple libraries use GnuTLS at the same time.
Now gnutls_global_init() can be called multiple times, and
gnutls_global_deinit() will only deallocate the structure when it has
been called as many times as gnutls_global_init() was called.
** Added a self test of TLS resume functionality.
** Fix crash in TLS resume code, caused by TLS/IA changes.
** Add 'const' keywords in various places, from Frediano ZIGLIO.
** The code was indented again, including the external header files.
** API and ABI modifications:
New functions to retrieve the master secret value:
gnutls_session_get_master_secret
Add a 'const' keyword to existing API:
gnutls_x509_crq_get_challenge_password
Any Library: Cast to reference types introduced in 1.33.0 is now documented on
any_cast documentation page.
Config Library: Don't undef BOOST_LIB_TOOLSET after use.
Boost.Python:
* The build now assumes Python 2.4 by default, rather than 2.2
* Support Python that's built without Unicode support
* Support for wrapping classes with overloaded address-of (&) operators
Smart Pointer Library: Fixed problems under Metrowerks CodeWarrior on PowerPC
(Mac OS X) with inlining on, GNU GCC on PowerPC 64.
Regex Library: Fixed the supplied makefiles, and other small compiler specific
changes. Refer to the regex history page for more information on these and
other small changes.
Iostreams Library: Improved the interface for accessing a chain's components,
added is_open members to the file and file descriptor devices, fixed
memory-mapped files on Windows, and made minor changes to the documentation.
Functional/Hash Library: Fixed the points example.
Multi-index Containers Library: Fixed a problem with multithreaded code, and
other minor changes. Refer to the library release notes for further details.
Graph Library:
* Fixed a problem with the relaxed heap on x86 Linux (fixes bug in
dijkstra_shortest_paths).
* Fixed problems with cuthill_mckee_ordering and king_ordering producing no
results.
* Added color_map parameter to dijkstra_shortest_paths.
Signals Library: Fixed problems with the use of Signals across shared library
boundaries.
Thread library: read_write_mutex has been removed due to problems with
deadlocks. Wave library (V1.2.1) Fixed a couple of problems, refer to the
change log for further details.
- A bunch of OLE fixes and improvements.
- DirectSound improvements, including full duplex support.
- Fix for the Windows metafile vulnerability.
- Many static control improvements.
- Some fixes for copy protection support.
- Lots of bug fixes.
This the second maintanence release of the 2.12 stable gnome-games
branch. It contains only one bug fix and several translation
updates. The bug fix eliminates an illegal move the the Aisleriot game
"Thirteen". Upgrading is only useful if you play Thirteen or you speak
Swedish, Estonian or Dutch.
Changes since 4.53:
- Added about 50 new variables to be type-checked.
- For unknown variables, the type is guessed from the variable name.
- In patch files that patch Makefiles, added lines are checked for
absolute pathnames.
- Replaced the -Wdebug option with --debug, so that the debugging warnings
don't show up when using -Wall.
- Many minor improvements.
* Fix for bug 319421: ibmtts hardcoded to en_US locale (Bill Abt)
* For for bug 319875: Add eciInsertIndex to viavoice driver (Bill Abt)
* Fix for bug 320013: Add more parameters to ibmtts driver (Bill Abt)
* Fix for build problem on Solaris (Rich Burridge)
* Fix for bug 142354: FreeTTS driver exits when refcount goes to 0 instead
of living forever (Willie Walker)
* Fix for bug 313652: FreeTTS build fix (Bernard Leak)
* Fix for bug 319980: test-speech now uses selected gender instead of
hardcoding to male (Willie Walker)
* Fix for bug 314736: Cygwin ports patch (Cygwin Ports maintainer)
* Fix for bug 314840: Corrected the use of the rate and pitch
parameters for ibmtts driver so that they are absolute and not
relative values (IBM)
* Provide different method for finding the Java virtual machine for
freetts-synthesis-driver (Willie Walker)
* Fix for bug 319168: FreeTTS streaming audio player could not be used
(Willie Walker)
Changes
* Work around crash caused by https://bugzilla.mozilla.org/show_bug.cgi?id=312241 .
* Use gtk stock icons for fullscreen
* Add more mime types to the list of known types
* Use the history window as parent for the new-bookmark dialogue [#320329]
* Scroll the view so the selected cert is visible [#320758]
* Allow compilation against xulrunner
* Don't put the prefs/pdm dialogue over all windows
* Vastly improve PDM dialogue opening time
* Delay reloads when we get many change notifications in a short time [#319993]
* Fix HTML forms and scrollbars in lockdown mode [#316498]
Contributors to this release:
Robert O'Callahan.
Updated translations:
* Ivar Smolin (et)
* Clytie Siddall (vi)
* Liu Songhe (zh_CN)
latter has been removed.
- Added -Wvarorder (default: disabled) to check the ordering of variables
in simple packages.
- Using ${WRKSRC}/.. is only considered a warning, not an error, because
there are packages that work nevertheless. Using this construct remains
discouraged.
- Replaced most of the TODOs in the source code with code that prints
a warning in --debug mode.
- The characters '.' and '+' are allowed in BuildlinkPackages.
- Variables *_FLAGS and *_ARGS that have their type guessed based on the
name don't have to be assigned using the += operator.
- Variables that are assigned using the != operator are not checked for
type compliance.
- README files are not marked as unknown when they appear in a package
directory.
2.8.0.7 stuff:
- Changes to peeking VT freeness in 2.13.0.1 broke
virtual terminal support on BSD. This release
corrects this problem. (Brian Cameron)
- Correct Linux get VT logic so it returns the
correct VT. (Frederic Crozat)
- Now gdmlogin always uses GDK_RGB_DITHER_MAX
when painting the background to ensure a nice
background regardless of X configuration
(e.g. X in 16bpp mode). (Frederic Crozat)
- Now check for Xserver in prefix /usr.
(J\303\274rg Billeter)
- Fix configure for Darwin. (dmacks@netspace.org)
- Fix compiler warnings. (Frederic Crozat,
dmacks@netspace.org, Brian Cameron)
- Ensure gnome.desktop and default.desktop have
644 perms. (Andrew Benton)
- Translation updates (Takeshi AIHANA, Runa Bhattacharjee,
Dan Damian, Theppitak Karoonboonyanan, Inaki Larranaga,
Priit Laes, Roozbeh Pournader, Alexander Shopov, Marcel
Telka, Miloslav Trmac)
2.8.0.6 stuff:
- Fix problem with PostSession script not always
getting executed when user kills the Xserver
with ctrl-alt-backspace. This is caused because
an xioerror is generated when the clients are
killed and this needs to be ignored for the
PostSession script to be processed. This problem
tended not to manifest in GDM 2.6 since the
call to kill the clients was made earlier.
However, it was still a race condition in 2.6
and this fix ensures that the slave will never
exit too early. (Jerry G. DeLapp)
- The "OK" and "Cancel" buttons in gdmlogin and
gdmgreeter now work consistantly. Now the gdmlogin
"Cancel" button is active when the Username is
requested and pressing it just clears the field, so
it works like gdmgreeter. Also fixed a bug in
gdmgreeter where a user could corrupt gdmgreeter's
memory by hitting cancel after authentication, which
could only happen if the PostLogin script caused a
long enough delay to allow this to happen.
(Brian Cameron)
- No longer set tooltips for menu items in gdmlogin.
They are distracting and do not work with
accessibility. No GNOME programs use menu tooltips
and it is not recommend. (Brian Cameron)
- If slave does not respond to a SIGTERM, try a
SIGKILL the second time. This resolves a problem
where GDM sometimes stops managing a display
because it just keeps waiting for the slave to
die. See bug #113902. (Vaclav Smilauer).
- GDM now uses VT_GETSTATE for peeking VT freeness
- Now GDM warns correctly about caps lock if an
alternate keymap is enabled. kbGetState is used
instead of XkbGetIndicator State.
(Sebastien Bacher)
- Now set cursor and watch as soon as GTK+ is
initialized and the configure file read, which
shortens the amount of time the backgrounds is
Xserver default grey. Cleaned up the code so
that all programs use a common function to set the
background. (Brian Cameron)
- Fix reading of config file in gdmflexiserver so
it properly reads in the available servers.
(Christiaan Welvaart)
- Fixed race condition where a variable used by
the signal handlers was not being set until after
the signal handlers were setup. Now it is set
before avoiding a race. (Simon Bowden/Brian
Cameron)
- Define SoundProgram to be /usr/bin/autoplay on
Solaris instead of /usr/bin/play, since
/usr/bin/play doesn't exist on Solaris.
- Check for XInput fixed in configure and add a
check for libgen.h to avoid compiler warnings.
(Brian Cameron)
- Updated check in configure for socklen_t so it
includes sys/socket.h to better support BSD
platforms that define socklen_t there.
(dmacks@netspace.org)
- No longer link vicious-extensions with the gesture
listeners, since they don't use vicious-extensions.
- Translation updates (Takeshi AIHANA, Runa Bhattacharjee,
Dan Damian, Maxim Dziumanenko, Laurent Dhima,
Theppitak Karoonboonyanan, Priit Laes, Inaki Larranaga,
Roozbeh Pournader, Ignacio Casal Quinteiro, Christian
Rose, Ivar Smolin, Marcel Telka, Ilkka Tuohela, Miloslav
Trmac)