356 lines
13 KiB
Plaintext
356 lines
13 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jul 4 21:26:04 CEST 2007 - sndirsch@suse.de
|
|
|
|
- libXfont 1.3.0
|
|
* Ok, here's another libXfont release. There was a crasher where
|
|
strstr would chase a NULL pointer if a symlink didn't have any
|
|
attributes. This release fixes that, and in retrospect I
|
|
declare the 1.2.9 release a beta release and am bumping the
|
|
minor in with this release to indicate the new catalogue
|
|
feature.
|
|
- libXcomposite 0.4.0
|
|
* Follow composite protocol version to 0.4, although there is no
|
|
ABI change.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 7 22:06:43 CEST 2007 - sndirsch@suse.de
|
|
|
|
- updated libXtst to release 1.0.2
|
|
* ANSIfy static function declarations (clears some lint warnings)
|
|
* Coverity #578/579: Don't leak memory if one malloc fails but
|
|
other succeeds
|
|
* Add man pages for XTest*() functions
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 3 06:57:44 CEST 2007 - sndirsch@suse.de
|
|
|
|
- updated libXcomposite to release 0.3.2
|
|
* No code changes since 0.3.1 - just adding a man page for the
|
|
API.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 1 12:45:29 CEST 2007 - sndirsch@suse.de
|
|
|
|
- updated libvnc/libXcliplist to current CVS (2007-05-01)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 11 22:12:01 CEST 2007 - sndirsch@suse.de
|
|
|
|
- updated libXi to release 1.0.4
|
|
* Don't call XInput_find_display in _XiGetExtensionVersion, while
|
|
the Display lock is held.
|
|
- obsoletes libXi-20061015090357.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 11 03:52:26 CEST 2007 - sndirsch@suse.de
|
|
|
|
- updated libXi to release 1.0.3
|
|
* X.Org Bug #8663: _XiCheckExtInit must drop the Display lock in
|
|
all error cases
|
|
- obsoletes libXi-20061119100426.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 6 11:45:46 CEST 2007 - sndirsch@suse.de
|
|
|
|
- updated libXfont to release 1.2.8:
|
|
* Actually use loadable font modules
|
|
* Add #pragma weak for Sun cc where needed
|
|
* added -flat_namespace to CFLAGS for Darwin
|
|
* Integer overflow vulnerabilities
|
|
- obsoletes bug-247730-247732_libXfont.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 26 12:57:55 CEST 2007 - sndirsch@suse.de
|
|
|
|
- bug-247730-247732_libXfont.diff:
|
|
* X Window System Server fonts.dir File Parsing Integer Overflow
|
|
Vulnerability / X Window System Server BDF Font Parsing Integer
|
|
Overflow Vulnerability (Bugs #247730, #247732)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 17 11:11:50 CET 2007 - sndirsch@suse.de
|
|
|
|
- updated libXinerama to release 1.0.2
|
|
* Add support for source code checkers such as sparse & lint
|
|
* Clear sparse warnings & error
|
|
* Remove unneeded #include of <stdio.h>
|
|
* Add man page for Xinerama API functions
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 14 22:08:28 CET 2007 - sndirsch@suse.de
|
|
|
|
- updated libXdamage to release 1.1.1
|
|
* This release fixes the DSO versioning for the added ABI.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 5 06:28:10 CET 2007 - sndirsch@suse.de
|
|
|
|
- updated libXrandr to release 1.2.1
|
|
* Fix the use of a C++ keyword as a parameter name in Xrandr.h
|
|
- obsoletes p_xrandr-headers.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 3 05:33:02 CET 2007 - sndirsch@suse.de
|
|
|
|
- added xcb-util 0.2:
|
|
The xcb-util module provides a number of libraries which sit on
|
|
top of libxcb, the core X protocol library, and some of the
|
|
extension libraries. These experimental libraries provide
|
|
convenience functions and interfaces which make the raw X
|
|
protocol more usable. Some of the libraries also provide
|
|
client-side code which is not strictly part of the X protocol but
|
|
which have traditionally been provided by Xlib. These libraries
|
|
are currently included, roughly ordered by maturity:
|
|
* render-util: Convenience functions for the Render extension.
|
|
* aux: Convenient access to connection setup and some core
|
|
requests.
|
|
* atom: Standard core X atom constants and atom caching.
|
|
* property: Callback X property-change handling.
|
|
* icccm: Both client and window-manager helpers for ICCCM.
|
|
* keysyms: Standard X key constants and conversion to/from
|
|
keycodes.
|
|
* event: Callback X event handling.
|
|
* image: Port of Xlib's XImage and XShmImage functions.
|
|
* wm: Framework for window manager implementation.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 1 22:26:14 CET 2007 - sndirsch@suse.de
|
|
|
|
- libXxf86misc-xcb.diff:
|
|
* added missing UnlockDisplay() calls
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 23 14:46:06 CET 2007 - dmueller@suse.de
|
|
|
|
- p_xrandr-headers.diff:
|
|
* delete is a keyword in non-C languages
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 23 11:00:51 CET 2007 - sndirsch@suse.de
|
|
|
|
- libXrandr.diff:
|
|
* fixes fatal warning
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 21 18:34:06 CET 2007 - sndirsch@suse.de
|
|
|
|
- updated libXrandr to release 1.2.0
|
|
* Merge branch 'randr-1.2'
|
|
* Add support for various output property requests.
|
|
* Return the right actual property type for XRRGetOutputProperty.
|
|
* Return a valid property info even if we lack valid value sets.
|
|
* Start update to 1.2, splitting code across multiple files.
|
|
* XRRGetScreenSizeRange returns Status. Lots more requests added.
|
|
* Add mode origins and output options.
|
|
* Remove mode origins. Add preferred mode count.
|
|
* Moving physical size from mode to output.
|
|
* Remove RandR output options.
|
|
* Change properties to have a pending value and report valid values.
|
|
* Add initial implementation of crtc gamma and mode adding requests.
|
|
* Failed to copy rotations from reply to XRRCrtcInfo.
|
|
* Avoid nested LockDisplay calls.
|
|
* Fix read sizes for 64-bit machines.
|
|
* Merge 64-bit fixes in
|
|
* Must pass size information in SetCrtcGamma request.
|
|
* Reset version from 1.2.0.0 to 1.2.0
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 23 18:00:09 CET 2007 - sndirsch@suse.de
|
|
|
|
- bug233919-libXaw.diff:
|
|
* fixes buffer overflow in xedit (Bug #233919)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 23 10:07:54 CET 2007 - sndirsch@suse.de
|
|
|
|
- updated libXfont to release 1.2.7
|
|
* fontfile: accept empty (but valid) font paths (bug #3091)
|
|
* Add stubs for the scalable renderer callbacks.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 12 00:34:03 CET 2007 - sndirsch@suse.de
|
|
|
|
- added libvnc/libXcliplist from xf4vnc project
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 11 05:24:04 CET 2007 - sndirsch@suse.de
|
|
|
|
- updated libXdamage to release 1.1
|
|
* adds the interface to the new DamageAdd request
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 4 07:16:04 CET 2007 - sndirsch@suse.de
|
|
|
|
- updated libXaw to release 1.0.3
|
|
* Fix configure option --disable-xaw6 to not break builds of xaw7
|
|
or xaw8 & rebuild with latest autoconf/automake/xorg-macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 27 17:26:51 CET 2006 - sndirsch@suse.de
|
|
|
|
- set sysconfdir appropriate (Bug #230714)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 20 04:50:19 CET 2006 - sndirsch@suse.de
|
|
|
|
- libXi-20061015090357.diff:
|
|
* Don't call XInput_find_display in _XiGetExtensionVersion,
|
|
while the Display lock is held (X.Org Bug #8581/9392)
|
|
- libXi-20061119100426.diff:
|
|
* _XiCheckExtInit must drop the Display lock in all
|
|
error cases (X.Org Bug #8663)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 17 12:08:36 CET 2006 - sndirsch@suse.de
|
|
|
|
- updated libXScrnSaver to release 1.1.2
|
|
* Makefile.am: make ChangeLog hook safer
|
|
- updated libXfont to release 1.2.6
|
|
* Makefile.am: make ChangeLog hook safer
|
|
* don't distribute fontconf.h
|
|
* build Type1 by default
|
|
- updated libXfontcache to release 1.0.4
|
|
* Makefile.am: make ChangeLog hook safer
|
|
- updated libXres to release 1.0.3
|
|
* Makefile.am: make ChangeLog hook as safe as possible
|
|
- updated libXvMC to release 1.0.4
|
|
* Makefile.am: make ChangeLog hook safer
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 9 15:25:48 CET 2006 - sndirsch@suse.de
|
|
|
|
- updated libXft to release 2.1.12
|
|
* XftNameUnparse: re-export to public API (bug #8900)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 3 15:54:06 CET 2006 - sndirsch@suse.de
|
|
|
|
- moved libxcb to seperate package (xorg-x11-libxcb)
|
|
- updated libXfont to release 1.2.5
|
|
* remove CID font support (bug #5553)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 27 12:40:56 CET 2006 - dmueller@suse.de
|
|
|
|
- reduce p_xft_cjk.diff to only disable antialiasing on
|
|
fonts with embedded bitmaps (Bug #223682)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 10 14:58:52 CET 2006 - sndirsch@suse.de
|
|
|
|
- fixed typo in libxkbui (Bug #219732)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 8 16:55:34 CET 2006 - sndirsch@suse.de
|
|
|
|
- updated libXdamage to release 1.0.4 (X.Org 7.2 RC2)
|
|
* Remove incorrect UnlockDisplay and SyncHandle from
|
|
XDamageQueryVersion
|
|
- updated libXi to release 1.0.2 (X.Org 7.2 RC2)
|
|
* fix indentation on function declarations
|
|
* Don't call XInput_find_display in _XiCheckExtInit, while the
|
|
Display lock is held.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 3 11:54:25 CET 2006 - sndirsch@suse.de
|
|
|
|
- updated optional libxcb to release 1.0 RC3 (0.9.93)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 20 12:54:28 CEST 2006 - mfabian@suse.de
|
|
|
|
- Bugzilla 213320: add lcd-filter-2 patch from David Turner, see
|
|
http://lists.gnu.org/archive/html/freetype/2006-09/msg00083.html
|
|
http://david.freetype.org/lcd/libXft-2.1.7-lcd-filter-2.patch
|
|
(This patch is needed for freetype >= 2.2.2).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 16 12:51:02 CEST 2006 - sndirsch@suse.de
|
|
|
|
- added optional libxcb
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 14 06:27:12 CEST 2006 - sndirsch@suse.de
|
|
|
|
- package update to X.Org 7.2RC1
|
|
* libXevie-1.0.2
|
|
* libXfontcache-1.0.3
|
|
* libXres-1.0.2
|
|
* libXfont-1.2.3
|
|
* libXcomposite-0.3.1
|
|
* libXcursor-1.1.8
|
|
* libXrandr-1.1.2
|
|
* libXScrnSaver-1.1.1
|
|
* libXft-2.1.11
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 9 15:53:29 CEST 2006 - sndirsch@suse.de
|
|
|
|
- updated to libXvMC 1.0.3:
|
|
* Minor cleanup release - just some sparse warning cleanups, and
|
|
adding autoconf check to enable shmat() code (missed in
|
|
original conversion from Imake).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 12 20:47:36 CEST 2006 - sndirsch@suse.de
|
|
|
|
- updated libXfont to release 1.2.2
|
|
* Fixes for integer overflows in CID encoded fonts parsing
|
|
reported by iDefense
|
|
* More check on PCF file reading. Bugzilla #7535
|
|
* use OpenBitmap when available
|
|
* move builtin fonts to gzip
|
|
* Bug #7397: Fix a buffer overflow in Freetype font support.
|
|
* obsoletes libXfont-pcfread.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 31 23:10:02 CEST 2006 - sndirsch@suse.de
|
|
|
|
- fixed libXaw Provides for 64bit (Bug #198461)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 12 05:29:53 CEST 2006 - sndirsch@suse.de
|
|
|
|
- added libXft1 (Bug #198432)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 5 22:47:55 CEST 2006 - sndirsch@suse.de
|
|
|
|
- p_xft_cjk.diff:
|
|
* adds fake bold support to Xft library (Bug #38202)
|
|
- p_xft_register.diff:
|
|
* new fontconfig objects needs to be registered first (Bug #141216)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 2 10:55:54 CEST 2006 - sndirsch@suse.de
|
|
|
|
- added /usr/include/X11/pixmaps/ to filelist
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 31 14:46:40 CEST 2006 - sndirsch@suse.de
|
|
|
|
- moved bitmap directory from -devel to main package
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 28 14:45:02 CEST 2006 - sndirsch@suse.de
|
|
|
|
- use "-fno-strict-aliasing"
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 27 11:48:49 CEST 2006 - sndirsch@suse.de
|
|
|
|
- use $RPM_OPT_FLAGS
|
|
- remove existing /usr/include/X11 symlink in %pre
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 26 07:39:21 CEST 2006 - sndirsch@suse.de
|
|
|
|
- libXfont-pcfread.diff:
|
|
* handle malformed pcf files (Bug #192095)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 23 17:22:12 CEST 2006 - sndirsch@suse.de
|
|
|
|
- created package
|
|
|