Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
[geda-gaf/peter-b.git] / utils / ChangeLog
blob2e237337c1aac0c9de7932849b9b742d76839c16
1 # Do not edit this file - generated from version control history
4 commit d7e8f5abc35644e90bfabf84396023cab09f2968
5 Author: Ales Hvezda <ahvezda@seul.org>
6 Date:   Sun Jul 8 16:18:57 2007 -0400
8     Updated configure.ac[.in] and Makefile versions in prep for a release.
9     
10     The update was done by running ./update-versions.sh 1.1.1 20070708 30:1
11     at the toplevel.  libgeda's shared library version is now 30:1:0
13 commit 3f3505662fe4bb8c585aea0ea965296bd923956c
14 Author: Carlos Nieves Onega <cnieves@iespana.es>
15 Date:   Sun Jul 8 21:16:17 2007 +0200
17     Added *~ to .gitignore files.
19 commit dd995d808b9f4440db48d2daa2473a9d9cfd88ef
20 Author: Ales Hvezda <ahvezda@seul.org>
21 Date:   Thu Jul 5 01:36:31 2007 -0400
23     Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
25 commit 099c49e5689afda4b8a5221dde73f9fdf1972ce7
26 Author: Ales Hvezda <ahvezda@seul.org>
27 Date:   Thu Jul 5 00:11:45 2007 -0400
29     Updated all version strings to 1.1.0 and 20070705
31 commit 87731dda219b0986fed0d1a7789e17678dd79d8c
32 Author: Ales Hvezda <ahvezda@seul.org>
33 Date:   Wed Jul 4 23:55:07 2007 -0400
35     Removed AM_MAINTAINER_MODE from all configure.ac[.in] files.
36     
37     Maintainer mode is no longer needed or desired now that we are no longer
38     using CVS.  Hopefully this will prevent some of the odd problems that were
39     observed during the last release when the Makefile's didn't get auto
40     regenerated.
42 commit dc7b8c53f4bc94626634887e46167a367a91f707
43 Author: Ales Hvezda <ahvezda@seul.org>
44 Date:   Wed Jul 4 23:32:15 2007 -0400
46     Changed gEDA/gaf's version mechanism to use new dotted X.Y.Z convention
47     
48     Added DOTTED_VERSION and DATE_VERSION variables to all configure.ac[.in]
49     files.  Changed all version related output to be DOTTED_VERSION.DATE_VERSION.
50     Updated the configure.ac[.in] files to have consistent top sections.
51     Updated code and various scheme files to use the new DOTTED_VERSION
52     and DATE_VERSION variables available via config.h.  Stopped using
53     PREPEND_VERSION_STRING as the mechanism for doing the dotted versions
54     (not intended for that use).  Updated update-versions.sh script to set the
55     version in all the configure.ac[.in] files and the toplevel Makefile.
56     Went through all the g_rc.c files and make the handling of rc file
57     mismatch handling consistent.
59 commit 57b2848a7e69d19e18ac03a1264cb55d41c65d0e
60 Author: Ales Hvezda <ahvezda@laptop.ales.net>
61 Date:   Mon Jun 25 22:31:07 2007 -0400
63     Changed/updated the #define mechanism for creating custom gEDA/gaf versions.
64     
65     Previously this mechanism was used to create custom versions of gEDA/gaf.
66     With the coming of stable and development versions of gEDA/gaf, this
67     mechanism was changed so that end users can tell the difference between
68     a stable release vs a development release (by looking at the version string).
69     The CUSTOM_VERSION #define was changed PREPEND_VERSION_STRING and is now
70     prepended to any strings that output the VERSION string.
72 commit 0ed9cf080cfc8509cb29cbe4e976f86b2821c407
73 Author: Ales Hvezda <ahvezda@laptop.ales.net>
74 Date:   Sun Jun 24 23:48:51 2007 -0400
76     Updated copyright text/header in most source files.
77     
78     Updated all copyright text dates that have my name (Ales) associated
79     with them.  Added gEDA contributer copyright text where appropriate.
80     Fixed a bunch of GNU text typos (these should have been either GPL
81     or gEDA).  Removed some $Id$ tags which are no longer used/needed.
82     Fixed a few file header that were just plain incorrect.
84 commit a4e956c6272ea982ec54327dcc5e3aa528ac8c99
85 Author: Ales Hvezda <ahvezda@laptop.ales.net>
86 Date:   Sun Jun 24 22:22:32 2007 -0400
88     Added *.o (all object files) to all src .gitignore files.
90 commit edff766e8b15c311505810241528026f722e30b6
91 Author: Peter TB Brett <peter@peter-b.co.uk>
92 Date:   Sat Jun 23 18:19:11 2007 +0100
94     Make sure various files are installed.
95     
96     Several new files were not being distributed. This patch addresses the
97     problem by adding files to EXTRA_DIST in automake input files.
99 commit e57c37a66edc1c4d4e4d7160001749df51b96c4b
100 Author: Peter Clifton <pcjc2@cam.ac.uk>
101 Date:   Sat Jun 23 18:17:29 2007 +0100
103     Move all .cvsignore files to .gitignore files
105 commit 065595ccd8b5e77616c29a37742357cfab0ae7f7
106 Author: Peter TB Brett <peter@peter-b.co.uk>
107 Date:   Sat Jun 23 16:11:44 2007 +0100
109     Changes to ChangeLog usage.
110     
111     With actual changes this time.  Old-style changelogs as of gaf 1.0
112     (release of 26th June 2007) are moved to ChangeLog-1.0; new (blank)
113     ChangeLogs replace them.  A script has been added to the gaf top level
114     to allow maintainers to update all the ChangeLog files immediately
115     prior to making out a release.
117 commit eed0be648afd9bc421a8d0059de621df778c5fbe
118 Author: Carlos Nieves Onega <cnieves@iespana.es>
119 Date:   Sat Jun 9 16:09:36 2007 +0000
121     Avoid writting '\r' to files on MinGW.
122     
123     Applied patch #1733826 from Cesar Strauss. Thanks.
124     When using the "w" mode in fopen, MinGW translates LF into CR-LF.
125     This creates havoc when reading the same file again, when sharing
126     schematics files with other systems, and when placing them in a VCS.
127     
128     This can be avoided by using the "wb" mode. The "b" is ignored on
129     all POSIX conforming systems, according to these sources:
130     
131     http://www.die.net/doc/linux/man/man3/fopen.3.html
132     http://www.opengroup.org/onlinepubs/009695399/functions/fopen.html
133     
134     There are other ways, however. Adding
135     
136     #include <fcntl.h>
137     int _fmode = _O_BINARY;
138     
139     on some source file should work as well. Another way is linking
140     against the MinGW supplied binmode.o, which does exactly that.
142 commit 3d58ffc27e6d915c4b1ebbd6f6b96d98d6126b7b
143 Author: Peter TB Brett <peter@peter-b.co.uk>
144 Date:   Mon Jun 4 16:15:37 2007 +0000
146     Replace deprecated Guile functions & macros.
147     
148     Replace deprecated SCM_STRINGP, SCM_INUM, SXM_INUMP & SCM_MAKINUM with
149     recommended equivalents for Guile 1.8.
152 #GCL#