New branch 'upstream-unstable' available with the following commits:
commit de67c1d5005caf474d104265717edd41a65ab830
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Sat Apr 8 01:40:56 2006 +0000

    Bump to 1.9.1 for Xv changes.

commit e460adf2caa0c0a7925f89ea62d17d4f0d3a8757
Author: Aaron Plattner <[EMAIL PROTECTED]>
Date:   Fri Apr 7 23:12:35 2006 +0000

    Add a DrawablePtr argument to the XV functions to pave the way for
        redirected video.

commit 2796accd84d93651cb654329815dc8880e34ea68
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 20:50:21 2006 +0000

    Unlibcwrap. Bump server version requirement. Bump to 1.9.0

commit 018a01800804c218123f686c30e4a86a9aca4d9f
Author: Luc Verhaegen <[EMAIL PROTECTED]>
Date:   Wed Feb 8 16:17:05 2006 +0000

    S3V: Remove another insane use of pScrn->clock. Code ended up being ignored
        anyway.

commit afad0ef3b02f19b10bc9cb65be7aba52ded700f7
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:30:02 2005 +0000

    Update package version for X11R7 release.

commit 8fa0dd5c8b325bdf15d5cd19b4b1ee3f60705e74
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:54 2005 +0000

    Stub COPYING files

commit f0e535c17f3e69cf1e2a189ef4f6ae78d772f3c9
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:18 2005 +0000

    Update package version number for final X11R7 release candidate.

commit f739da84b0f39a30c171577c0f52e992c251a750
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:37 2005 +0000

    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 1a3f4df69efbe3f1a0d85f123f55d31f402ac0d6
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:34 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 2b8250699422bac9c6faeb4d73cb6440cd9f08e7
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:09 2005 +0000

    Remove extraneous AC_MSG_RESULT.

commit 74dc48a434d092a19bcc66aff6a723a4286e8b05
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:30:02 2005 +0000

    Only build dlloader modules by default.

commit b16ae2403e98a9c54994c6c44d35b57dbb54b72a
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:10 2005 +0000

    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 3ff07398b233e87b2bbc74ebf66519fed4291419
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:17 2005 +0000

    Add .cvsignores for drivers.

commit ec6ff9e1b6bfbdee3127d2c6d0f5a5378098e5d3
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:20 2005 +0000

    Update package version number for X11R7 RC2 release.

commit 324358600856415c6133a1c71f46d0f43a98dd07
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:54 2005 +0000

    Update pkgcheck depedencies to work with separate build roots.

commit ed7767ca7ef09ce8c8b9352b606310055465ff67
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:04 2005 +0000

    Update package version number for RC1 release.

commit 9432a148ace59e6bf3228fddcbbf56f828cd71bb
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:54 2005 +0000

    Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
        substitutions to work better with BSD make

commit 70f8ca96c8e9caf27a3d41b9a801816652fd53e8
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:35 2005 +0000

    More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
        of indirectly

commit 8ceb60e19a8793e91c917bf66f91547607cab4c7
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:09:05 2005 +0000

    Use sed & cpp to substitute variables in driver man pages

commit 7a84a2af7d6d6cf5b05360756b8dcbfb871a8dc6
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Tue Oct 4 20:01:03 2005 +0000

    Check in generated README files

commit 31b03fe09b150de15f7b6c14d275be3ca33b4c85
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Mon Oct 3 21:22:08 2005 +0000

    - For all drivers that have a <driver>.sgml file, add code in their build
        system to build the README file at make dist time
    - in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that
        will check if the required tools and files exist, and if so set a
        conditional.
    - util/modular/symlink.sh
    - Link all the <driver>.sgml to xf86-video-<driver>/README.sgml
    - Add all the README.<driver> to the list of excluded files
    - xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make
        it spew less warnings when the text file is built.

commit 033dea549d36e031c11e2d311c9a91e29ae63068
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Tue Sep 27 22:01:31 2005 +0000

    Add some more documentation files for s3virge driver

commit da221f862e6604c19c6dc56b4bf0e9a50cddea47
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:48 2005 +0000

    Update autogen.sh to one that does objdir != srcdir.

commit 0bf7a921ffe886f5db73ae698b25ec546ae3a0ed
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:44 2005 +0000

    Various changes preparing packages for RC0:
    - Verify and update package version numbers as needed
    - Implement versioning scheme
    - Change bug address to point to bugzilla bug entry form
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
        reenable it)
    - Fix makedepend to use pkgconfig and pass distcheck
    - Update build script to build macros first
    - Update modular Xorg version

