[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxrandr: Changes to 'refs/tags/libxrandr-2_1.2.0-1'



Tag 'libxrandr-2_1.2.0-1' created by Julien Cristau <jcristau@debian.org> at 2007-02-19 08:16 +0100

Tagging upload of libxrandr 2:1.2.0-1 to experimental.

Changes since 2_1.1.0.2-5:
Aaron Plattner:
      Bug #2965 <https://bugs.freedesktop.org/show_bug.cgi?id=2965> Patch #2994

Adam Jackson:
      Bump to 1.1.1
      Bump to 1.1.2

Alan Coopersmith:
      Use troff macros to prevent cpp eating C comments & #defines that are
      Fix troff macros from last commit to not generate cpp warnings
      [lib/Xrandr]
      Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
      Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
      Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
      Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages
      renamed: .cvsignore -> .gitignore

Alexander Gottwald:
      Require renderproto instead of render for pkgconfig

Daniel Stone:
      Bug #1976: Fix deadlock when attempting to initialise with threads.
      Set soversion to 2.0.0 with -version-number.

Dave Airlie:
      Merge branch 'randr-1.2'

Egbert Eich:
      Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
      readding XFree86's cvs IDs
      Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
      Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
      Merging XORG-CURRENT into trunk
      Fix build glitches when building modules independently using Imake.

Eric Anholt:
      Add support for various output property requests.
      Return the right actual property type for XRRGetOutputProperty.
      Merge branch 'randr-1.2'
      Return a valid property info even if we lack valid value sets.

Jamey Sharp:
      Do not call UnlockDisplay without calling LockDisplay.

Julien Cristau:
      * Adjust Section and Priority values to what the override says.
      * Install Xrandr(3) in libxrandr-dev, and use dh_installman.
      Merge branch 'upstream-experimental' into debian-experimental
      Merge branch 'upstream-experimental' into debian-experimental
      Add copy of xsfbs.
      Drop patches applied upstream.
      autoreconf
      New upstream release (libXrandr 1.1.2).
      Update and install the upstream ChangeLog.
      Add XS-Vcs-Git header, and update Standards-Version to 3.7.2.
      Fix (Pre-)Depends of libxrandr-dev on x11-common.
      Merge tag 'libXrandr-1.2.0' into debian-experimental
      New upstream release (1.2.0).
      * Bump build-dependency on x11proto-randr-dev to >= 1.2.

Kaleb Keithley:
      Initial revision
      XFree86 4.3.0.1
      XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
      XFree86 4.3.99.901 (RC 1)

Keith Packard:
      Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
      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

Kevin E Martin:
      Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
      Fix distchecks
      Various changes preparing packages for RC0:
      Update package version number for RC1 release.
      Update pkgcheck dependencies to work with separate build roots.
      Update package version number for X11R7 RC2 release.
      Fix pkgconfig deps for separate build roots.
      Update pkgconfig files to separate library build-time dependencies from
      Add check and cflags for malloc(0) returning NULL.
      Update package version number for X11R7 RC3 release.
      Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
      Update package version number for final X11R7 release candidate.

Markus Kuhn:
      Encoding of numerous files changed to UTF-8

Søren Sandmann Pedersen:
      Check in build system for Xrandr
      Add Xcursor
      - Don't search for non-autoconf'ed X libs in Xrandr

---
 .gitignore                                       |   20 
 ChangeLog                                        |  502 +
 Makefile.am                                      |    2 
 Makefile.in                                      |  320 -
 aclocal.m4                                       | 2127 +++---
 config.guess                                     |  667 +-
 config.sub                                       |  222 
 configure                                        | 7153 ++++++++++++-----------
 configure.ac                                     |    4 
 debian/changelog                                 |   17 
 debian/control                                   |   25 
 debian/libxrandr-dev.install                     |    1 
 debian/patches/00_upstream_0001_lockdisplay.diff |   28 
 debian/patches/01_manpage_location.diff          |   34 
 debian/patches/series                            |    2 
 debian/rules                                     |    5 
 debian/xsfbs/xsfbs-autoreconf.mk                 |  150 
 debian/xsfbs/xsfbs.mk                            |  359 +
 debian/xsfbs/xsfbs.sh                            |  907 ++
 depcomp                                          |  103 
 include/X11/extensions/Xrandr.h                  |  266 
 install-sh                                       |  477 -
 ltmain.sh                                        | 1278 ++--
 man/.gitignore                                   |    3 
 man/Makefile.am                                  |    6 
 man/Makefile.in                                  |  140 
 missing                                          |  142 
 mkinstalldirs                                    |   89 
 src/.gitignore                                   |    7 
 src/Makefile.am                                  |   10 
 src/Makefile.in                                  |  257 
 src/Xrandr.c                                     |  510 -
 src/Xrandrint.h                                  |   16 
 src/XrrConfig.c                                  |  433 +
 src/XrrCrtc.c                                    |  272 
 src/XrrMode.c                                    |  150 
 src/XrrOutput.c                                  |  131 
 src/XrrProperty.c                                |  347 +
 src/XrrScreen.c                                  |  246 
 39 files changed, 11075 insertions(+), 6353 deletions(-)
---



Reply to: