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

xtrans: Changes to 'refs/tags/xtrans-1.2.7-1'



Tag 'xtrans-1.2.7-1' created by Julien Cristau <jcristau@debian.org> at 2012-05-05 15:28 +0000

Tagging upload of xtrans 1.2.7-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJPpUcBAAoJEDEBgAUJBeQMCJUP/31sBMgRjQS9bVoh/F4AnkAT
xd3P+73YWCQnWcQAZ9MlKaU0HO+6nrSJtPPxzbGvdOTWdtPA1sq1PvadGP3JUrcc
nKzS0qnGAkk1hrRNh/Ww/SuJEn76fkLXJ7tgnFxlAo1jfAMLSh1Od/AG9Dkte2Tk
++vcGChpd5v9W+2V2Ta0Lj0aUrPcwtf6v5WiQzXr3TotjJbZ/QAwWTKBvNKsS/+g
VcHjg9Pe0QSjsyKZQ7ID7pNwKI3HRlku2ZxJl+rn2UXjz/Ji50m0ZtcCpDlKQPwF
CNzD8vlTeoDKaONR83+BKxFudY+6kpLjit4d6eZrJvBn1m09YahFK/R07+61G6N/
MWcUO4vOakKJYVuJuVabRPVRBDkHoD+Xa+UP6CDKgWmkb06fHQl6I/D8FuD6ozr0
8Dk5TNVXSg1U2P6Bnbna3DG8h/lCwRWVG+Zy5iFSdPuIj7qzRbMzG86YVl9T2uE7
+EeQV5Z1aBr0vKP6YzAYrmkmXoz7UxYlfX5/kTRGkTOQUmmrWka7jkUfwR+ktWGj
/ycNYtqCde43CA6fowip1oD5bv8aUj3GimtjPxZ3lsv0SpgMuEvITytam/wh8xzS
elQPn/kTOHtFa+Qy08NC/WJSaFY+3TMoLFnvfqxmpSuUWIY6VtntTEmbe7tKs+yN
y3UovAEEwbJMO7AdKaQt
=wq0P
-----END PGP SIGNATURE-----

Changes since xtrans-1.2.6-2:
Adam Jackson (3):
      Don't special-case allocation for the X server
      Remove K&R token pasting macros
      Remove a decnet leftover

Alan Coopersmith (16):
      doc: Correct column count in transport configuration table
      Strip trailing whitespace
      Fix warnings about static functions declared but never defined
      Convert PRMSG macro to prmsg inline function
      Fix printf format string warnings
      Fix warning: ISO C90 forbids mixed declarations and code
      Fix unused variable warnings
      Mark __xtransname strings for debug messages as const char *
      Add _X_UNUSED attributes to silence unused parameter warnings
      Fix warning: unused variable 'tmpport' with various configurations
      Add const attributes to fix gcc -Wwrite-strings warnings
      Convert a bunch of sprintf calls to snprintf
      Finish conversion to standard C allocation functions
      Replace malloc(strlen)+strcpy with strdup
      Remove unnecessary casts on malloc, calloc & free calls
      xtrans 1.2.7

Alan Hourihane (1):
      Fix some resource & memory leaks in libxtrans.

Arvind Umrao (1):
      Removing SUN specific code, let solaris create .X11-pipe with sticky bit on

Gaetan Nadon (12):
      config: comment, minor upgrade, quote and layout configure.ac
      Documentation: add Docbook external references support
      Install target dbs alongside generated documents
      Install xml versions of specs even if HAVE_XMLTO is false
      docbook.am: global maintenance update - entities, images and olinking
      docbook.am: embed css styles inside the HTML HEAD element
      docs: remove <productnumber> which is not used by default
      docs: use the &fullrelvers; entity to set X11 release information
      docs: fix authors affiliation
      doc: support multi licensed copyright notice and license text
      specs: refactor copyright legal text for multi licensing
      specs: regroup <author> <editor> <othercredit> under authorgroup

Jeremy Huddleston (1):
      Silence warnings when building with clang

Julien Cristau (5):
      Merge tag 'xtrans-1.2.7' into debian-unstable
      Bump changelogs
      Drop dh_testroot from debian/rules clean.
      Bump xutils-dev, xmlto and xorg-sgml-doctools build-deps.
      Upload to unstable

Matt Dew (2):
      Cleanup IDs and links in doc
      informaltable cleanup

Robert Bragg (1):
      Xtranssock.c: avoid buffer overrun in SocketReopen

---
 ChangeLog        |  460 +++++++++++++++++++++++++++++++++++++++
 Xtrans.c         |  284 +++++++++++-------------
 Xtrans.h         |   70 +-----
 Xtransint.h      |  137 ++++++-----
 Xtranslcl.c      |  472 +++++++++++++++++++---------------------
 Xtranssock.c     |  511 +++++++++++++++++++++-----------------------
 Xtranstli.c      |  637 +++++++++++++++++++++++++++----------------------------
 Xtransutil.c     |  102 ++++----
 configure.ac     |   69 +++--
 debian/changelog |    8 
 debian/control   |    6 
 debian/rules     |    5 
 doc/.gitignore   |    1 
 doc/Makefile.am  |   61 -----
 doc/xtrans.xml   |  137 +++++------
 docbook.am       |  105 +++++++++
 transport.c      |   22 +
 xtrans.m4        |   16 -
 18 files changed, 1778 insertions(+), 1325 deletions(-)
---


Reply to: