Changes between Version 18 and Version 19 of ChangeLog


Ignore:
Timestamp:
12/03/07 14:11:37 (5 years ago)
Author:
jeremyhu@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangeLog

    v18 v19  
    11= Xquartz Change``Log = 
     2 
     3This page is used to track changes to X11 that are in development.  Changes going into a particular release are summarized in the release notes obtainable from our [wiki:Releases releases] page. 
    24 
    35== Changes in 2.2 (In Development) == 
     
    6668  * Xquartz fixes from [http://cgit.freedesktop.org/xorg/xserver/log/?h=xorg-server-1.2-apple xorg-server-1.2-apple] 
    6769    * ... 
    68  
    69 == Changes in 2.1.0.1 == 
    70   * Fixed package post-install to not error on machines without Xcode. 
    71  
    72 == Changes in 2.1.0 == 
    73   * New versions of packages from x.org: 
    74     * app: 
    75       * [http://lists.freedesktop.org/archives/xorg-announce/2007-October/000415.html xfs 1.0.5] 
    76         * Fixes [http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4568 CVE-2007-4568] 
    77         * Fixes [http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4990 CVE-2007-4990] 
    78     * lib: 
    79       * [http://lists.freedesktop.org/archives/xorg-announce/2007-August/000332.html libX11 1.1.3] 
    80         * Fixes gtk and related crashes 
    81     * proto: 
    82       * [http://lists.freedesktop.org/archives/xorg-announce/2007-January/000238.html damageproto 1.1.0] 
    83       * [http://lists.freedesktop.org/archives/xorg-announce/2007-February/000255.html randrproto 1.2.1] 
    84   * Xquartz fixes from [http://cgit.freedesktop.org/xorg/xserver/log/?h=xorg-server-1.2-apple xorg-server-1.2-apple] (Up to Xquartz-1.3.0-apple2) 
    85     * xserver codebase updated from 1.2.0 to 1.3 branch 
    86       * Fixes [http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-1003 CVE-2007-1003] 
    87     * Fixed support for multiple displays (Xinerama) 
    88     * Fixed yellow cursor issue on Intel machines 
    89     * Fixed broken 3-button mouse emulation (i.e. option-click to paste) 
    90     * Fixed missing support for Japanese JIS-layout keyboards 
    91     * Improved compatibility with Spaces 
    92     * Fixed the "Xquartz chews up 100% CPU when I run xauth / ssh / xdpyinfo" bug  
    93     * Fixed support for customized Applications items 
    94     * Fixed performance problems (slow drawing in Gimp, etc) 
    95     * Fixed focus issues 
    96     * Fixed stuck modifier key issues 
    97     * Big fix to rootless code, which should eliminate some Xquartz crashes -- big thanks to Ken Thomases of CodeWeavers 
    98     * Motion events are now given to background windows (like xeyes), like they were in Tiger 
    99     * Fixed condition where quickly-exiting programs could cause Xquartz to chew CPU 
    100     * "Fake RandR" support -- Tiger's X11.app didn't actually support the RandR extension (which allows display configuration to be changed while the server is running), but it did copy some code that does part of that. I'd like to actually implement support for RandR, but in the mean time I've copied the "fake" code into Xquartz. I haven't yet managed to scrounge up the hardware to test this, so I would appreciate hearing reports about whether this does or does not work. 
    101     * Fixed spurious "Are you sure you want to quit?" message. This message is supposed to be suppressed if you do not have any X client apps running, but it could show up if you had started the server manually and not started any client (uninitialized variable). BTW, this warning can be disabled entirely with the command "defaults write org.x.X11 no_quit_alert true" 
    102     * Adds support for horizontal scroll-wheels on mice 
    103     * Fixed crashes in Damage code due to Rootless conflict 
    104     * Fixed crashes in QueryFontReply 
    105     * Fixed support for JIS (Japanees keyboards now work) 
    106     * Redraw speed fix for apps such as the Gimp and rdesktop 
    107     * Fixed a SafeAlphaComposite bug that caused some GTK apps to crash with a BadMatch error in 24-bit mode 
    108     * Alt is now mapped to Mod_switch by default (back to Tiger's X11 default) 
    109       * If you want it to be mapped to Alt_L and Alt_R, use [wiki:KeyboardMapping#AltvsMode_switch ~/.Xmodmap] 
    110   * Include Xephyr, Xfake, Xvfb, and Xnest 
    111   * Include missing man pages for Xquartz and other Xservers 
    112   * Updated /usr/X11/include/X11/Xtranssock.c 
    113     * Fix for incorrect processing of recycled launchd socket 
    114   * Updated /A/U/X11.app/C/M/X11 from xorg-server-1.2-apple 
    115     * Fixes proper env setting and command line arguments in app_to_run 
    116   * Updated xauth to work with launchd sockets 
    117   * Unicode support in xterm 
    118   * xfs and fontconfig now include fonts from {,/System}/Library/Fonts 
    119   * Added LaunchAgent (org.x.fontconfig) to run fc-cache on startup