summaryrefslogtreecommitdiff
path: root/app/xlogo/ChangeLog
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-31 19:53:11 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-31 19:53:11 +0000
commit7c1a30378654596f273697dcb6533b97eb8916a3 (patch)
tree123c910de1fd3c871b12919130c95aa36900e7cc /app/xlogo/ChangeLog
parent9cea5ec9320e70b127420529cedbf591f8a61406 (diff)
Update to xlogo 1.0.3. No functional change.
Diffstat (limited to 'app/xlogo/ChangeLog')
-rw-r--r--app/xlogo/ChangeLog102
1 files changed, 102 insertions, 0 deletions
diff --git a/app/xlogo/ChangeLog b/app/xlogo/ChangeLog
index 240f19823..9eda074ef 100644
--- a/app/xlogo/ChangeLog
+++ b/app/xlogo/ChangeLog
@@ -1,3 +1,105 @@
+commit 6d8da24e45c124162b06529290366d465f1df499
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Sat Oct 30 16:58:57 2010 -0700
+
+ xlogo 1.0.3
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit b7d9388a51cc90d4ed72aa6fc28c3673c15d3a18
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Fri Sep 24 08:12:50 2010 -0700
+
+ config: Remove unnecessary calls from configure.ac
+
+ AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 81aec653b14836ca0588166fb826171fb118adca
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Tue Jul 20 18:45:18 2010 -0400
+
+ config: update AC_PREREQ statement to 2.60
+
+ Unrelated to the previous patches, the new value simply reflects
+ the reality that the minimum level for autoconf to configure
+ all x.org modules is 2.60 dated June 2006.
+
+ ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit f407f555d4ac750199be8c460e2c30228e8588ac
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Fri Aug 6 11:22:34 2010 -0700
+
+ Fill in COPYING file with copyright notices from source code
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 0f9f099172329dfcb254d2ce1394eae064ad88f9
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Thu Jul 1 18:26:43 2010 -0700
+
+ Combine dependencies into a single call to PKG_CHECK_MODULES
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit da7d99707d0ee12c583fe2b083f6ec7abaaab8fb
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Thu Jul 1 18:20:01 2010 -0700
+
+ Xmu functions are called directly, so include it in PKG_CHECK_MODULES
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 9e0e31869b90f031605ca77f5645014c6de3705b
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Wed Jun 30 23:25:03 2010 -0700
+
+ config: upgrade to util-macros 1.8 for additional man page support
+
+ Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
+ The value of MAN_SUBST is the same for all X.Org packages.
+
+ Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
+ The existing statement can now be removed from the configuration file.
+
+ Use XORG_DEFAULT_OPTIONS provided $(SED)
+ Use platform appropriate version of sed.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit f7f0ba3c8fff55c8a38b0786828a372c1dc72715
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Fri Apr 16 15:59:54 2010 -0700
+
+ Add dependency on libSM since xlogo calls SmcCloseConnection
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 5a6a92096883c1618ffb0bfc8c44509e42003044
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Thu Feb 11 10:08:07 2010 -0500
+
+ config: move CWARNFLAGS from configure.ac to Makefile.am
+
+ Compiler warning flags should be explicitly set in the makefile
+ rather than being merged with other packages compiler flags.
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 1ba50ffb7746f902a678865584eb1fd0c946bda5
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sat Dec 19 20:48:48 2009 -0500
+
+ configure.ac: use backticks rather than $() for cmd subs
+
+ Use "$PKG_CONFIG" rather than hard coded "pkg-config"
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
commit f826c5af5514da12ee146c61698d4545af391434
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Thu Dec 10 22:33:05 2009 -0800