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