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

libxres: Changes to 'refs/tags/libXres-1.2.0'



Tag 'libXres-1.2.0' created by Adam Jackson <ajax@redhat.com> at 2017-10-11 15:13 +0000

libXres-1.2.0

Changes since libXres-1.0.3:
Adam Jackson (2):
      configure: Remove AM_MAINTAINER_MODE
      libXRes 1.2.0

Alan Coopersmith (17):
      Add README with pointers to mailing list, bugzilla & git repos
      Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
      XRes.man: Fix typo, improve wording, drop RCS tags
      libXres 1.0.4
      Update Sun license notices to current X.Org standard form
      config: upgrade to util-macros 1.8 for additional man page support
      Sun's copyrights now belong to Oracle
      libXres 1.0.5
      Strip trailing whitespace
      Fix gcc -Wwrite-strings warning
      libXres 1.0.6
      Bump version to 1.1.99.0 to reflect addition of 1.2 API
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      Use _XEatDataWords to avoid overflow of rep.length shifting
      integer overflow in XResQueryClients() [CVE-2013-1988 1/2]
      integer overflow in XResQueryClientResources() [CVE-2013-1988 2/2]
      Remove fallback for _XEatDataWords, require libX11 1.6 for it

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Emil Velikov (1):
      autogen.sh: use quoted string variables

Erkki Seppälä (2):
      Implemented first part of XResource extension v1.2: XResQueryClientIds
      Implemented second part of XResource extension v1.2: XResQueryResourceBytes

Fernando Carrijo (1):
      Purge macros NEED_EVENTS and NEED_REPLIES

Gaetan Nadon (13):
      .gitignore: use common defaults with custom section # 24239
      Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      configure.ac: AM_MAINTAINER_MODE missing #24238
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      config: move CWARNFLAGS from configure.ac to Makefile.am
      config: remove the pkgconfig pc.in file from EXTRA_DIST
      config: update AC_PREREQ statement to 2.60
      man: store shadow man pages in git rather than generating them
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: remove unrequired AC_CONFIG_AUX_DIR
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: comment, minor upgrade, quote and layout configure.ac

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Add missing PHONY line for automatic ChangeLog generation

Jeremy Huddleston (1):
      This is not a GNU project, so declare it foreign.

Jesse Adkins (1):
      Purge cvs tags.

Julien Cristau (1):
      Compute number of bytes correctly in XResQueryClientPixmapBytes

Matthieu Herrb (1):
      nuke RCS Ids

Mihail Konev (1):
      autogen: add default patch prefix

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and remove extra .gitignore files.

Peter Hutterer (2):
      Rename parameters to clarify QueryVersion/QueryExtension.
      autogen.sh: use exec instead of waiting for configure to finish

---
 .gitignore                         |   65 ++++++++
 INSTALL                            |  229 -------------------------------
 Makefile.am                        |   23 +--
 README                             |   25 +++
 autogen.sh                         |   13 +
 configure.ac                       |  121 +++++++---------
 include/X11/extensions/XRes.h      |   89 +++++++++++-
 man/.gitignore                     |    3 
 man/Makefile.am                    |   97 ++++---------
 man/XRes.man                       |   85 +++++------
 man/XResQueryClientPixmapBytes.man |    1 
 man/XResQueryClientResources.man   |    1 
 man/XResQueryClients.man           |    1 
 man/XResQueryExtension.man         |    1 
 man/XResQueryVersion.man           |    1 
 src/.gitignore                     |    6 
 src/Makefile.am                    |    9 -
 src/XRes.c                         |  272 ++++++++++++++++++++++++++++++++++---
 18 files changed, 579 insertions(+), 463 deletions(-)
---


Reply to: