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

libxcursor: Changes to 'refs/tags/libXcursor-1.1.15'



Tag 'libXcursor-1.1.15' created by Drew Parsons <dparsons@debian.org> at 2017-12-19 14:27 +0000

X.Org libXcursor release 1.1.15

Changes since libXcursor-1.1.8:
Alan Coopersmith (20):
      Use cursorpath found by configure in man page
      Add XCURSOR_PATH to man page
      Make shadow man pages for each function
      Version bump: 1.1.9
      Add README with pointers to mailing list, bugzilla & git repos
      libXcursor 1.1.11
      Mark bitmasks as unsigned ints
      libXcursor 1.1.12
      Strip trailing whitespace
      Set Xcursor.h version numbers from configure.ac
      XcursorFileSaveImages: plug memory leak on invalid input
      XcursorImageLoadCursor: return failure if _XcursorGetDisplayInfo fails
      libXcursor 1.1.13
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      signedness bug & integer overflow in _XcursorFileHeaderCreate() [CVE-2013-2003]
      libXcursor 1.1.14
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Use strdup() instead of malloc(strlen())+strcpy()
      Fix some clang integer sign/size mismatch warnings

Chris Wilson (3):
      Free list on shutdown.
      Free the partial header after failing to open the cursor.
      Free the FontInfo structure after loading the cursor from it.

Drew Parsons (2):
      Import Upstream version 1.1.14
      Merge tag 'libXcursor-1.1.15' of https://anongit.freedesktop.org/git/xorg/lib/libXcursor into upstream-unstable

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

Gaetan Nadon (17):
      .gitignore: use common defaults with custom section # 24239
      Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
      Deploy the new XORG_DEFAULT_OPTIONS #24242
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      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
      config: upgrade to util-macros 1.8 for additional man page support
      man: store shadow man pages in git rather than generating them
      man: reorder makefile statements
      man: whitespace management
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: comment, minor upgrade, quote and layout configure.ac
      config: perform XCURSORPATH formatting in man/Makefile.am

James Cloos (1):
      Replace static ChangeLog with dist-hook to generate from git log

Jeremy Huddleston (2):
      This is not a GNU project, so declare it foreign.
      Correct error handling in _XcursorAverageColor

Jon TURNEY (2):
      Fix install of generated Xcursor.h when builddir != srcdir
      Add generated Xcursor.h to .gitignore

Matthieu Herrb (2):
      nuke RCS Ids
      libXcursor 1.1.15

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

Paulo Cesar Pereira de Andrade (1):
      Janitor: make distcheck, compiler warnings, extra .gitignore files.

Peter Hutterer (2):
      libXcursor 1.1.10
      autogen.sh: use exec instead of waiting for configure to finish

Tilman Sauerbeck (2):
      Store the cursor names in one large string.
      Added object files to .gitignore.

Tobias Stoeckmann (1):
      Fix heap overflows when parsing malicious files. (CVE-2017-16612)

shubham shrivastav (1):
      Insufficient memory for terminating null of string in _XcursorThemeInherits

---
 .gitignore                           |   21 
 ChangeLog                            |  924 +
 INSTALL                              |  128 
 Makefile.am                          |   21 
 Makefile.in                          |  921 +
 README                               |   25 
 aclocal.m4                           |11671 ++++++++++++++++++++
 autogen.sh                           |   13 
 config.guess                         | 1544 ++
 config.h.in                          |   83 
 config.sub                           | 1788 +++
 configure                            |20253 +++++++++++++++++++++++++++++++++++
 configure.ac                         |  124 
 depcomp                              |  790 +
 include/X11/Xcursor/Xcursor.h        |   30 
 include/X11/Xcursor/Xcursor.h.in     |  499 
 install-sh                           |  527 
 ltmain.sh                            | 9655 ++++++++++++++++
 man/.gitignore                       |    2 
 man/Makefile.am                      |   49 
 man/Makefile.in                      |  552 
 man/Xcursor.man                      |   17 
 man/XcursorCursorsCreate.man         |    1 
 man/XcursorCursorsDestroy.man        |    1 
 man/XcursorFilenameLoad.man          |    1 
 man/XcursorFilenameLoadAllImages.man |    1 
 man/XcursorFilenameLoadCursor.man    |    1 
 man/XcursorFilenameLoadImage.man     |    1 
 man/XcursorFilenameLoadImages.man    |    1 
 man/XcursorFilenameSave.man          |    1 
 man/XcursorFilenameSaveImages.man    |    1 
 man/XcursorGetDefaultSize.man        |    1 
 man/XcursorGetTheme.man              |    1 
 man/XcursorImageCreate.man           |    1 
 man/XcursorImageDestroy.man          |    1 
 man/XcursorImagesCreate.man          |    1 
 man/XcursorImagesDestroy.man         |    1 
 man/XcursorLibraryLoadCursor.man     |    1 
 man/XcursorLibraryLoadCursors.man    |    1 
 man/XcursorLibraryLoadImage.man      |    1 
 man/XcursorLibraryLoadImages.man     |    1 
 man/XcursorSetDefaultSize.man        |    1 
 man/XcursorSetTheme.man              |    1 
 man/XcursorShapeLoadCursor.man       |    1 
 man/XcursorShapeLoadCursors.man      |    1 
 man/XcursorShapeLoadImage.man        |    1 
 man/XcursorShapeLoadImages.man       |    1 
 man/XcursorSupportsARGB.man          |    1 
 man/XcursorXcFileLoad.man            |    1 
 man/XcursorXcFileLoadAllImages.man   |    1 
 man/XcursorXcFileLoadImage.man       |    1 
 man/XcursorXcFileLoadImages.man      |    1 
 man/XcursorXcFileSave.man            |    1 
 missing                              |  215 
 src/.gitignore                       |    6 
 src/Makefile.am                      |   11 
 src/Makefile.in                      |  707 +
 src/cursor.c                         |   72 
 src/display.c                        |   43 
 src/file.c                           |  117 
 src/library.c                        |  165 
 src/xcursorint.h                     |    8 
 src/xlib.c                           |   35 
 63 files changed, 50519 insertions(+), 528 deletions(-)
---


Reply to: