blob: 6e5bbc8806ae0964ead6289aafb8a5460a201888 [file] [log] [blame]
paulfbaf39e2004-11-15 00:45:44 +000012004-11-15 Paul Jakma <paul@dishone.st>
2
3 * routeserver.texi: Strip ctrl-M from line endings, note by
4 sigma@smx.pair.com
5
paulb86718e2004-11-08 17:34:07 +000062004-11-08 Paul Jakma <paul@dishone.st>
paul0c3368a2004-11-07 19:00:16 +00007
paule050db22004-11-08 16:28:39 +00008 * Makefile.am: Add routeserver.texi to quagga_TEXINFOS.
9 Add quagga.info to clean files list (would have thought automake
10 would have done this, but it doesnt seem to)
11
122004-11-07 Paul Jakma <paul@dishone.st>
13
paul3e6064f2004-11-08 12:08:35 +000014 * quagga.texi: include routeserver.texi. TODO: integrate the current
15 multiple-instance orientated bgpd route-server section with the
16 new route-server docs.
17
182004-11-07 Paul Jakma <paul@dishone.st>
19
paul6a22b1f2004-11-07 19:39:13 +000020 * Makefile.am: Add automatic rule to build pdf's from eps figures.
21 Clean *.pdf. Add rule for quagga.pdf (as the eps.pdf pattern
22 probably otherwise will override automake's rule for quagga.pdf)
23 * overview.texi: URL was causing TeX overfull, put on newline.
24 * quagga.texi: Put the copyright notice into @copying section, as
25 is proper. Strip trailling space from the main menu lines.
26 * rip(ng)?d.texi: Minor reformatting.
paul0c3368a2004-11-07 19:00:16 +000027 * Add the route server docs.
paul6a22b1f2004-11-07 19:39:13 +000028 * bgpd.texi: remove unneeded page breaks. The 6Bone example
29 overflows though.
paul0c3368a2004-11-07 19:00:16 +000030 * routeserver.texi: new file, texinfo'fied and slightly modified
31 version of the original TeX from James Luis Rubio.
32 * fig-*.eps: new files, diagrammes.
33
paul76b89b42004-11-06 17:13:09 +0000342004-11-06 Paul Jakma <paul@dishone.st>
35
36 * defines.texi.in: New file, texi variables should be set here,
37 autoconf substitution is available. Define common AUTHORS,
38 COPYRIGHT_YEAR and COPYRIGHT_STR vars.
39 * (global): Make use of makeinfo node pointer auto-creation
40 to avoid having to fully specify links for nodes, so we only have
41 to specify current node name - simplifies text slightly.
42 Remove extraneous newlines which appear to cause extra blank pages
43 to be added in output.
44 Update copyright strings which appear in various places to
45 use the new COPYRIGHT_STR texinfo variable.
46 Change url to uref, the former need not output an actual
47 hyperlink depending on version of texinfo, the latter should if
48 supported by the format (eg PDF).
49 * texinfo.tex: Update to a more recent version. previous file
50 was many many years old. This file should possibly be removed
51 altogether, and allowed to be installed by automake.
52 * quagga.texi: Make use of automake's version.texi feature to
53 have VERSION and some other vars auto-defined. include
54 defines.texi. Change copyright strings to use the COPYRIGHT_STR
55 variable.
56 * install.texi: Make the privs section an actual section. Ditto for
57 the Linux notes.
58 * overview.texi: Supply URL for Quagga, where format allows. Tidy up
59 one or two paragraphs slightly.
60 Update the section on supported platforms.
61 Remove the ZNOG list stuff, direct reader to the website for
62 further information on email lists.
63 * vtysh.texi: Update the integrated config file section. Make the
64 commands sections so correct PDF indexes are built.
65
hasso54aa6b22004-10-12 06:05:34 +0000662004-10-12 Hasso Tepper <hasso at quagga.net>
67
68 * snmp.texi: ospf6d supports SNMP as well now.
69
hassoc3abdb72004-10-11 16:27:03 +0000702004-10-11 Hasso Tepper <hasso at quagga.net>
71
72 * ospfd.8: Update manpage: add info about new -a/--apiserver command
73 line switch.
74
paule2ea9fe2004-10-11 14:33:23 +0000752004-10-11 Paul Jakma <paul@dishone.st>
76
77 * ospfd.texi: reformat the ospf md5 paragraph, add an additional
78 way to work around bad clocks.
79
hassoe7168df2004-10-03 20:11:32 +0000802004-10-03 Hasso Tepper <hasso at quagga.net>
81
82 * vtysh.1: Update vtysh man page to reflect changes in shell. Remove
83 info about -f command line switch.
84
paul4fc70852004-09-12 05:48:35 +0000852004-09-11 Paul Jakma <paul@dishone.st>
86
paulb5f310c2004-09-13 13:15:25 +000087 * quagga.texi: Update copyright. Contents should be at beginning
88 of docs...
89
902004-09-11 Paul Jakma <paul@dishone.st>
91
paul4fc70852004-09-12 05:48:35 +000092 * ospfd.texi: OSPF MD5 auth requires stable time.
93
hassoc34b6b52004-08-31 13:41:49 +0000942004-08-31 Hasso Tepper <hasso at quagga.net>
95
96 * zebra.8: Document -s/--nl-bufsize command line switch.
97
hasso67e29ab2004-08-26 22:21:31 +0000982004-08-27 Hasso Tepper <hasso at quagga.net>
99
100 * Update vtysh man page to reflect changes in shell.
101
hasso246c1352004-08-10 12:00:34 +00001022004-08-10 Hasso Tepper <hasso at quagga.net>
103
104 * Updated man pages.
105 * Removed vty commands section from all man pages. This inf belongs to
106 Info pages.
107 * Added isisd man page.
108
paul4f4795e2004-07-31 15:16:47 +00001092004-07-31 Christian Hammers <ch@lathspell.de>
110
111 * snmp.texi: update (completely rewritten almost)
112
gdtf2bfdee2004-06-30 17:25:15 +00001132004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
114
115 * Makefile.am (EXTRA_DIST): Add files in mpls explicitly, to avoid
116 copying CVS files, per the automake manual's recommendations.
117
pauldc0b5ce2004-05-31 14:04:29 +00001182004-05-27 Paul Jakma <paul@dishone.st>
119
120 * Correct RIP port, s/521/520/, reported by xantius@xantius.com
121
hasso6c110e72003-11-27 13:02:03 +00001222003-11-27 Hasso Tepper <hasso@estpak.ee>
123
124 * Added -A and -u descriptions to the man pages.
125
1262003-01-22 Christian Hammers <ch@westend.com>
127
128 * ospfd.texi (OSPF router, OSPF router): Add description.
129
paul718e3742002-12-13 20:15:29 +00001302002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
131
132 * zebra-0.93 released.
133
1342001-02-07 Pekka Savola <pekkas@netcore.fi>
135
136 * Correct bad English ;-).
137
1382001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
139
140 * zebra-0.91 released.
141
1422001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
143
144 * zebra-0.90 released.
145
1462000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
147
148 * zebra-0.89 released.
149
1502000-10-02 Horms <horms@vergenet.net>
151
152 * Makefile.am: Fix texinfo file installation problem.
153
1542000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
155
156 * zebra-0.88 released.
157
158 * ospfd.texi (Redistribute routes to OSPF): distance <1-255>
159 @var{source} command is temporary disabled. So it is removed from
160 document.
161
1622000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
163
164 * vtysh.1: Add man entry for vtysh.
165
166 * bgpd.1: Change section to 8.
167 * ospfd.1: Likewise.
168 * ospf6d.1: Likewise.
169 * ripd.1: Likewise.
170 * ripngd.1: Likewise.
171 * zebra.1: Likewise.
172
1731999-09-01 "A.Waddington" <waddington@usa.net>
174
175 * zebra.texi: Replace @command with @code until it gets ready.
176 Remove @macro.
177
1781999-08-26 Andrew Waddington <waddington@usa.net>
179
180 * bgpd.1: Add man page.
181 ospf6d.1: Likewise.
182 ospfd.1: Likewise.
183 ripd.1: Likewise.
184 ripngd.1: Likewise.
185 zebra.1: Likewise.
186
1871999-08-14 Andrew Waddington <waddington@usa.net>
188
189 * zebra.texi: Many typo is fixed. Some grammatical rectifications
190 is made.
191
1921999-07-27 Gerhard Poul <gpoul@gnu.org>
193
194 * zebra.texi: Update zebra.texi.
195
1961999-07-02 Gerhard Poul <gpoul@gnu.org>
197
198 * draft-zebra-00.ms: New file added. This is groff version of
199 draft-zebra-00.txt. This is a master file of draft-zebra-00.txt.
200
201 * draft-zebra-00.txt: Generated from draft-zebra-00.txt.
202
2031999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
204
205 * zebra.texi (Top): Add ospf6d chapter.
206
2071999-03-31 Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
208
209 * zebra.texi: Improve some sections.
210
2111999-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
212
213 * archfig.tex, zebra.sty, zebra.tex: Temporary removed due to the
214 description is out of date.
215
2161999-02-24 Kunihiro Ishiguro <kunihiro@zebra.org>
217
218 * texinfo.tex: New file added. Automake complains the absence of
219 texinfo.tex.