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

libxdmcp: Changes to 'refs/tags/libxdmcp-1_1.1.0-1'



Tag 'libxdmcp-1_1.1.0-1' created by Cyril Brulebois <kibi@debian.org> at 2010-11-06 13:56 +0000

Tagging upload of libxdmcp 1:1.1.0-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkzVXosACgkQeGfVPHR5Nd0ndQCgmqNFNt97Bot/QWTgdpqLMF51
ZQ0AoJOZ6SdEupQbO/BcX39QNqUjSbYp
=mwqh
-----END PGP SIGNATURE-----

Changes since libxdmcp-1_1.0.3-2:
Alan Coopersmith (9):
      Constify function prototypes
      XdmcpARRAY8Equal: Use memcmp instead of rolling our own
      unifdef Lynx
      Deal with lint warnings about implicit narrowing conversions
      Use stdint.h instead of limits.h for UINT*_MAX definitions
      Fix order of CPPFLAGS passed to lint/compile steps
      Replace comments pointing to non-public X Consortium defect reports
      Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS already call
      libXdmcp 1.1.0

Cyril Brulebois (11):
      Revert collateral damage in the previous commit.
      Merge branch 'upstream-unstable' into debian-unstable
      New upstream release.
      Bump xutils-dev build-dep for new macros.
      Add xmlto, xorg-sgml-doctools, and w3m build-dep for the doc.
      Pass --with-xmlto and --without-fop, we want html and txt only.
      Ship *.html, *.css, and *.txt from the doc directory.
      Kill *.xml in the doc directory, no point in shipping them.
      Switch from --list-missing to --fail-missing for additional safety.
      Exclude the .la file accordingly.
      Upload to unstable.

Gaetan Nadon (11):
      Makefile.am: do not include autogen.sh in distribution #24183
      .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
      make: remove unrequired -I${top_builddir}/include
      config: remove the pkgconfig pc.in file from EXTRA_DIST
      config: update AC_PREREQ statement to 2.60
      config: require xorg-macros minimum of 1.10 for XORG_CHECK_SGML_DOCTOOLS

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

Matt Dew (1):
      specs: replace troff source with docbook-xml source

Mikhail Gusarov (4):
      Remove duplicate xorg.fd.o URL and confusing mailing list URL from debian/control
      Reshuffle functions to decrease amount of boilerplate
      Nuke RCS tags
      Get rid of Xalloc/Xrealloc/Xfree from X server or Xlib

---
 .gitignore                  |   70 
 A8Eq.c                      |   49 
 AA16.c                      |   51 
 AA32.c                      |   51 
 AA8.c                       |   51 
 Alloc.c                     |   79 
 AofA8.c                     |   51 
 Array.c                     |  247 ++
 CA8.c                       |   48 
 ChangeLog                   |  275 +++
 CmpKey.c                    |   49 
 DA16.c                      |   46 
 DA32.c                      |   44 
 DA8.c                       |   44 
 DAofA8.c                    |   50 
 DecKey.c                    |   49 
 Fill.c                      |   14 
 Flush.c                     |    9 
 GenKey.c                    |   74 
 INSTALL                     |  236 --
 IncKey.c                    |   49 
 Key.c                       |  102 +
 Makefile.am                 |   64 
 RA16.c                      |   70 
 RA32.c                      |   70 
 RA8.c                       |   70 
 RAofA8.c                    |   73 
 RC16.c                      |   50 
 RC32.c                      |   54 
 RC8.c                       |   45 
 RHead.c                     |   46 
 RR.c                        |   42 
 RaA16.c                     |   51 
 RaA32.c                     |   51 
 RaA8.c                      |   51 
 RaAoA8.c                    |   51 
 Read.c                      |  244 ++
 Unwrap.c                    |    5 
 WA16.c                      |   49 
 WA32.c                      |   49 
 WA8.c                       |   49 
 WAofA8.c                    |   49 
 WC16.c                      |   50 
 WC32.c                      |   53 
 WC8.c                       |   49 
 Whead.c                     |   64 
 Wrap.c                      |    5 
 Wrap.h                      |    4 
 Wraphelp.c                  |    5 
 Write.c                     |  151 +
 configure.ac                |   28 
 debian/changelog            |   13 
 debian/control              |   10 
 debian/libxdmcp-dev.install |    3 
 debian/rules                |    4 
 doc/.gitignore              |    5 
 doc/Makefile.am             |   64 
 doc/xdmcp.xml               | 3895 ++++++++++++++++++++++++++++++++++++++++++++
 include/X11/Xdmcp.h         |   27 
 59 files changed, 5109 insertions(+), 2292 deletions(-)
---


Reply to: