Overview of Changes from GTK+ 2.18.6 to 2.18.7
==============================================
* Bugs fixed:
600865 gnome-panel crashed with "BadPixmap (invalid Pixmap...
606698 Misplaced declaration of gtk_print_job_set_status
606009 weirdness with clipping in abiword - csw
607770 Leak in GtkTreeView with HildonPannableArea
603144 Suspected wrong builtin page size: Chinese PRC6 and PRC9...
607687 f-spot crashes when using themes using the pixmap engine
608807 Marks on GtkScale widgets can overlap
607508 Cannot drag windows around in pager applet any more
608615 DnD events sent to wrong window
599511 gtk_selection_owner_set causes graphical corruption...
607344 GtkCalendar: crash when using tooltips via glade
608410 GOK types backwards in text entry fields
591186 GTK Menu Bar is unreadable under Windows 7
607061 GtkPlug socket window is sometimes incorrectly unref'd...
608370 dnd drag-dest signal handlers don't get correctly dis...
608162 gtktoolbutton doesn't create right proxy menu item...
561816 Optimize gtk_paned_set_position notifications
* Translation updates:
Brazilian Portuguese
Burmese
Catalan
German
Slovenian
Spanish
Swedish
Alan Coopersmith (1):
Update Sun license notices to current X.Org standard form
Gaetan Nadon (6):
.gitignore: use common defaults with custom section # 24239
Several driver modules do not have a ChangeLog target in Makefile.am #23814
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
configure.ac: remove unused sdkdir=$(pkg-config...) statement
Julien Cristau (2):
Require xorg-macros 1.4 for XORG_INSTALL
Bump to 12.6.6
Peter Hutterer (2):
Symbol was removed from the server.
Remove unused bits from configure.ac
git tag: xf86-input-vmmouse-12.6.6
changes:
-bugfixes
-Ported to MacOS 10.6, including various 64-bit fixes
-Merged juggle and juggler3d hacks
-New hack, surfaces, incorporating objects from old klein hack, plus
new ones
-New hack, rubikblocks
-Retired hypercube and hyperball, which are redundant with polytopes
-updates to various hacks
starts up (the mechanism changed in 2.28)
-update to 2.28.2
changes:
-bugfixes
-fix a possible authentication bypass (CVE-2010-0414) -- I don't think
we are affected because this depends on dynamic monitor addition/removal
Fix a comment
Use VBE palette load, not VGA banging.
Remove unused variable.
Don't artificially limit the screen size to 2k
Code motion
Warning fix when !HAVE_ISA
Use own thunk function instead of shadowUpdatePackedWeak
Remove support for non-shadowfb banked framebuffer
Make the VBESetVBEMode fallback message slightly clearer
vesa 2.3.0
.gitignore: use common defaults with custom section # 24239
Several driver modules do not have a ChangeLog target in Makefile.am #23814
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
configure.ac: remove -I$(prefix)/include from INCLUDES #24676
configure.ac: sdkdir usage duplicates the sdk include dir
Add missing shadowRemove() in VESACloseScreen().
The highlights of this release include full support for Qt v4.6,
automatically generated docstrings for all callables that describe
the valid Python signatures, and support for keywords for all
optional arguments.
changes: added some methods and options
pkgsrc note: this changes the API revision compiled into
the runtime library, so updates of py-qt* must be enforced
* Optimized empty QUrl creation
* Improve performance of getting the canonical filename on Linux
and Symbian by using realpath() system call.
* Avoid stat() when opening a file.
* Do not look at the Qt patch-level version embedded in plugins'
buildkeys when trying to determine if the plugin is compatible
* Bug-fixes
* load() and loadFromData() can now support compressed GL textures
in the DDS, ETC1, PVRTC2, and PVRTC4 formats if the OpenGL graphics
system is active and the appropriate extensions are present in the
GL implementation.
* Fixed a small leak when using the new QPixmapCache::Key based API.
Use make rules instead of shell for loops to generate shadow man pages
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf Archive
Link against libICE
Fix compilation of host tools in cross-compilation case
xdm-1.1.9:
Update AC_DEFINE_DIR to latest version from Autoconf Archive
Remove RCS Ids
Move xdmcp ARRAY initializators to declarations
Replace FORCE_CURSOR_FLASH code with simpler cursor update for passwd field
Remove OS/2's duplicate copy of default path definitions in resource.c
sprintf -> snprintf/asprintf conversions
Documentation improvements
malloc(strlen()); strcpy() -> strdup()
Delete old A/UX (#ifdef macII) code
Use imdent to show cpp macro nesting more clearly
Remove #ifdef Lynx blocks
Clarify comment/#ifdefs for USE_SIOCGLIFCONF
Do a better job of getting user name for failed login log when using PAM
Continue processing Xaccess after unresolvable host entry found
Truncate pid file before writing new pid to it
Set utmp/wtmp paths via configure instead of hardcoding them
Treat all 127.0.0.0/8 addresses as localhost
Update to using xorg-macros 1.3, including XORG_DEFAULT_OPTIONS
Add support for AM_SILENT_RULES for building files with cpp
Replace -D_XOPEN_SOURCE & -D_BSD_SOURCE with AC_USE_SYSTEM_EXTENSIONS
Unrecognized argument errors shouldn't print xdm error header repeatedly
Refactor & constify error logging code
Log errors when failing to make authentication dirs/files
Fill in COPYING file
spelling fix
Add some more log and debug messages
session.c: Add more debugging to execute()
Use xdm's _SysErrorMsg() function instead of merely printing errno
Use _SysErrorMsg() in the log message in various error conditions.
Use xdm's _SysErrorMsg() function instead of strerror()
Add RemovePid() function, and register it with atexit()
Bug 16356: xdm Xstartup/Xreset configuration files malconstructed by cpp
xaw8 is gone, use xaw7
xdm compile failed due to asprintf()
Add support for syslog on more than openbsd.
Call InitErrorLog() right after BecomeDaemon()
Remove RCS Id and put some comment here.
getLocalAddress(): return 127.0.0.1 if the hostname doesn't resolve.
Add variable DisplayManager.authDir to xdm-config (Fedora bug 388431)
Ansification and compile warning fixes.
xdm-1.1.8:
Added include of pwd.h so we build correctly on OS-X - see xorg mailing list
Build fix for case-insensitive file systems
Fix installation of app-defaults
Fix build with builddir != srcdir
$(builddir) is the current directory
README: nuke RCS Id
Bug 10145: xdm passes file descriptors to children
xdm-1.1.7:
Fix distcheck.
Restore #endif accidentally removed in d0d4581be22aba9021c5a672bd9e5ba719961e29
Debian bug #440389: 800x600 settings got lost, screen now too wide
Darwin doesn't need __DARWIN__ anymore.
* A number of bugs in KIO have been squashed, making updating of shown
directories work again and solving some other stability issues
* A crash when creating an avatar from the webcam in Kopete has been fixed
* kded taking 100% CPU time in certain situations has been cured