ChangeLog revision 24047306
1commit 31b7fe5cc4e3f39f7265800a78a397935163990b 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Thu Apr 16 22:32:22 2015 -0700 4 5 smproxy 1.0.6 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit 83e5545ee56d73a0b1b37683397b303371c9256a 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Wed Nov 5 17:30:50 2014 -0800 12 13 Remove unneeded checks for X_NOT_POSIX 14 15 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 16 17commit 0c22454c28f44db23370f70719f6d84d92be7f22 18Author: Alan Coopersmith <alan.coopersmith@oracle.com> 19Date: Sat May 31 21:39:32 2014 -0700 20 21 autogen.sh: Honor NOCONFIGURE=1 22 23 See http://people.gnome.org/~walters/docs/build-api.txt 24 25 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 26 27commit 71de8086f5c28016cd8aa2bdf7c473efd71535cb 28Author: Alan Coopersmith <alan.coopersmith@oracle.com> 29Date: Sat May 31 21:38:41 2014 -0700 30 31 configure: Drop AM_MAINTAINER_MODE 32 33 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 34 35commit cd8b8001b6b9e11ba27a300cd03d70cab0271bf0 36Author: Alan Coopersmith <alan.coopersmith@oracle.com> 37Date: Sat Nov 23 23:26:31 2013 -0800 38 39 Add -version option to print program version 40 41 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 42 43commit 5eb28e5bbb97a1c1faa0d77c85c8d566e3e4fcdf 44Author: Alan Coopersmith <alan.coopersmith@oracle.com> 45Date: Sat Nov 23 23:23:26 2013 -0800 46 47 Print which option was in error along with usage message 48 49 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 50 51commit 53a484fbd297a03bfbe7d656818c94a4c4b071fe 52Author: Alan Coopersmith <alan.coopersmith@oracle.com> 53Date: Sat Nov 23 23:08:06 2013 -0800 54 55 Simplify & unify variants of unique_filename 56 57 Variants depend on whether system has mkstemp, mktemp or tempnam 58 Also fixes some const char warnings in this code. 59 60 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 61 62commit d00b208df92061f0049bfcd993ab1f92dc8aa2cb 63Author: Alan Coopersmith <alan.coopersmith@oracle.com> 64Date: Sat Nov 23 22:44:06 2013 -0800 65 66 Convert sprintf calls to asprintf or snprintf 67 68 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 69 70commit d59fe3c0501ec07b725004de86c1a8adac966092 71Author: Alan Coopersmith <alan.coopersmith@oracle.com> 72Date: Sat Nov 23 22:33:18 2013 -0800 73 74 Add local copy of asprintf() 75 76 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 77 78commit 747e066281b78909e5c9703f639c0813b14c385f 79Author: Alan Coopersmith <alan.coopersmith@oracle.com> 80Date: Sat Nov 23 22:06:44 2013 -0800 81 82 config: Add missing AC_CONFIG_SRCDIR 83 84 Regroup AC statements under the Autoconf initialization section. 85 Regroup AM statements under the Automake initialization section. 86 87 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 88 89commit 6f90cf3021d5c8755963ab5d88d477774cd5bd43 90Author: Alan Coopersmith <alan.coopersmith@oracle.com> 91Date: Sat Nov 23 21:56:29 2013 -0800 92 93 Replace #ifdef X_NOT_POSIX with explicit check for mktemp function 94 95 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 96 97commit ddbc7f6b08643fb852d98810a1149b09e80e68fe 98Author: Alan Coopersmith <alan.coopersmith@oracle.com> 99Date: Wed Jun 29 20:43:37 2011 -0700 100 101 smproxy 1.0.5 102 103 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 104 105commit d0e4971c8f533c4c166e8e35bf76ebca00f15bc6 106Author: Jeremy Huddleston <jeremyhu@apple.com> 107Date: Fri May 6 23:05:44 2011 -0700 108 109 Fix a possible NULL dereference in an error handler 110 111 save.c:255:10: warning: Array access (via field 'wm_command') results in a null pointer dereference 112 if (entry->wm_command[i]) 113 ^ ~~~~~~~~~~ 114 1 warning generated. 115 116 Found-by: clang static analyzer 117 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 118 119commit ccc165063c128713e5eac52ace050e38ce72de02 120Author: Alan Coopersmith <alan.coopersmith@oracle.com> 121Date: Fri Jan 28 00:18:47 2011 -0800 122 123 Explicitly depend on libICE since ICE functions are called directly 124 125 Without this fix, once Bug 33390 removes "Requires: ice" from the sm.pc 126 file, smproxy fails to build with undefined symbol errors for 127 IceSetErrorHandler, IceConnectionNumber, and IceProcessMessages. 128 129 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 130 Reviewed-by: Julien Cristau <jcristau@debian.org> 131 132commit e2ffb441371eb759c512f8266ae40680518726da 133Author: Gaetan Nadon <memsize@videotron.ca> 134Date: Wed Jan 19 10:06:55 2011 -0500 135 136 config: move man pages into their own directory 137 138 Use services provided by XORG_MANPAGE_SECTIONS. 139 Use standard Makefile for man pages. 140 141 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 142 143commit 3472d917add052f35c1c855a5d488ccdadf22122 144Author: Gaetan Nadon <memsize@videotron.ca> 145Date: Thu Jan 13 17:15:36 2011 -0500 146 147 man: replace hard coded man page section with substitution strings 148 149 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 150 151commit 96bd42564675ed547f95ae775a2613aaec5a4182 152Author: Gaetan Nadon <memsize@videotron.ca> 153Date: Thu Jan 13 11:15:47 2011 -0500 154 155 man: remove trailing spaces and tabs 156 157 Using s/[ \t]*$// 158 159 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 160 161commit 3b3ad4674cab8186bd6d2afff21f39112173e0c1 162Author: Gaetan Nadon <memsize@videotron.ca> 163Date: Wed Jan 12 16:28:02 2011 -0500 164 165 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 166 167 This silences an Autoconf warning 168 169commit 91e461969be0b20b279aa40aa5396cf5635af286 170Author: Alan Coopersmith <alan.coopersmith@oracle.com> 171Date: Thu Oct 21 15:20:45 2010 -0700 172 173 smproxy 1.0.4 174 175 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 176 177commit 41c20610e433a94633d970100e9aca670395fdb1 178Author: Jesse Adkins <jesserayadkins@gmail.com> 179Date: Tue Sep 28 13:29:49 2010 -0700 180 181 Purge cvs tags. 182 183 Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> 184 185commit f8abda9a850e55fd6370e2d314335d88af8b19be 186Author: Alan Coopersmith <alan.coopersmith@oracle.com> 187Date: Wed Sep 22 21:08:16 2010 -0700 188 189 Use AC_CHECK_FUNCS / default name for mkstemp 190 191 No longer need to maintain #ifdef compatibility with the names used in 192 the monolith Imakefiles. 193 194 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 195 196commit 61aef1760a65184ecd438419f5de545e3b3e36fd 197Author: Alan Coopersmith <alan.coopersmith@oracle.com> 198Date: Wed Sep 22 21:04:28 2010 -0700 199 200 config: Remove unnecessary calls from configure.ac 201 202 AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now 203 PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables 204 205 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 206 207commit a728da4185b16978d278afd2b1d0dd7e95b815f9 208Author: Alan Coopersmith <alan.coopersmith@oracle.com> 209Date: Wed Sep 22 21:03:37 2010 -0700 210 211 config: upgrade to util-macros 1.8 for additional man page support 212 213 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 214 The value of MAN_SUBST is the same for all X.Org packages. 215 216 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 217 218commit 3a8ab7cce3afea80eddb5ec54e6991fef9625d71 219Author: Gaetan Nadon <memsize@videotron.ca> 220Date: Tue Jul 20 18:45:18 2010 -0400 221 222 config: update AC_PREREQ statement to 2.60 223 224 Unrelated to the previous patches, the new value simply reflects 225 the reality that the minimum level for autoconf to configure 226 all x.org modules is 2.60 dated June 2006. 227 228 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 229 230 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 231 232commit f26f21272ce70a0dc29ed5cd44c9a1954575b473 233Author: Alan Coopersmith <alan.coopersmith@oracle.com> 234Date: Mon Jun 21 19:52:10 2010 -0700 235 236 Only need the libXmuu subset, not the full libXmu 237 238 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 239 240commit d301ff61a51a827faec10fac18cc367fc6635b42 241Author: Alan Coopersmith <alan.coopersmith@oracle.com> 242Date: Fri Apr 16 15:57:22 2010 -0700 243 244 Add smproxy dependency on libSM to PKG_CHECK_MODULES 245 246 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 247 248commit 779aa7f2e98bf082900a3cc0823c59e66b6e81b6 249Author: Gaetan Nadon <memsize@videotron.ca> 250Date: Thu Jan 7 21:20:27 2010 -0500 251 252 COPYING: replace stub with actual copyright notices 253 254 Refer to smproxy.c. 255 Copyright 1994, 1998 The Open Group 256 257 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 258 259commit f4ba6a74f35b855fe6ebdfa7c3e40f8368eea57b 260Author: Gaetan Nadon <memsize@videotron.ca> 261Date: Thu Nov 26 09:19:52 2009 -0500 262 263 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 264 265 Now that the INSTALL file is generated. 266 Allows running make maintainer-clean. 267 268commit a8b65c49a67a3bdd5253a5afc23bc4c2755e5584 269Author: Gaetan Nadon <memsize@videotron.ca> 270Date: Wed Oct 28 14:09:08 2009 -0400 271 272 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 273 274 Add missing INSTALL file. Use standard GNU file on building tarball 275 README may have been updated 276 Remove AUTHORS file as it is empty and no content available yet. 277 Remove NEWS file as it is empty and no content available yet. 278 279commit 408b48eedd458899ef8b642779e513c9cedda6be 280Author: Gaetan Nadon <memsize@videotron.ca> 281Date: Mon Oct 26 22:08:38 2009 -0400 282 283 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 284 285 ChangeLog filename is known to Automake and requires no further 286 coding in the makefile. 287 288commit c181d7fe905cf1c63a12480c811da947d98b0f02 289Author: Gaetan Nadon <memsize@videotron.ca> 290Date: Thu Oct 22 12:34:14 2009 -0400 291 292 .gitignore: use common defaults with custom section # 24239 293 294 Using common defaults will reduce errors and maintenance. 295 Only the very small or inexistent custom section need periodic maintenance 296 when the structure of the component changes. Do not edit defaults. 297 298commit b0a0c1e5e5e05ac06a7ea44f484fa8fdcf7e999e 299Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 300Date: Wed Oct 21 12:47:19 2009 -0700 301 302 This is not a GNU project, so declare it foreign. 303 304 On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: 305 > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: 306 > > I noticed an INSTALL file in xlsclients and libXvMC today, and it 307 > > was quite annoying to work around since 'autoreconf -fvi' replaces 308 > > it and git wants to commit it. Should these files even be in git? 309 > > Can I nuke them for the betterment of humanity and since they get 310 > > created by autoreconf anyways? 311 > 312 > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 313 314 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with 315 AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation 316 of the INSTALL file. It is also part of the 24206 solution. 317 318 Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> 319 320commit 170f17b373da6f45db8bce2f0b3cc18b9f05e6bd 321Author: Alan Coopersmith <alan.coopersmith@sun.com> 322Date: Fri Oct 16 16:32:38 2009 -0700 323 324 smproxy 1.0.3 325 326 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 327 328commit db43f974d4b653cc903dbbc9d22fca0711cf0ee6 329Author: Alan Coopersmith <alan.coopersmith@sun.com> 330Date: Mon Oct 12 18:31:59 2009 -0700 331 332 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 333 334 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 335 336commit 6519b61438b36e66a42e44b42fbf6b7f75a450d0 337Author: Alan Coopersmith <alan.coopersmith@sun.com> 338Date: Thu Oct 1 14:54:19 2009 -0700 339 340 Add README with pointers to mailing lists, bugzilla, & git 341 342 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 343 344commit c2514a2a3fb2e01f904d9a0e4b4b50bf24ed316d 345Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 346Date: Mon Jan 19 16:38:49 2009 -0200 347 348 Ansification and compile warning fixes. 349 350 This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects 351 make distcheck and all gcc 4.3 and sparse warnings. 352 353commit c3f8e7bd4dcb059265ad47152c57305b1ebf1652 354Author: James Cloos <cloos@jhcloos.com> 355Date: Thu Dec 6 16:37:07 2007 -0500 356 357 Replace static ChangeLog with dist-hook to generate from git log 358 359commit c1e12fb138711721d74d9c4accf1c76f1829a411 360Author: James Cloos <cloos@jhcloos.com> 361Date: Mon Sep 3 05:51:12 2007 -0400 362 363 Add *~ to .gitignore to skip patch/emacs droppings 364 365commit 142c50a44b9bca6ecc2d137a52f3a2d2d18ea753 366Author: James Cloos <cloos@jhcloos.com> 367Date: Thu Aug 23 19:24:37 2007 -0400 368 369 Rename .cvsignore to .gitignore 370 371commit a712e5b1ac3fba792e2696a52781fee3ac7f2c26 372Author: Adam Jackson <ajax@nwnk.net> 373Date: Sun Apr 2 00:43:00 2006 +0000 374 375 Bump to 1.0.2 376 377commit 5df8681ca60408ec2b0f2e73930cf34d46474e02 378Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 379Date: Fri Feb 3 23:24:37 2006 +0000 380 381 Wrong name in .TH line in smproxy man page. 382 383commit 129d0d20f0fe3b4e2d007b40eb8d18493e72feb5 384Author: Kevin E Martin <kem@kem.org> 385Date: Wed Dec 21 02:29:47 2005 +0000 386 387 Update package version for X11R7 release. 388 389commit a24c9fb0dfc98f5e2a1c530b2e5623ca37085e92 390Author: Adam Jackson <ajax@nwnk.net> 391Date: Mon Dec 19 16:22:41 2005 +0000 392 393 Stub COPYING files 394 395commit ca04f02395af13eb7411b6d7a2235441260162ed 396Author: Kevin E Martin <kem@kem.org> 397Date: Thu Dec 15 00:24:04 2005 +0000 398 399 Update package version number for final X11R7 release candidate. 400 401commit 8bfee9823e3352b2b891815fb17ac8b4b0b9ec1f 402Author: Kevin E Martin <kem@kem.org> 403Date: Tue Dec 6 22:48:18 2005 +0000 404 405 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 406 407commit c6ddfcb8295f9bd95ff6c10dfc72eb06c1dfebfc 408Author: Kevin E Martin <kem@kem.org> 409Date: Sat Dec 3 05:49:17 2005 +0000 410 411 Update package version number for X11R7 RC3 release. 412 413commit 1cda990e2da2c81676263a743148792cdd24bf76 414Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 415Date: Mon Nov 28 22:01:39 2005 +0000 416 417 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 418 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 419 420commit f316c47cd92a8787aa054454b328992ea5a1c335 421Author: Eric Anholt <anholt@freebsd.org> 422Date: Mon Nov 21 10:34:58 2005 +0000 423 424 Another pass at .cvsignores for apps. 425 426commit adf4750e5d0b867f9aebcb9e04f45615c78d564b 427Author: Eric Anholt <anholt@freebsd.org> 428Date: Sun Nov 20 22:08:50 2005 +0000 429 430 Add/improve .cvsignore files for apps. 431 432commit 62c0c632565fc25c6af2199fecc1e8cec21beb82 433Author: Kevin E Martin <kem@kem.org> 434Date: Wed Oct 19 02:47:50 2005 +0000 435 436 Update package version number for RC1 release. 437 438commit 7154ca09d51094eee67bd38d35ea1a42f0243165 439Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 440Date: Mon Oct 17 23:56:20 2005 +0000 441 442 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 443 work better with BSD make 444 445commit 4b08eb40f81ad4ac6f276d91a485e7eb3d690a61 446Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 447Date: Fri Oct 14 00:25:42 2005 +0000 448 449 Use sed to fill in variables in man page 450 451commit 8be426eb8e1d2be0264c34bd618a25822055fcc6 452Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 453Date: Mon Aug 1 20:25:28 2005 +0000 454 455 Install man pages to section 1 instead of section m (Patch from Donnie 456 Berkholz) 457 458commit a1da8fe3444ec4373d823b55d3db4c20f70b813c 459Author: Kevin E Martin <kem@kem.org> 460Date: Fri Jul 29 21:22:30 2005 +0000 461 462 Various changes preparing packages for RC0: 463 - Verify and update package version numbers as needed 464 - Implement versioning scheme 465 - Change bug address to point to bugzilla bug entry form 466 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 467 reenable it) 468 - Fix makedepend to use pkgconfig and pass distcheck 469 - Update build script to build macros first 470 - Update modular Xorg version 471 472commit 1c36f6e6523670598c310ad5cd55e6e3c800ba36 473Author: Adam Jackson <ajax@nwnk.net> 474Date: Wed Jul 20 19:31:50 2005 +0000 475 476 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global 477 configure cache, you cache it, and the cached value is probably wrong. 478 479commit 4c13f27d1178fa4c1176686d53c5641addf675b8 480Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 481Date: Sat Jul 16 22:07:13 2005 +0000 482 483 Add #ifdef HAVE_CONFIG_H/#include "config.h" to files that need it to get 484 HAS_MKSTEMP defined in modular builds. 485 486commit b3d8e92288c109bec89946ae3d550616dbc8d04c 487Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 488Date: Sat Jul 16 21:59:14 2005 +0000 489 490 Define HAS_MKSTEMP if mkstemp() is present (needed for improved protection 491 against tempfile race conditions in many places) 492 493commit 05ef9ba24d0b1b5c17e04036d03770a44efd6b78 494Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 495Date: Wed Jul 6 17:25:57 2005 +0000 496 497 Build system for smproxy 498 499commit 2935d0350a985e7638cdeaa32b06d935bef2a983 500Author: Egbert Eich <eich@suse.de> 501Date: Fri Apr 23 19:54:37 2004 +0000 502 503 Merging XORG-CURRENT into trunk 504 505commit 5bab1fd41c825d7e89cd7329eead0169640cc3dd 506Author: Egbert Eich <eich@suse.de> 507Date: Sun Mar 14 08:34:56 2004 +0000 508 509 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 510 511commit c43c8cfd14136c9486ddf269a0e876c20670848e 512Author: Egbert Eich <eich@suse.de> 513Date: Wed Mar 3 12:12:54 2004 +0000 514 515 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 516 517commit ad7fbb2be57bc3aef4b403b3e3341627c98d88b6 518Author: Egbert Eich <eich@suse.de> 519Date: Thu Feb 26 13:36:15 2004 +0000 520 521 readding XFree86's cvs IDs 522 523commit b3303bf17a8975b4a3f13462cb7b13207a016395 524Author: Egbert Eich <eich@suse.de> 525Date: Thu Feb 26 09:23:57 2004 +0000 526 527 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 528 529commit 2a637a09ff68246161945821392656492f1fbde1 530Author: Kaleb Keithley <kaleb@freedesktop.org> 531Date: Fri Nov 14 16:48:58 2003 +0000 532 533 XFree86 4.3.0.1 534 535commit f4d5033f594bf278ff1171091219b3c28dc45446 536Author: Kaleb Keithley <kaleb@freedesktop.org> 537Date: Fri Nov 14 15:54:53 2003 +0000 538 539 R6.6 is the Xorg base-line 540