Tag 'libice-2_1.0.8-1' created by Julien Cristau <jcris...@debian.org> at 2012-04-09 15:04 +0000
Tagging upload of libice 2:1.0.8-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAABCAAGBQJPgvp4AAoJEDEBgAUJBeQMPyQP/3unEhZQXaD6Y2PFibfLatV3 Tj6pd/c9wbxVR/P0lxPtSQeOAn4YxxwpRJUMNkEGTF7l6xgUZXQxTYmRTzomkyWE ZhfKSk2YnY2T9hDleNIh+dScnfXU3R/qyrpuU3nKcUYZvnNOTdoz7h1nm2Q6D9Rl 74Nmx4PhAAmzgrgBkHrjdpX4KRumskBwiFQtJBI5cT/GbLtxNDA4KY7bVq06zBZc 8s/lURTRtudGzp7aSySdmByIqC+eLf4o1Z+MrygD0f6WC+QvYjJ5Sgra+5DRCM7g 8AyiEGnJrGcl+kZuKQ7ZDw+AvXXhsjIYCxBXoAI5P0iFIHW3z9nKggVGN4i5LTQh hGbfGrlhP7V00fYLB1Idf/Q1WhmgOtc2kSCYQO9dhRyWLOgi9MOzRUag7B8kbz1K IF36q2BR+9rSiyt+sE6+/fVM+1SFXQzzCR/109kQfxVijYlL9dYbNjEW6+I9Nf2+ 32jBzHbgj34kJo3pm9IKdIDyUJZB0ukCP2t+zTM9Jh/PrjTzYpbhmTihe2p+4orX Uzmm2K8lRgFjEQo1jttViEZYz5bFlxbPTIxYkmk43ZY99c44sFJoGiWimmlxeut9 Y1AyYUZ6pDweeqiy6OBKlyF/M7Au5ZN7bWS7ojSihlpfy/j5PpqYvHKDN43tgo46 Hp4no/mKzlITEpWp6uqu =xeZN -----END PGP SIGNATURE----- Changes since libice-2_1.0.7-2: Alan Coopersmith (18): config: Remove unnecessary calls from configure.ac config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS Convert src/process.c from malloc + sprintf to asprintf Use correct string pointer in asprintf() fallback Add AC_USE_SYSTEM_EXTENSIONS to make asprintf() visible in GNU libc Resync fallback asprintf with updated version put into xrdb Fix reads outside array bounds in error handlers IceWritePad: Zero fill pad bytes used when buffer is full Strip trailing whitespace Fix gcc -Wwrite-strings warnings in _IceDefaultErrorHandler Fix gcc -Wwrite-strings warnings in _IceError* functions constify arguments to IceGetAuthFileEntry Fix gcc -Wwrite-strings warnings in AuthNames handling Fix gcc -Wwrite-strings warnings in process.c Remove ancient workaround for System V/386 Release 4.2 compiler bug Constify protocol, vendor & release string args to IceRegisterForProtocol* Plug minor memory leak in unusual path through ProcessConnectionSetup libICE 1.0.8 Gaetan Nadon (19): config: HTML file generation: use the installed copy of xorg.css config: remove unrequired AC_HEADER_STDC config: comment, minor upgrade, quote and layout configure.ac config: splitting ICE and XTRANS compiler options is not required Docbook: change the book id to match the xml file basename Documentation: add Docbook external references support doc: xorg-sgml-doctools package at version 1.7 is required 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 ICElib doc: remove empty revision list and specify the doc version number ice.xml: fix orphan affiliation ice.xml: version number is 1.1, not 1.0 specs: use the &fullrelvers; entity to set X11 release information specs: remove orphan <corpname> specs: use DocBook suggested markup for Copyrights specs: remove <productnumber> which is not used by default As of 1997, X Window System is a trademark of The Open Group. Julien Cristau (12): Merge tag 'libICE-1.0.8' into debian-unstable Bump changelogs Bump xutils-dev, xmlto and xorg-sgml-doctools build-deps. Pass the shlib version to dh_makeshlibs instead of using a .shlibs file. Stop installing xorg.css, it's no longer shipped. Don't require (fake)root for debian/rules clean. Split the protocol spec and API doc to a separate libice-doc package. Mark libice-dev as multi-arch capable. Add missing ${misc:Depends} for the new libice-doc package Fix up dh_install line and Multi-Arch for libice-doc Strip libICE.a Upload to unstable Matt Dew (3): add id attributes to funcsynopsis to allow other docs to olink to them Cleanup IDs and links in doc informaltable cleanup Paulo Zanoni (2): Use docbookx.dtd version 4.3 for all docs Remove useless line from a table in specs/ice.xml --- ChangeLog | 544 ++++++++++++++++++++++++++++++++++ README | 2 configure.ac | 66 +--- debian/changelog | 13 debian/control | 23 + debian/libice-dev.install | 3 debian/libice-doc.install | 1 debian/libice6.shlibs | 1 debian/rules | 70 ++-- doc/.gitignore | 3 doc/ICElib.xml | 723 ++++++++++++++++++++++------------------------ doc/Makefile.am | 63 ---- docbook.am | 105 ++++++ include/X11/ICE/ICEconn.h | 2 include/X11/ICE/ICElib.h | 12 include/X11/ICE/ICEmsg.h | 6 include/X11/ICE/ICEutil.h | 6 specs/.gitignore | 3 specs/Makefile.am | 63 ---- specs/ice.xml | 632 ++++++++++++++++++++-------------------- src/ICElibint.h | 38 +- src/Makefile.am | 3 src/authutil.c | 16 - src/connect.c | 10 src/error.c | 63 ++-- src/getauth.c | 42 +- src/globals.h | 2 src/iceauth.c | 2 src/listen.c | 4 src/listenwk.c | 4 src/misc.c | 2 src/process.c | 195 +++++++----- src/protosetup.c | 6 src/register.c | 20 - src/replywait.c | 4 src/shutdown.c | 2 src/watch.c | 2 37 files changed, 1686 insertions(+), 1070 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1shg9n-0004as...@vasks.debian.org