blob: f63126570fb99f0c17ceba050f797c43d6edffb0 [file] [log] [blame]
vincent29c4c9b2005-03-25 13:05:47 +000012005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
2 * ipv6.texi: Add new commands for neighbor discovery
3 interface ipv6 nd prefix X:X::X:X/M router-address
4 interface ipv6 nd ra-interval msec
5 interface ipv6 nd home-agent-config-flag
6 interface ipv6 nd home-agent-lifetime
7 interface ipv6 nd home-agent-preference
8 interface ipv6 nd adv-interval-option
9
ajsc70257d2005-02-03 17:12:01 +0000102005-02-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
11
12 * basic.texi: Add note about last-resort crash logging to /var/tmp
13 when file logging is not configured.
14 * quagga.info: updated build of autogenerated file
15
paulf83d18d2005-01-24 10:24:31 +0000162005-01-24 Paul Jakma <paul@dishone.st>
17
18 * quagga.info: Version bump (autogenerated)
19
paulafc1e2d2005-01-10 22:31:16 +0000202005-01-10 Paul Jakma <paul@dishone.st>
21
22 * texinfo.tex: Updated to a version which understands @{ and @}
23 * vtysh.texi: Add node name for @section
24 * quagga.info: updated build of autogenerated file
25
paul220d0c02005-01-07 14:17:39 +0000262005-01-07 Paul Jakma <paul@dishone.st>
27
28 * quagga.info: Version bump (autogenerated)
29
paul1f3585e2005-01-05 11:58:31 +0000302005-01-05 Paul Jakma <paul@dishone.st>
31
32 * quagga.info: Version bump
33
paul2b702002004-12-23 20:09:44 +0000342004-12-23 Paul Jakma <paul@dishone.st>
35
36 * quagga.info: Version bump
37
hassoee3e1152004-12-18 15:59:25 +0000382004-12-18 Hasso Tepper <hasso at quagga.net>
39
40 * Makefile.am: Add isisd man page to the list. Should fix problem
41 isisd not included in release/snapshot tarballs.
42
ajs274a4a42004-12-07 15:39:31 +0000432004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
44
45 * basic.texi: Document new logging features. Separate basic config
46 commands from basic VTY commands.
47
hassoc0652302004-11-25 19:33:48 +0000482004-11-25 Hasso Tepper <hasso at quagga.net>
49
50 * *.8: Document -g/--group command line switch and some small
51 cosmetical changes.
52
paul00c8dc72004-11-22 18:06:59 +0000532004-11-22 Paul Jakma <paul@dishone.st>
54
55 * bgpd.8: escape -/+ signs, reported by ESR to bug-zebra.
56
hasso48577192004-11-19 06:41:49 +0000572004-11-19 Hasso Tepper <hasso at quagga.net>
58
59 * Makefile.am: Don't remove quagga.info while cleaning up.
60
paulfbaf39e2004-11-15 00:45:44 +0000612004-11-15 Paul Jakma <paul@dishone.st>
62
63 * routeserver.texi: Strip ctrl-M from line endings, note by
64 sigma@smx.pair.com
paul56d1d202004-11-15 21:56:53 +000065 * quagga.info: Add generated file to CVS, as it requires most recent
66 texinfo to build, until such time as texinfo 4.7 is more
67 prevalent.
paulfbaf39e2004-11-15 00:45:44 +000068
paulb86718e2004-11-08 17:34:07 +0000692004-11-08 Paul Jakma <paul@dishone.st>
paul0c3368a2004-11-07 19:00:16 +000070
paule050db22004-11-08 16:28:39 +000071 * Makefile.am: Add routeserver.texi to quagga_TEXINFOS.
72 Add quagga.info to clean files list (would have thought automake
73 would have done this, but it doesnt seem to)
74
752004-11-07 Paul Jakma <paul@dishone.st>
76
paul3e6064f2004-11-08 12:08:35 +000077 * quagga.texi: include routeserver.texi. TODO: integrate the current
78 multiple-instance orientated bgpd route-server section with the
79 new route-server docs.
80
812004-11-07 Paul Jakma <paul@dishone.st>
82
paul6a22b1f2004-11-07 19:39:13 +000083 * Makefile.am: Add automatic rule to build pdf's from eps figures.
84 Clean *.pdf. Add rule for quagga.pdf (as the eps.pdf pattern
85 probably otherwise will override automake's rule for quagga.pdf)
86 * overview.texi: URL was causing TeX overfull, put on newline.
87 * quagga.texi: Put the copyright notice into @copying section, as
88 is proper. Strip trailling space from the main menu lines.
89 * rip(ng)?d.texi: Minor reformatting.
paul0c3368a2004-11-07 19:00:16 +000090 * Add the route server docs.
paul6a22b1f2004-11-07 19:39:13 +000091 * bgpd.texi: remove unneeded page breaks. The 6Bone example
92 overflows though.
paul0c3368a2004-11-07 19:00:16 +000093 * routeserver.texi: new file, texinfo'fied and slightly modified
94 version of the original TeX from James Luis Rubio.
95 * fig-*.eps: new files, diagrammes.
96
paul76b89b42004-11-06 17:13:09 +0000972004-11-06 Paul Jakma <paul@dishone.st>
98
99 * defines.texi.in: New file, texi variables should be set here,
100 autoconf substitution is available. Define common AUTHORS,
101 COPYRIGHT_YEAR and COPYRIGHT_STR vars.
102 * (global): Make use of makeinfo node pointer auto-creation
103 to avoid having to fully specify links for nodes, so we only have
104 to specify current node name - simplifies text slightly.
105 Remove extraneous newlines which appear to cause extra blank pages
106 to be added in output.
107 Update copyright strings which appear in various places to
108 use the new COPYRIGHT_STR texinfo variable.
109 Change url to uref, the former need not output an actual
110 hyperlink depending on version of texinfo, the latter should if
111 supported by the format (eg PDF).
112 * texinfo.tex: Update to a more recent version. previous file
113 was many many years old. This file should possibly be removed
114 altogether, and allowed to be installed by automake.
115 * quagga.texi: Make use of automake's version.texi feature to
116 have VERSION and some other vars auto-defined. include
117 defines.texi. Change copyright strings to use the COPYRIGHT_STR
118 variable.
119 * install.texi: Make the privs section an actual section. Ditto for
120 the Linux notes.
121 * overview.texi: Supply URL for Quagga, where format allows. Tidy up
122 one or two paragraphs slightly.
123 Update the section on supported platforms.
124 Remove the ZNOG list stuff, direct reader to the website for
125 further information on email lists.
126 * vtysh.texi: Update the integrated config file section. Make the
127 commands sections so correct PDF indexes are built.
128
hasso54aa6b22004-10-12 06:05:34 +00001292004-10-12 Hasso Tepper <hasso at quagga.net>
130
131 * snmp.texi: ospf6d supports SNMP as well now.
132
hassoc3abdb72004-10-11 16:27:03 +00001332004-10-11 Hasso Tepper <hasso at quagga.net>
134
135 * ospfd.8: Update manpage: add info about new -a/--apiserver command
136 line switch.
137
paule2ea9fe2004-10-11 14:33:23 +00001382004-10-11 Paul Jakma <paul@dishone.st>
139
140 * ospfd.texi: reformat the ospf md5 paragraph, add an additional
141 way to work around bad clocks.
142
hassoe7168df2004-10-03 20:11:32 +00001432004-10-03 Hasso Tepper <hasso at quagga.net>
144
145 * vtysh.1: Update vtysh man page to reflect changes in shell. Remove
146 info about -f command line switch.
147
paul4fc70852004-09-12 05:48:35 +00001482004-09-11 Paul Jakma <paul@dishone.st>
149
paulb5f310c2004-09-13 13:15:25 +0000150 * quagga.texi: Update copyright. Contents should be at beginning
151 of docs...
152
1532004-09-11 Paul Jakma <paul@dishone.st>
154
paul4fc70852004-09-12 05:48:35 +0000155 * ospfd.texi: OSPF MD5 auth requires stable time.
156
hassoc34b6b52004-08-31 13:41:49 +00001572004-08-31 Hasso Tepper <hasso at quagga.net>
158
159 * zebra.8: Document -s/--nl-bufsize command line switch.
160
hasso67e29ab2004-08-26 22:21:31 +00001612004-08-27 Hasso Tepper <hasso at quagga.net>
162
163 * Update vtysh man page to reflect changes in shell.
164
hasso246c1352004-08-10 12:00:34 +00001652004-08-10 Hasso Tepper <hasso at quagga.net>
166
167 * Updated man pages.
168 * Removed vty commands section from all man pages. This inf belongs to
169 Info pages.
170 * Added isisd man page.
171
paul4f4795e2004-07-31 15:16:47 +00001722004-07-31 Christian Hammers <ch@lathspell.de>
173
174 * snmp.texi: update (completely rewritten almost)
175
gdtf2bfdee2004-06-30 17:25:15 +00001762004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
177
178 * Makefile.am (EXTRA_DIST): Add files in mpls explicitly, to avoid
179 copying CVS files, per the automake manual's recommendations.
180
pauldc0b5ce2004-05-31 14:04:29 +00001812004-05-27 Paul Jakma <paul@dishone.st>
182
183 * Correct RIP port, s/521/520/, reported by xantius@xantius.com
184
hasso6c110e72003-11-27 13:02:03 +00001852003-11-27 Hasso Tepper <hasso@estpak.ee>
186
187 * Added -A and -u descriptions to the man pages.
188
1892003-01-22 Christian Hammers <ch@westend.com>
190
191 * ospfd.texi (OSPF router, OSPF router): Add description.
192
paul718e3742002-12-13 20:15:29 +00001932002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
194
195 * zebra-0.93 released.
196
1972001-02-07 Pekka Savola <pekkas@netcore.fi>
198
199 * Correct bad English ;-).
200
2012001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
202
203 * zebra-0.91 released.
204
2052001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * zebra-0.90 released.
208
2092000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
210
211 * zebra-0.89 released.
212
2132000-10-02 Horms <horms@vergenet.net>
214
215 * Makefile.am: Fix texinfo file installation problem.
216
2172000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
218
219 * zebra-0.88 released.
220
221 * ospfd.texi (Redistribute routes to OSPF): distance <1-255>
222 @var{source} command is temporary disabled. So it is removed from
223 document.
224
2252000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
226
227 * vtysh.1: Add man entry for vtysh.
228
229 * bgpd.1: Change section to 8.
230 * ospfd.1: Likewise.
231 * ospf6d.1: Likewise.
232 * ripd.1: Likewise.
233 * ripngd.1: Likewise.
234 * zebra.1: Likewise.
235
2361999-09-01 "A.Waddington" <waddington@usa.net>
237
238 * zebra.texi: Replace @command with @code until it gets ready.
239 Remove @macro.
240
2411999-08-26 Andrew Waddington <waddington@usa.net>
242
243 * bgpd.1: Add man page.
244 ospf6d.1: Likewise.
245 ospfd.1: Likewise.
246 ripd.1: Likewise.
247 ripngd.1: Likewise.
248 zebra.1: Likewise.
249
2501999-08-14 Andrew Waddington <waddington@usa.net>
251
252 * zebra.texi: Many typo is fixed. Some grammatical rectifications
253 is made.
254
2551999-07-27 Gerhard Poul <gpoul@gnu.org>
256
257 * zebra.texi: Update zebra.texi.
258
2591999-07-02 Gerhard Poul <gpoul@gnu.org>
260
261 * draft-zebra-00.ms: New file added. This is groff version of
262 draft-zebra-00.txt. This is a master file of draft-zebra-00.txt.
263
264 * draft-zebra-00.txt: Generated from draft-zebra-00.txt.
265
2661999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
267
268 * zebra.texi (Top): Add ospf6d chapter.
269
2701999-03-31 Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
271
272 * zebra.texi: Improve some sections.
273
2741999-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
275
276 * archfig.tex, zebra.sty, zebra.tex: Temporary removed due to the
277 description is out of date.
278
2791999-02-24 Kunihiro Ishiguro <kunihiro@zebra.org>
280
281 * texinfo.tex: New file added. Automake complains the absence of
282 texinfo.tex.