libSM: Changes to 'refs/tags/libSM-1.2.0'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Oct 27 22:32:36 PDT 2010


Tag 'libSM-1.2.0' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2010-10-28 06:26 -0700

libSM 1.2.0

Changes since libSM-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

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.

Michael Jansen (1):
      Fix memory leak for SM_DeleteProperties

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

---
 .gitignore               |   73 -
 COPYING                  |   21 
 INSTALL                  |  229 ---
 Makefile.am              |   12 
 README                   |    5 
 configure.ac             |   27 
 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 
 21 files changed, 5704 insertions(+), 289 deletions(-)
---


More information about the xorg-commit mailing list