summaryrefslogtreecommitdiff
path: root/app/fstobdf/ChangeLog
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-31 17:53:19 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-31 17:53:19 +0000
commit1881cadba2617af259919baed27105a7f56f5552 (patch)
tree00eb5aae6b0072b4cb3b569ffc5db78a736e6b5a /app/fstobdf/ChangeLog
parent0241d7ae53becbcbee2a92d39eb4dd725e95fd52 (diff)
Update to fstobdf 1.0.4. No functional change.
Diffstat (limited to 'app/fstobdf/ChangeLog')
-rw-r--r--app/fstobdf/ChangeLog136
1 files changed, 136 insertions, 0 deletions
diff --git a/app/fstobdf/ChangeLog b/app/fstobdf/ChangeLog
index 65a0f3ffe..b78e8b06f 100644
--- a/app/fstobdf/ChangeLog
+++ b/app/fstobdf/ChangeLog
@@ -1,3 +1,139 @@
+commit ec9bcf172012b360663b3916c3fcd74bff263fd6
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Sat Oct 30 13:00:46 2010 -0700
+
+ fstobdf 1.0.4
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit e5a6da16b73693c384715045705d6392ef0b4519
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Sat Oct 30 12:59:42 2010 -0700
+
+ Purge CVS version tags
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 119b36c4591155c905f4776be41ecf660ecf78ef
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Sat Oct 30 12:55:05 2010 -0700
+
+ config: Remove unnecessary calls from configure.ac
+
+ AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
+ PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 049d4f1b9c2e1997693986d3c6cd5093e5553dbe
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Sat Oct 30 12:54:26 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 automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
+ Enables silent rule and use platform appropriate version of sed.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 18f7bf1985e501fe3614ba935151ccafa258d2e3
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sat Oct 30 12:53:55 2010 -0700
+
+ 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>
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 1ca676f3939f1c7430d412294034110690205834
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Thu Feb 11 10:08:06 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 eaaec4ecdd160d3adf8a4d0c1049e6791debb0b3
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Thu Nov 26 09:19:52 2009 -0500
+
+ Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
+
+ Now that the INSTALL file is generated.
+ Allows running make maintainer-clean.
+
+commit 92a49ab745c6f991d8dd869d86cc96dd49963b80
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Oct 28 14:09:07 2009 -0400
+
+ INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
+
+ Add missing INSTALL file. Use standard GNU file on building tarball
+ README may have been updated
+ Remove AUTHORS file as it is empty and no content available yet.
+ Remove NEWS file as it is empty and no content available yet.
+
+commit c379b54fc33c3c70247412f32f610b43f1f53066
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Tue Oct 27 15:07:24 2009 -0400
+
+ Deploy the new XORG_DEFAULT_OPTIONS #24242
+
+ This macro aggregate a number of existing macros that sets commmon
+ X.Org components configuration options. It shields the configuration file from
+ future changes.
+
+commit 176ccf88401f26cd272e34aa3db6ac7ff81cd7b1
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Mon Oct 26 22:08:38 2009 -0400
+
+ Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
+
+ ChangeLog filename is known to Automake and requires no further
+ coding in the makefile.
+
+commit 594e00a6276875ffe8bd75cea8a4923f577eddfe
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Thu Oct 22 12:34:14 2009 -0400
+
+ .gitignore: use common defaults with custom section # 24239
+
+ Using common defaults will reduce errors and maintenance.
+ Only the very small or inexistent custom section need periodic maintenance
+ when the structure of the component changes. Do not edit defaults.
+
+commit 1979ff3ca19af4633df02d4eb4f636492afefe44
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date: Thu Oct 1 14:54:17 2009 -0700
+
+ Add README with pointers to mailing lists, bugzilla, & git
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
+
+commit 4d6dc1290de14f23fe40e61b37d4c9b96e517958
+Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
+Date: Thu Jan 15 18:33:52 2009 -0200
+
+ Ansification and compile warning fixes.
+
+ This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
+ make distcheck. There weren't any gcc 4.3 and sparse warnings.
+
commit 3c13b4d1e7d143149cfb34e1771cb28f903be2e2
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Fri May 23 16:54:12 2008 -0700