ChangeLog revision 126a8a12
12006-06-26 Alan Coopersmith <alan.coopersmith@sun.com> 2 3 * src/sm_genid.c: 4 From Patch #6046 <https://bugs.freedesktop.org/attachment.cgi?id=6046> 5 freeaddrinfo() in error handling return (Peter Breitenlohner) 6 72006-04-26 Adam Jackson <ajax@freedesktop.org> 8 9 * configure.ac: 10 Bump to 1.0.1 11 122006-03-16 Alan Coopersmith <alan.coopersmith@sun.com> 13 14 * src/sm_manager.c: 15 * src/sm_client.c: 16 Specs say SmsInitialize & SmcOpenConnection return NULL terminated 17 strings in errorStringRet, but were just calling strncpy and not 18 making sure strings were NULL terminated if errorLength wasn't long 19 enough. (Noticed while evaluating Coverity ids 196 & 201.) 20 212005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org> 22 23 * configure.ac: 24 Update package version number for final X11R7 release candidate. 25 262005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org> 27 28 * configure.ac: 29 Update package version number for X11R7 RC3 release. 30 312005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org> 32 33 * sm.pc.in: 34 Update pkgconfig files to separate library build-time dependencies 35 from application build-time dependencies. 36 372005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> 38 39 * configure.ac: 40 Update package version number for X11R7 RC2 release. 41 422005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> 43 44 * configure.ac: 45 Update package version number for RC1 release. 46 472005-07-13 keith Packard <keithp@keithp.com> 48 49 * configure.ac: 50 * src/Makefile.am: 51 Eliminate xtrans CFLAGS from .pc file as xtrans 52 is not part of the public API. 53 542005-07-08 Keith Packard <keithp@keithp.com> 55 56 * .cvsignore: 57 * src/.cvsignore: 58 Add .cvsignore files 59 602005-01-29 Daniel Stone <daniel@freedesktop.org> 61 62 * sm_manager.c: 63 Sync back with X.Org HEAD (change usage of _IceTransGetPeerNetworkId to 64 IceGetPeerName; AIX build fixes). Use IceGetPeerName instead of 65 _IceGetPeerName, since it is now in the ICE public API. 66 672005-01-19 Daniel Stone <daniel@freedesktop.org> 68 69 * configure.ac: 70 Remove AC_CONFIG_AUX_DIR. 71 722004-05-10 Eric Anholt <anholt@FreeBSD.org> 73 74 * configure.ac: 75 libSM doesn't require libX11, remove linking. 76 Don't include warning CFLAGS in .pc file. 77 Bump to version 6.0.4. 78 792004-04-12 Daniel Stone <daniel@freedesktop.org> 80 81 * sm_genid.c: 82 Fix getaddrinfo()-related info (merge from X11R6.7). 83 84 * Tag release 6.0.3 for xlibs 1.0.1. 85 862004-02-03 Jim Gettys <jg@freedesktop.org> 87 88 * AUTHORS (Author): 89 902004-01-17 Daniel Stone <daniel@fooishbar.org> 91 * Tag release 6.0.2 for first fd.o clientside lib release. 92 932004-01-15 Harold L Hunt II <huntharo@msu.edu> 94 * Makefile.am: Pass -no-undefined to libtool via LDFLAGS. 95 962003-10-28 Keith Packard <keithp@keithp.com> 97 98 * Makefile.am: 99 * SMlibint.h: 100 * configure.ac: 101 * globals.h: 102 * sm_client.c: (set_callbacks): 103 * sm_error.c: (_SmcDefaultErrorHandler), (_SmsDefaultErrorHandler): 104 * sm_manager.c: (_SmsProtocolSetupProc): 105 * sm_process.c: (_SmcProcessMessage), (_SmsProcessMessage): 106 Prototypes. 107 Use new ICEtrans.h header to get defines for ICE xtrans functions. 108 Add GCC warnings. 109 Make $(srcdir) != "." work (needed -I${top_srcdir}/include) 110