blob: 20dd17fbcb2827aedca87c13b3dd2353c9bd0281 [file] [log] [blame]
paul5729e082005-11-07 03:19:51 +000012005-11-07 Paul Jakma <paul.jakma@sun.com>
2
3 * Makefile.am: snmptrap.texi needs to be listed as a source,
4 not disted otherwise.
5
paula3957e32005-11-04 12:48:25 +000062005-11-04 Paul Jakma <paul.jakma@sun.com>
7
8 * snmptrap.texi: Contributed documentation, contributors name
9 is lost (please get in touch). Configuring SNMP for logging
10 traps.
11 * snmp.texi: Minor formatting changes.
12 * quagga.info: Update auto-built file
paulaa5943f2005-11-04 21:53:59 +000013 * ospf6d.texi: Add example config
14 * bgpd.tex: Add example configs. Couple of cleanups of format
15 and macros.
16 * routemap.texi: Add an explanation of how route-maps work.
17 Document the call and exit-policy commands.
paula3957e32005-11-04 12:48:25 +000018
paule5b308d2005-10-29 20:19:49 +0000192005-10-29 Paul Jakma <paul@dishone.st>
20
21 * ospfd.texi: Document the new spf and max-metric commands, and
22 the additional form of dead-interval. Add documentation for
23 various other commands. Cleanup misc stuff, citations, etc.
24 Add some example configurations.
25 * overview.texi: RFC3137 support added.
26 * Makefile.am: Make quagga.pdf depend on the _TEXINFOS
27 variable, this still doesn't fix the dependency though,
28 sadly.
29
pauld751f002005-10-11 04:01:09 +0000302005-10-11 Paul Jakma <paul@dishone.st>
31
32 * quagga.texi: Rejiggle the copyright sections a bit, seems to
33 make makeinfo happier and generates info pages again on FC4.
34 * quagga.info: Update this auto-built file.
35
paul30d03832005-04-29 03:16:42 +0000362005-04-29 Paul Jakma <paul@dishone.st>
37
38 * defines.texi.in: Add PACKAGE_NAME, PACKAGE_STRING.
39 * quagga.texi: Use PACKAGE_NAME, this is more to give me an excuse
40 to update quagga.texi so that the 'UPDATED' in version.texi will
41 be more recent, the Makefile seems to be dumb and not examine
42 the texi files from which quagga.texi is generated.
43 * quagga.info: Fresh copy to match updates.
44
paul08e044f2005-04-28 17:45:37 +0000452005-04-28 Paul Jakma <paul@dishone.st>
46
47 * quagga.info: updated
paul649e8532005-04-28 18:21:15 +000048 * Makefile.am: automake seems to depend doc built stuff on srcdir
49 for some reason, or maybe its cause we have quagga.info,
50 quagga.texi in CVS - not sure. Anyway, the static rule for
51 quagga.pdf should depend on the srcdir quagga.texi in that case.
paul08e044f2005-04-28 17:45:37 +000052
ajs151fe8a2005-04-22 12:56:37 +0000532005-04-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
54
55 * bgpd.8,isisd.8,ospf6d.8,ospfd.8,ripd.8,ripngd.8,zebra.8: Fix
ajsa0e64a62005-04-22 13:14:49 +000056 spelling mistake: idenifier -> identifier.
57
582005-04-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
59
60 * bgpd.8,isisd.8,ospf6d.8,ospfd.8,ripd.8,ripngd.8,zebra.8: Fix
ajs151fe8a2005-04-22 12:56:37 +000061 spelling mistake: intrefaces -> interfaces.
62
paulc7959912005-04-10 16:43:40 +0000632005-04-10 Paul Jakma <paul@dishone.st>
64
65 * quagga.info: Update to match bgpd.texi addition
66
hasso68118452005-04-08 15:40:36 +0000672005-04-08 Hasso Tepper <hasso at quagga.net>
68
69 * bgpd.texi: Document new "bgp bestpath as-path confed" command.
70
pauld9905f02005-04-05 08:04:18 +0000712005-04-05 Paul Jakma <paul@dishone.st>
72
73 * Makefile.am: Get rid of built_sources. It causes them to be added
74 to dist, and the dist host can not generate the PDFs.
75
paulbbd938e2005-04-02 10:18:42 +0000762005-04-02 Paul Jakma <paul@dishone.st>
77
78 * fig{-{normal,rs}-processing,_topologies_{rs,full}}.dia: new
79 files, dia diagramme XML versions of the original corresponding
80 EPS encapsulated bitmaps.
81 * fig{-{normal,rs}-processing,_topologies_{rs,full}}.png: new
82 files, png exports by dia of the source dia diagrammes above.
83 * fig{-{normal,rs}-processing,_topologies_{rs,full}}.eps: removed,
84 replaced by above dia source.
85 * routeserver.texi: remove extension in image macros.
86 * quagga.info: updated build
87 * Makefile.am: Add rules to build eps (using 'convert'), png (using
88 dia). Add figures_BUILT_SOURCES to extra_dist to avoid the
89 dependency on dia :) (amongst other things) for dist users.
paul47004ec2005-04-02 12:13:59 +000090 quagga_TEXINFOS should depend on figures_BUILT_SOURCES.
paul386e6152005-04-02 17:24:43 +000091 * .cvsignore: ignore eps files, built from sources
paula47d98f2005-04-02 18:53:00 +000092 * Makefile.am: Urg, dont use automake _SOURCES, _BUILT_SOURCES
93 for figures, automake doesnt know anything about them.
paulbbd938e2005-04-02 10:18:42 +000094
vincent29c4c9b2005-03-25 13:05:47 +0000952005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
96 * ipv6.texi: Add new commands for neighbor discovery
97 interface ipv6 nd prefix X:X::X:X/M router-address
98 interface ipv6 nd ra-interval msec
99 interface ipv6 nd home-agent-config-flag
100 interface ipv6 nd home-agent-lifetime
101 interface ipv6 nd home-agent-preference
102 interface ipv6 nd adv-interval-option
103
ajsc70257d2005-02-03 17:12:01 +00001042005-02-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
105
106 * basic.texi: Add note about last-resort crash logging to /var/tmp
107 when file logging is not configured.
108 * quagga.info: updated build of autogenerated file
109
paulf83d18d2005-01-24 10:24:31 +00001102005-01-24 Paul Jakma <paul@dishone.st>
111
112 * quagga.info: Version bump (autogenerated)
113
paulafc1e2d2005-01-10 22:31:16 +00001142005-01-10 Paul Jakma <paul@dishone.st>
115
116 * texinfo.tex: Updated to a version which understands @{ and @}
117 * vtysh.texi: Add node name for @section
118 * quagga.info: updated build of autogenerated file
119
paul220d0c02005-01-07 14:17:39 +00001202005-01-07 Paul Jakma <paul@dishone.st>
121
122 * quagga.info: Version bump (autogenerated)
123
paul1f3585e2005-01-05 11:58:31 +00001242005-01-05 Paul Jakma <paul@dishone.st>
125
126 * quagga.info: Version bump
127
paul2b702002004-12-23 20:09:44 +00001282004-12-23 Paul Jakma <paul@dishone.st>
129
130 * quagga.info: Version bump
131
hassoee3e1152004-12-18 15:59:25 +00001322004-12-18 Hasso Tepper <hasso at quagga.net>
133
134 * Makefile.am: Add isisd man page to the list. Should fix problem
135 isisd not included in release/snapshot tarballs.
136
ajs274a4a42004-12-07 15:39:31 +00001372004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
138
139 * basic.texi: Document new logging features. Separate basic config
140 commands from basic VTY commands.
141
hassoc0652302004-11-25 19:33:48 +00001422004-11-25 Hasso Tepper <hasso at quagga.net>
143
144 * *.8: Document -g/--group command line switch and some small
145 cosmetical changes.
146
paul00c8dc72004-11-22 18:06:59 +00001472004-11-22 Paul Jakma <paul@dishone.st>
148
149 * bgpd.8: escape -/+ signs, reported by ESR to bug-zebra.
150
hasso48577192004-11-19 06:41:49 +00001512004-11-19 Hasso Tepper <hasso at quagga.net>
152
153 * Makefile.am: Don't remove quagga.info while cleaning up.
154
paulfbaf39e2004-11-15 00:45:44 +00001552004-11-15 Paul Jakma <paul@dishone.st>
156
157 * routeserver.texi: Strip ctrl-M from line endings, note by
158 sigma@smx.pair.com
paul56d1d202004-11-15 21:56:53 +0000159 * quagga.info: Add generated file to CVS, as it requires most recent
160 texinfo to build, until such time as texinfo 4.7 is more
161 prevalent.
paulfbaf39e2004-11-15 00:45:44 +0000162
paulb86718e2004-11-08 17:34:07 +00001632004-11-08 Paul Jakma <paul@dishone.st>
paul0c3368a2004-11-07 19:00:16 +0000164
paule050db22004-11-08 16:28:39 +0000165 * Makefile.am: Add routeserver.texi to quagga_TEXINFOS.
166 Add quagga.info to clean files list (would have thought automake
167 would have done this, but it doesnt seem to)
168
1692004-11-07 Paul Jakma <paul@dishone.st>
170
paul3e6064f2004-11-08 12:08:35 +0000171 * quagga.texi: include routeserver.texi. TODO: integrate the current
172 multiple-instance orientated bgpd route-server section with the
173 new route-server docs.
174
1752004-11-07 Paul Jakma <paul@dishone.st>
176
paul6a22b1f2004-11-07 19:39:13 +0000177 * Makefile.am: Add automatic rule to build pdf's from eps figures.
178 Clean *.pdf. Add rule for quagga.pdf (as the eps.pdf pattern
179 probably otherwise will override automake's rule for quagga.pdf)
180 * overview.texi: URL was causing TeX overfull, put on newline.
181 * quagga.texi: Put the copyright notice into @copying section, as
182 is proper. Strip trailling space from the main menu lines.
183 * rip(ng)?d.texi: Minor reformatting.
paul0c3368a2004-11-07 19:00:16 +0000184 * Add the route server docs.
paul6a22b1f2004-11-07 19:39:13 +0000185 * bgpd.texi: remove unneeded page breaks. The 6Bone example
186 overflows though.
paul0c3368a2004-11-07 19:00:16 +0000187 * routeserver.texi: new file, texinfo'fied and slightly modified
188 version of the original TeX from James Luis Rubio.
189 * fig-*.eps: new files, diagrammes.
190
paul76b89b42004-11-06 17:13:09 +00001912004-11-06 Paul Jakma <paul@dishone.st>
192
193 * defines.texi.in: New file, texi variables should be set here,
194 autoconf substitution is available. Define common AUTHORS,
195 COPYRIGHT_YEAR and COPYRIGHT_STR vars.
196 * (global): Make use of makeinfo node pointer auto-creation
197 to avoid having to fully specify links for nodes, so we only have
198 to specify current node name - simplifies text slightly.
199 Remove extraneous newlines which appear to cause extra blank pages
200 to be added in output.
201 Update copyright strings which appear in various places to
202 use the new COPYRIGHT_STR texinfo variable.
203 Change url to uref, the former need not output an actual
204 hyperlink depending on version of texinfo, the latter should if
205 supported by the format (eg PDF).
206 * texinfo.tex: Update to a more recent version. previous file
207 was many many years old. This file should possibly be removed
208 altogether, and allowed to be installed by automake.
209 * quagga.texi: Make use of automake's version.texi feature to
210 have VERSION and some other vars auto-defined. include
211 defines.texi. Change copyright strings to use the COPYRIGHT_STR
212 variable.
213 * install.texi: Make the privs section an actual section. Ditto for
214 the Linux notes.
215 * overview.texi: Supply URL for Quagga, where format allows. Tidy up
216 one or two paragraphs slightly.
217 Update the section on supported platforms.
218 Remove the ZNOG list stuff, direct reader to the website for
219 further information on email lists.
220 * vtysh.texi: Update the integrated config file section. Make the
221 commands sections so correct PDF indexes are built.
222
hasso54aa6b22004-10-12 06:05:34 +00002232004-10-12 Hasso Tepper <hasso at quagga.net>
224
225 * snmp.texi: ospf6d supports SNMP as well now.
226
hassoc3abdb72004-10-11 16:27:03 +00002272004-10-11 Hasso Tepper <hasso at quagga.net>
228
229 * ospfd.8: Update manpage: add info about new -a/--apiserver command
230 line switch.
231
paule2ea9fe2004-10-11 14:33:23 +00002322004-10-11 Paul Jakma <paul@dishone.st>
233
234 * ospfd.texi: reformat the ospf md5 paragraph, add an additional
235 way to work around bad clocks.
236
hassoe7168df2004-10-03 20:11:32 +00002372004-10-03 Hasso Tepper <hasso at quagga.net>
238
239 * vtysh.1: Update vtysh man page to reflect changes in shell. Remove
240 info about -f command line switch.
241
paul4fc70852004-09-12 05:48:35 +00002422004-09-11 Paul Jakma <paul@dishone.st>
243
paulb5f310c2004-09-13 13:15:25 +0000244 * quagga.texi: Update copyright. Contents should be at beginning
245 of docs...
246
2472004-09-11 Paul Jakma <paul@dishone.st>
248
paul4fc70852004-09-12 05:48:35 +0000249 * ospfd.texi: OSPF MD5 auth requires stable time.
250
hassoc34b6b52004-08-31 13:41:49 +00002512004-08-31 Hasso Tepper <hasso at quagga.net>
252
253 * zebra.8: Document -s/--nl-bufsize command line switch.
254
hasso67e29ab2004-08-26 22:21:31 +00002552004-08-27 Hasso Tepper <hasso at quagga.net>
256
257 * Update vtysh man page to reflect changes in shell.
258
hasso246c1352004-08-10 12:00:34 +00002592004-08-10 Hasso Tepper <hasso at quagga.net>
260
261 * Updated man pages.
262 * Removed vty commands section from all man pages. This inf belongs to
263 Info pages.
264 * Added isisd man page.
265
paul4f4795e2004-07-31 15:16:47 +00002662004-07-31 Christian Hammers <ch@lathspell.de>
267
268 * snmp.texi: update (completely rewritten almost)
269
gdtf2bfdee2004-06-30 17:25:15 +00002702004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
271
272 * Makefile.am (EXTRA_DIST): Add files in mpls explicitly, to avoid
273 copying CVS files, per the automake manual's recommendations.
274
pauldc0b5ce2004-05-31 14:04:29 +00002752004-05-27 Paul Jakma <paul@dishone.st>
276
277 * Correct RIP port, s/521/520/, reported by xantius@xantius.com
278
hasso6c110e72003-11-27 13:02:03 +00002792003-11-27 Hasso Tepper <hasso@estpak.ee>
280
281 * Added -A and -u descriptions to the man pages.
282
2832003-01-22 Christian Hammers <ch@westend.com>
284
285 * ospfd.texi (OSPF router, OSPF router): Add description.
286
paul718e3742002-12-13 20:15:29 +00002872002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
288
289 * zebra-0.93 released.
290
2912001-02-07 Pekka Savola <pekkas@netcore.fi>
292
293 * Correct bad English ;-).
294
2952001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
296
297 * zebra-0.91 released.
298
2992001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
300
301 * zebra-0.90 released.
302
3032000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
304
305 * zebra-0.89 released.
306
3072000-10-02 Horms <horms@vergenet.net>
308
309 * Makefile.am: Fix texinfo file installation problem.
310
3112000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
312
313 * zebra-0.88 released.
314
315 * ospfd.texi (Redistribute routes to OSPF): distance <1-255>
316 @var{source} command is temporary disabled. So it is removed from
317 document.
318
3192000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
320
321 * vtysh.1: Add man entry for vtysh.
322
323 * bgpd.1: Change section to 8.
324 * ospfd.1: Likewise.
325 * ospf6d.1: Likewise.
326 * ripd.1: Likewise.
327 * ripngd.1: Likewise.
328 * zebra.1: Likewise.
329
3301999-09-01 "A.Waddington" <waddington@usa.net>
331
332 * zebra.texi: Replace @command with @code until it gets ready.
333 Remove @macro.
334
3351999-08-26 Andrew Waddington <waddington@usa.net>
336
337 * bgpd.1: Add man page.
338 ospf6d.1: Likewise.
339 ospfd.1: Likewise.
340 ripd.1: Likewise.
341 ripngd.1: Likewise.
342 zebra.1: Likewise.
343
3441999-08-14 Andrew Waddington <waddington@usa.net>
345
346 * zebra.texi: Many typo is fixed. Some grammatical rectifications
347 is made.
348
3491999-07-27 Gerhard Poul <gpoul@gnu.org>
350
351 * zebra.texi: Update zebra.texi.
352
3531999-07-02 Gerhard Poul <gpoul@gnu.org>
354
355 * draft-zebra-00.ms: New file added. This is groff version of
356 draft-zebra-00.txt. This is a master file of draft-zebra-00.txt.
357
358 * draft-zebra-00.txt: Generated from draft-zebra-00.txt.
359
3601999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
361
362 * zebra.texi (Top): Add ospf6d chapter.
363
3641999-03-31 Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
365
366 * zebra.texi: Improve some sections.
367
3681999-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
369
370 * archfig.tex, zebra.sty, zebra.tex: Temporary removed due to the
371 description is out of date.
372
3731999-02-24 Kunihiro Ishiguro <kunihiro@zebra.org>
374
375 * texinfo.tex: New file added. Automake complains the absence of
376 texinfo.tex.