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

libsm: Changes to 'refs/tags/libsm-2_1.2.0-1'



Tag 'libsm-2_1.2.0-1' created by Cyril Brulebois <kibi@debian.org> at 2010-11-08 00:47 +0000

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

iEYEABECAAYFAkzXSJUACgkQeGfVPHR5Nd0FfQCgm9HA3Cb74bbL01+6/cFYrgxW
5I4AoJp2sEp48IBKK81hSPD1DaVm857B
=KovF
-----END PGP SIGNATURE-----

Changes since libsm-2_1.1.1-1:
Alan Coopersmith (27):
      Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
      Move docs from xorg-docs, use groff to format for installation
      Move session management protocol docs from xorg-docs here too
      Revert "Fix memory leak for SM_DeleteProperties"
      Update Sun license notices to current X.Org standard form
      Update README now that docs are in this module, not xorg-docs
      SMlib.xml: Remove some nroff macros left in tables by mistake
      SMlib.xml: Convert function prototypes to <funcprototype> tags
      SMlib.xml: Convert remaining literallayout tags to synopsis tags
      SMlib.xml: Convert remaining `` quotes to &ldquo; style
      SMlib.xml: add internal cross-reference links
      SMlib.xml: fix typo: SmProc -> SmProp
      SMlib.xml: misc markup cleanups
      SMlib.xml: fix a couple parameter list entries
      xsmp.xml: Line wrapping & other whitespace cleanup
      xsmp.xml: Convert -> & <- to &rarr; & &larr;
      Coalesce copyright notices in xml docs
      xsmp.xml: Misc markup tag cleanups
      xsmp.xml: Clean up tables
      xsmp.xml: Restore note titles (example/rationale/advice)
      xsmp.xml: Use <errorname> instead of <function> for error names
      xsmp.xml: Use <synopsis> and related markup for protocol message definition
      xsmp.xml: add internal cross-reference links
      SMlib.xml: Line wrapping & other whitespace cleanup
      SMlib.xml: Tag function names, parameters, constant values, etc.
      SMlib.xml: Use <simplelist> instead of <synopsis> for lists of mask values
      libSM 1.2.0

Alexander Kabaev (1):
      Fix off by one error in SmsGenerateClientID when uuid_create is used

Cyril Brulebois (10):
      Merge branch 'upstream-unstable' into debian-unstable
      Update changelogs.
      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.
      Kill *.xml in the doc directory, no point in shipping them.
      Ship *.html, *.css, and *.txt from the doc directory.
      Switch from --list-missing to --fail-missing for additional safety.
      Add myself to Uploaders.
      Upload to unstable.

Gaetan Nadon (14):
      .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
      Update .gitignore for the /doc directory #24239
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      doc: clean-up generated html images
      doc: use new macros to control doc generation
      doc: install generated images in $docdir
      doc: use $(mkdir_p) rather than $(MKDIR_P) due to automake 1.9.6
      specs: change install cmd due to automake 1.11
      doc: use HAVE_GROFF_MS to skip doc when 's.tmac' macros missing
      config: remove the pkgconfig pc.in file from EXTRA_DIST
      doc: replace groff input format with docbook xml format
      doc: remove trailing spaces in DocBook XML docs

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

Jesse Adkins (1):
      Purge cvs tags.

Julien Cristau (11):
      xsfbs.sh: remove unused check_symlinks_and_{bomb,warn}
      xsfbs.sh: remove unused analyze_path
      xsfbs.sh: remove unused maplink function
      xsfbs.sh: remove unused find_culprits function
      xsfbs.sh: remove unused reject_whitespace function
      xsfbs.mk: no need for shlibs.local
      xsfbs.sh: fix typo and remove svn keyword
      xsfbs.mk: kill obsolete DEFAULT_DCRESOLUTIONS and SOURCE_DIR usage
      xsfbs.mk: remove more obsolete code
      Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason.  Thanks, Colin Watson!
      Remove myself from Uploaders

Michael Jansen (1):
      Fix memory leak for SM_DeleteProperties

Mikhail Gusarov (1):
      Remove duplicate xorg.fd.o URL and confusing mailing list URL from debian/control

Rémi Cardona (2):
      require libICE >= 1.0.5
      require autoconf 2.60 because of $(docdir) use

Timo Aaltonen (1):
      Merge branch 'debian-unstable' of ../../xsfbs into debian-unstable

---
 .gitignore               |   73 -
 COPYING                  |   21 
 ChangeLog                |  443 ++++++
 Makefile.am              |   12 
 README                   |    5 
 configure.ac             |   27 
 debian/changelog         |   19 
 debian/control           |   14 
 debian/libsm-dev.install |    3 
 debian/rules             |   18 
 debian/xsfbs/xsfbs.mk    |   21 
 debian/xsfbs/xsfbs.sh    |  233 ---
 doc/.gitignore           |    6 
 doc/Makefile.am          |   64 
 doc/SMlib.xml            | 3230 +++++++++++++++++++++++++++++++++++++++++++++++
 doc/xsmp.xml             | 2274 +++++++++++++++++++++++++++++++++
 include/X11/SM/SM.h      |    2 
 include/X11/SM/SMlib.h   |    2 
 include/X11/SM/SMproto.h |    2 
 src/Makefile.am          |    2 
 src/SMlibint.h           |    3 
 src/sm_auth.c            |    3 
 src/sm_error.c           |    3 
 src/sm_genid.c           |   27 
 src/sm_manager.c         |    3 
 src/sm_misc.c            |    2 
 src/sm_process.c         |    3 
 27 files changed, 6187 insertions(+), 328 deletions(-)
---


Reply to: