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

xserver-xorg-video-cirrus: Changes to 'refs/tags/xserver-xorg-video-cirrus-1_1.4.0-1'



Tag 'xserver-xorg-video-cirrus-1_1.4.0-1' created by Cyril Brulebois <kibi@debian.org> at 2012-04-02 02:14 +0000

Tagging upload of xserver-xorg-video-cirrus 1:1.4.0-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEABECAAYFAk95C4sACgkQeGfVPHR5Nd0YLQCeIrY7VC9wfHhgwnS2NThMkyrc
3w4AoLNREM//ILPyYSc8YBuF+oQEOttC
=ws4I
-----END PGP SIGNATURE-----

Changes since xserver-xorg-video-cirrus-1_1.3.2-4:
Adam Jackson (4):
      Fall back to shadowfb if XAA is unavailable
      Fix for new vgaHW ABI
      Typo fix
      alpine: Fix int10 setup

Alan Coopersmith (3):
      Update Sun license notices to current X.Org standard form
      Sun's copyrights now belong to Oracle
      xf86-video-cirrus 1.4.0

Cyril Brulebois (4):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Drop patch (merged upstream): 20-faumachine-maxpitch.diff
      Upload to unstable.

Gaetan Nadon (17):
      .gitignore: use common defaults with custom section # 24239
      .gitignore: use common defaults with custom section # 24239
      Several driver modules do not have a ChangeLog target in Makefile.am #23814
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      configure.ac: remove unused sdkdir=$(pkg-config...) statement
      config: upgrade to util-macros 1.8 for additional man page support
      config: update AC_PREREQ statement to 2.60
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: remove unrequired AC_HEADER_STDC
      config: remove unrequired AC_SUBST([XORG_CFLAGS])
      config: complete AC_INIT m4 quoting
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
      config: add comments for main statements

Jeremy Huddleston (6):
      GD5436 timings are the same as GD5446
      Use malloc/calloc/realloc/free directly
      Build fix for ABI Version 12
      Disable PC98 code on newer servers.
      pciTag was removed from xorg-server, so provide it in-driver until this is updated to use libpciaccess
      Build fix for older servers (error: conflicting types for 'pciTag')

Jesse Adkins (1):
      Purge cvs tags.

Satoshi KImura (1):
      Add support for the NEC PC-9821

Stefan Potyra (1):
      Limit the maximul pitch of GD5436 and GD5446

---
 .gitignore                                 |   70 +++++-
 ChangeLog                                  |  319 +++++++++++++++++++++++++++++
 Makefile.am                                |   11 -
 configure.ac                               |   50 ++--
 debian/changelog                           |    9 
 debian/patches/20-faumachine-maxpitch.diff |   38 ---
 debian/patches/series                      |    1 
 man/.gitignore                             |    2 
 man/Makefile.am                            |   63 ++---
 man/cirrus.man                             |    1 
 src/.gitignore                             |    6 
 src/CirrusClk.c                            |    2 
 src/alp.h                                  |    2 
 src/alp_driver.c                           |  147 ++++++++++++-
 src/alp_hwcurs.c                           |    2 
 src/alp_i2c.c                              |    2 
 src/alp_xaa.c                              |    2 
 src/alp_xaam.c                             |    1 
 src/cir.h                                  |    4 
 src/cir_dga.c                              |    5 
 src/cir_driver.c                           |   14 -
 src/cir_pcirename.h                        |   27 ++
 src/cir_shadow.c                           |    2 
 src/lg.h                                   |    2 
 src/lg_driver.c                            |   21 +
 src/lg_hwcurs.c                            |    1 
 src/lg_i2c.c                               |    2 
 src/lg_xaa.c                               |    1 
 src/lg_xaa.h                               |    1 
 29 files changed, 631 insertions(+), 177 deletions(-)
---


Reply to: