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

xserver-xorg-video-suncg3: Changes to 'upstream-unstable'



New branch 'upstream-unstable' available with the following commits:
commit 916e7282982feb0e5c12639ebaf56a8accc15755
Author: Adam Jackson <ajax@nwnk.net>
Date:   Fri Apr 7 21:20:24 2006 +0000

    Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit 392e90da69ad373860015e71e612ba5d49b89883
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:30:03 2005 +0000

    Update package version for X11R7 release.

commit f23de53d007a187cb5177e4324852145174ce585
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:25:55 2005 +0000

    Stub COPYING files

commit cbfcee8297f3c8146eb797cb671b2556dff6b4db
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:19 2005 +0000

    Update package version number for final X11R7 release candidate.

commit 12d8fedbc41e5a57f791d78ef0d37f22ee017517
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:48:38 2005 +0000

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

commit 5d55fe760806034b421cfbbd9faef76f1e5617f0
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:35 2005 +0000

    Update package version number for X11R7 RC3 release.

commit c4a6f757c1454648000b01d2c2f23c0ed5a4a929
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Dec 2 02:16:10 2005 +0000

    Remove extraneous AC_MSG_RESULT.

commit 543392e091e1629eafafae68d1fe2422a108bd0e
Author: Adam Jackson <ajax@nwnk.net>
Date:   Tue Nov 29 23:30:04 2005 +0000

    Only build dlloader modules by default.

commit fda80c369270ba462d16ad2511a34952723caac2
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:04:13 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 e1e0aae9a786735ed0ceea5d3f9c065c4e777d5d
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:49:19 2005 +0000

    Add .cvsignores for drivers.

commit 93a89803eb2d476ac1773a88d676465b0209cb27
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Nov 9 21:15:21 2005 +0000

    Update package version number for X11R7 RC2 release.

commit c93e5e33bf3576021fa5cf5203268a6ec59da587
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Nov 1 15:08:55 2005 +0000

    Update pkgcheck depedencies to work with separate build roots.

commit 54d97b5bdc7a2fbb18bc6b0bba24a79dbe9608f1
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:48:05 2005 +0000

    Update package version number for RC1 release.

commit d1f4685eb5cc0fcbb9a6aafbba0f46d6367207c6
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
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 f41bc7d744874c4af7c0d7d61fa803a8ca7afa0a
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Oct 17 22:57:36 2005 +0000

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

commit d5d147fe539955f94ef1c65e7cc206b8b9c85f57
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 00:09:06 2005 +0000

    Use sed & cpp to substitute variables in driver man pages

commit edc9996fa8076c46288ca6555d9685e6dc6bbba0
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Thu Aug 18 09:03:50 2005 +0000

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

commit 316ca7e3dabc7ce7a2a78f5250e05281fd26ecea
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:45 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 15a8f07cf8ca6d74d29feeefeeca603495710fb8
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Tue Jul 26 23:07:48 2005 +0000

    Build system for suncg3

commit fb42827cd407e69931620158433e9938211e69fa
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Jul 11 02:30:00 2005 +0000

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

commit 133737d29a795be94b87eff0bbf5b0cc3a80ff77
Author: Adam Jackson <ajax@nwnk.net>
Date:   Sat Jun 25 21:16:56 2005 +0000

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

commit 458858bf9f9464ab88e16149c5bbf625628f6793
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Wed Apr 20 12:25:30 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 5d7a9acfd861e8d3c80d26576e1336d968a458ca
Author: Eric Anholt <anholt@freebsd.org>
Date:   Wed Jun 16 09:23:55 2004 +0000

    DRI XFree86-4_3_99_12-merge import

commit 71922f77be69323dcb937e8c8e00249d187f581f
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:47:13 2004 +0000

    Merging XORG-CURRENT into trunk

commit 2280cf405f5cc5a7650ec8e36fcc4afaf01d2830
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:33:36 2004 +0000

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

commit 4148dfc0ac28262940edc7e4f2ab1e4f2ed778f9
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:12:25 2004 +0000

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

commit 8528dfe9a41a70276d9022a190e0df782f11b882
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:35:55 2004 +0000

    readding XFree86's cvs IDs

commit 43ea4c87cf322b31392de2344e9bf535e0c16b21
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:23:25 2004 +0000

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

commit f5fe4b8f8b07b6470856481380b2dd693fd8547b
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Tue Nov 25 19:28:41 2003 +0000

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

commit 7d5e0c80684779f41818a5abac6c7ee46d146a65
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:55 2003 +0000

    XFree86 4.3.0.1

commit 14779e91fc05a9f265170ed7c453b26a390258f5
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:55 2003 +0000

    Initial revision



Reply to: