source: rtems/doc/ChangeLog @ 7dcc3fe

4.104.114.84.95
Last change on this file since 7dcc3fe was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-04-11      Joel Sherrill <joel@OARcorp.com>
6
7        * index.html.in: Development Environment Guide should be updated now.
8
92003-02-18      Joel Sherrill <joel@OARcorp.com>
10
11        * Makefile.am, configure.ac: Remove src2html references.
12        * index.html.in: Update to reflect partial update of Development
13        Environment Guide.
14
152003-02-14      Joel Sherrill <joel@OARcorp.com>
16
17        * index.html.in: Removed a29k reference.
18
192003-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * index.html.in: Fix duplicate c4x entry.
22
232003-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * index.html.in: Add c4x.
26
272003-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Add c4x.
30        * project.am: Add version.texi hack.
31
322003-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * main.am: Remove AM_MAKEINFOFLAGS, TEXI2DVI, TEXI2PDF.
35        Append -I $(top_builddir) to TEXI2WWW_ARGS.
36        * project.am: Add AM_MAKEINFOFLAGS, TEXI2DVI, TEXI2PDF.
37        Override automake's .dvi.ps:-rule.
38
392003-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * project.am, main.am: Use automake rules to build ps, pdf, info.
42        Various minor changes.
43
442003-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * project.am: Append $($(PROJECT)_TEXINFOS) to
47        html-dependencies.
48
492003-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Require autoconf-2.57.
52        Require automake-1.7.2.
53        Remove started/pictures/Makefile.
54        * started/Makefile.am: Merge-in pictures/Makefile.am   
55        * started/pictures/Makefile.am: Remove.
56
572002-12-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Merge-in images/Makefile.am, common/Makefile.am.
60        * images/Makefile.am: Remove.
61        * common/Makefile.am: Remove.
62        * configure.ac: Reflect changes above.
63        * main.am: Append -I $(topsrc_dir) to AM_MAKEINFOFLAGS.
64
652002-11-13      Joel Sherrill <joel@OARcorp.com>
66
67        * index.html.in: Note that the Getting Started with GNAT/RTEMS
68        manual is largely obsolete now that GNAT is in GCC.
69
702002-10-24      Joel Sherrill <joel@OARcorp.com>
71
72        * index.html.in: Add links to multiple missing CPU supplements.
73
742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * .cvsignore: Reformat.
77        Add autom4te*cache.
78        Remove autom4te.cache.
79
802002-07-30      Joel Sherrill <joel@OARcorp.com>
81
82        * configure.ac: Added supplements/arm/Makefile.
83
842002-07-30      Joel Sherrill <joel@OARcorp.com>
85
86        * README: Updated.
87
882002-06-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * project.am: Use PATH_SEPARATOR to setup TEXINPUTS.
91
922002-04-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * VERSION, bootstrap: Removed as unneeded.
95
962002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * bootstrap: Remove.
99        * VERSION: Remove.
100        * Makefile.am:
101        Remove bootstrap.
102        Add ACLOCAL_AMFLAGS.
103        * configure.ac: Add RTEMS_TOP.
104
1052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac:
108        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
109        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
110        * Makefile.am: Remove AUTOMAKE_OPTIONS.
111
1122001-02-14      Joel Sherrill <joel@OARcorp.com>
113
114        * configure.ac: New mips supplement.
115
1162002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * .cvsignore: Reworked.
119        * Makefile.am: Remove texinfo/texinfo.tex
120        * bootstrap: Removed.
121        * configure.ac: Add pkgdocdir. Let htmldir be rooted at pkgdocdir.
122        * main.am: Remove TEXINFO_TEX.
123        * project.am: Let dvidir, psdir, pdfdir be rooted at pkgdocdir.
124        Remove commented out make-variables.
125
1262002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * .cvsignore: Add autom4te.cache, install-sh, mdate-sh, missing,
129        mkinstalldirs, texinfo.tex.
130        * Makefile.am: Add main.am to AUTOMAKE_FILES.
131        * configure.ac: Add AC_CONFIG_AUX_DIR([.]).
132        * project.am: Remove custom .texi and stamp-vti rules.
133        * main.am: Replace TEXI_COMMON with AM_MAKEINFOFLAGS.
134
1352002-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Require automake-1.5.
138        * project.am: Reworked.
139        * main.am: New.
140        * configure.ac: New.
141        * configure.in: Removed.
142        * bootstrap: Sync with RTEMS's toplevel bootstrap.sh.
143
1442002-01-17      Joel Sherrill <joel@OARcorp.com>
145
146        * VERSION: Updated to rtems-doc-ss-20010117.
147
1482002-01-17      Joel Sherrill <joel@OARcorp.com>
149
150        * VERSION: Updated to rtems-doc-eng-20010816b-d1.
151
1522001-01-17      Joel Sherrill <joel@OARcorp.com>
153
154        * configure.in: Changed the version to eng-20010816b.
155
1562001-01-17      Joel Sherrill <joel@OARcorp.com>
157
158        * SUPPORT, LICENSE: New files.
159        * Numerous files touched as part of merging the 4.5 branch
160        onto the mainline development trunk and ensuring that the
161        script that cuts snapshots and releases works on the documentation.
162
1632001-10-30      Joel Sherrill <joel@OARcorp.com>
164
165        * VERSION: New file.
166
1672000-09-22      Joel Sherrill <joel@OARcorp.com>
168
169        * Makefile.am: Removed GENERATED_FILES from list of TEXINFOS.
170
1712000-08-10      Joel Sherrill <joel@OARcorp.com>
172
173        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.