commit e1f25d5478cb252b3186b13a57130a676d0e6c05
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Tue Jul 26 18:47:44 2005 +0000

    Build system for s3virge

commit dfe9966ee9db8e2eda43e11fe9ccf981bdcd1461
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Jul 11 02:29:59 2005 +0000

    Prep for modular builds by adding guarded #include "config.h" everywhere.

commit 07f088b855df57a0257d748ab490a01640dc8a71
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Sat Jun 25 21:16:56 2005 +0000

    Bug #3626: _X_EXPORT tags for video and input drivers.

commit ccb5c4209d36e66d557727f9534ccc1a3cf07f6d
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Wed Apr 20 12:25:29 2005 +0000

    Fix includes right throughout the Xserver tree:
    change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
    change "foo.h", "extensions/foo.h" and "X11/foo.h" to
        <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
    change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.

commit bf5fc4151b70e17df31b780e25f1abc8e4b960b4
Author: Markus Kuhn <[EMAIL PROTECTED]>
Date:   Sat Dec 4 00:43:09 2004 +0000

    Encoding of numerous files changed to UTF-8

commit b578b52fce3113e36d91db23d0587145e2e1775a
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Sep 17 03:04:53 2004 +0000

    Bug #1192: Remove cfb support from drivers where its use is an option.
        Delete xf24_32bpp, as s3virge was the last user. Fix up some comments
        to refer to fb rather than cfb.

commit a1b008b69196fc7a3c67a6468da6d216d9e4d5c0
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Aug 16 09:13:14 2004 +0000

    Bug #1087: Make sure all the *Weak symbols are documented in the import
        list, so the loader knows not to complain about unresolved symbols when
        an optional module isn't loaded. This typically manifests as warnings
        about fbdevHW symbols when the user isn't using the framebuffer
        console.

commit 018977454204ceb8bcd9b89d699ea4913d526e79
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Sat Jul 31 01:21:19 2004 +0000

    Change several LoaderSymbol calls introduced by the bug #400 patch to
    *Weak() resolver functions.

commit 8c40e6973838cc9658c63101a6b4c4e201bf5ec4
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Jul 30 20:30:54 2004 +0000

    Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all
        framebuffer formats except cfb and the overlay modes should work, and
        r128 and radeon need to be loaded from the ati driver (both issues to
        be fixed soon). Tested on i740, s3virge, mach64, tdfx, vesa, and vga
        drivers. elfloader users shouldn't be affected.

commit ceed4d50d8cb262b571137ac6da6c0152fc4b03e
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Wed Jun 16 09:23:33 2004 +0000

    DRI XFree86-4_3_99_12-merge import

commit 223ace8b63fb5d663768d260691791e264b4fc37
Author: Egbert Eich <[EMAIL PROTECTED]>
Date:   Fri Apr 23 19:43:44 2004 +0000

    Merging XORG-CURRENT into trunk

commit 2ef4d3c439060c16a75ffd31a3c8b97fcf75b5fc
Author: Egbert Eich <[EMAIL PROTECTED]>
Date:   Sun Mar 14 08:33:31 2004 +0000

    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit d9fbf74d6505b5e3a0c1e34b818515d90fc0a1f3
Author: Egbert Eich <[EMAIL PROTECTED]>
Date:   Wed Mar 3 12:12:23 2004 +0000

    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit 4955d18dc7526c1a67209b46dd42f0a9c8889d59
Author: Egbert Eich <[EMAIL PROTECTED]>
Date:   Thu Feb 26 13:35:54 2004 +0000

    readding XFree86's cvs IDs

commit 51fce9291c5e9a8c8ca4702cfdb4c943af1c056a
Author: Egbert Eich <[EMAIL PROTECTED]>
Date:   Thu Feb 26 09:23:23 2004 +0000

    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit c219348b0c7a4b5ea2580179e9f2d5e080e657fd
Author: Kaleb Keithley <[EMAIL PROTECTED]>
Date:   Tue Nov 25 19:28:38 2003 +0000

    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

commit 61026597c90bc76c6a96bd3b8fb416e60e083b9d
Author: Kaleb Keithley <[EMAIL PROTECTED]>
Date:   Fri Nov 14 16:48:55 2003 +0000

    XFree86 4.3.0.1

commit 284d0bde93e41f74cb5992a877ccfff1538278e0
Author: Kaleb Keithley <[EMAIL PROTECTED]>
Date:   Fri Nov 14 16:48:55 2003 +0000

    Initial revision


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to