blob: 451373a4af34e2199833c5a3c5f27f955856a8a4 [file] [log] [blame]
paulc7959912005-04-10 16:43:40 +000012005-04-10 Paul Jakma <paul@dishone.st>
2
3 * quagga.info: Update to match bgpd.texi addition
4
hasso68118452005-04-08 15:40:36 +000052005-04-08 Hasso Tepper <hasso at quagga.net>
6
7 * bgpd.texi: Document new "bgp bestpath as-path confed" command.
8
pauld9905f02005-04-05 08:04:18 +000092005-04-05 Paul Jakma <paul@dishone.st>
10
11 * Makefile.am: Get rid of built_sources. It causes them to be added
12 to dist, and the dist host can not generate the PDFs.
13
paulbbd938e2005-04-02 10:18:42 +0000142005-04-02 Paul Jakma <paul@dishone.st>
15
16 * fig{-{normal,rs}-processing,_topologies_{rs,full}}.dia: new
17 files, dia diagramme XML versions of the original corresponding
18 EPS encapsulated bitmaps.
19 * fig{-{normal,rs}-processing,_topologies_{rs,full}}.png: new
20 files, png exports by dia of the source dia diagrammes above.
21 * fig{-{normal,rs}-processing,_topologies_{rs,full}}.eps: removed,
22 replaced by above dia source.
23 * routeserver.texi: remove extension in image macros.
24 * quagga.info: updated build
25 * Makefile.am: Add rules to build eps (using 'convert'), png (using
26 dia). Add figures_BUILT_SOURCES to extra_dist to avoid the
27 dependency on dia :) (amongst other things) for dist users.
paul47004ec2005-04-02 12:13:59 +000028 quagga_TEXINFOS should depend on figures_BUILT_SOURCES.
paul386e6152005-04-02 17:24:43 +000029 * .cvsignore: ignore eps files, built from sources
paula47d98f2005-04-02 18:53:00 +000030 * Makefile.am: Urg, dont use automake _SOURCES, _BUILT_SOURCES
31 for figures, automake doesnt know anything about them.
paulbbd938e2005-04-02 10:18:42 +000032
vincent29c4c9b2005-03-25 13:05:47 +0000332005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
34 * ipv6.texi: Add new commands for neighbor discovery
35 interface ipv6 nd prefix X:X::X:X/M router-address
36 interface ipv6 nd ra-interval msec
37 interface ipv6 nd home-agent-config-flag
38 interface ipv6 nd home-agent-lifetime
39 interface ipv6 nd home-agent-preference
40 interface ipv6 nd adv-interval-option
41
ajsc70257d2005-02-03 17:12:01 +0000422005-02-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
43
44 * basic.texi: Add note about last-resort crash logging to /var/tmp
45 when file logging is not configured.
46 * quagga.info: updated build of autogenerated file
47
paulf83d18d2005-01-24 10:24:31 +0000482005-01-24 Paul Jakma <paul@dishone.st>
49
50 * quagga.info: Version bump (autogenerated)
51
paulafc1e2d2005-01-10 22:31:16 +0000522005-01-10 Paul Jakma <paul@dishone.st>
53
54 * texinfo.tex: Updated to a version which understands @{ and @}
55 * vtysh.texi: Add node name for @section
56 * quagga.info: updated build of autogenerated file
57
paul220d0c02005-01-07 14:17:39 +0000582005-01-07 Paul Jakma <paul@dishone.st>
59
60 * quagga.info: Version bump (autogenerated)
61
paul1f3585e2005-01-05 11:58:31 +0000622005-01-05 Paul Jakma <paul@dishone.st>
63
64 * quagga.info: Version bump
65
paul2b702002004-12-23 20:09:44 +0000662004-12-23 Paul Jakma <paul@dishone.st>
67
68 * quagga.info: Version bump
69
hassoee3e1152004-12-18 15:59:25 +0000702004-12-18 Hasso Tepper <hasso at quagga.net>
71
72 * Makefile.am: Add isisd man page to the list. Should fix problem
73 isisd not included in release/snapshot tarballs.
74
ajs274a4a42004-12-07 15:39:31 +0000752004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
76
77 * basic.texi: Document new logging features. Separate basic config
78 commands from basic VTY commands.
79
hassoc0652302004-11-25 19:33:48 +0000802004-11-25 Hasso Tepper <hasso at quagga.net>
81
82 * *.8: Document -g/--group command line switch and some small
83 cosmetical changes.
84
paul00c8dc72004-11-22 18:06:59 +0000852004-11-22 Paul Jakma <paul@dishone.st>
86
87 * bgpd.8: escape -/+ signs, reported by ESR to bug-zebra.
88
hasso48577192004-11-19 06:41:49 +0000892004-11-19 Hasso Tepper <hasso at quagga.net>
90
91 * Makefile.am: Don't remove quagga.info while cleaning up.
92
paulfbaf39e2004-11-15 00:45:44 +0000932004-11-15 Paul Jakma <paul@dishone.st>
94
95 * routeserver.texi: Strip ctrl-M from line endings, note by
96 sigma@smx.pair.com
paul56d1d202004-11-15 21:56:53 +000097 * quagga.info: Add generated file to CVS, as it requires most recent
98 texinfo to build, until such time as texinfo 4.7 is more
99 prevalent.
paulfbaf39e2004-11-15 00:45:44 +0000100
paulb86718e2004-11-08 17:34:07 +00001012004-11-08 Paul Jakma <paul@dishone.st>
paul0c3368a2004-11-07 19:00:16 +0000102
paule050db22004-11-08 16:28:39 +0000103 * Makefile.am: Add routeserver.texi to quagga_TEXINFOS.
104 Add quagga.info to clean files list (would have thought automake
105 would have done this, but it doesnt seem to)
106
1072004-11-07 Paul Jakma <paul@dishone.st>
108
paul3e6064f2004-11-08 12:08:35 +0000109 * quagga.texi: include routeserver.texi. TODO: integrate the current
110 multiple-instance orientated bgpd route-server section with the
111 new route-server docs.
112
1132004-11-07 Paul Jakma <paul@dishone.st>
114
paul6a22b1f2004-11-07 19:39:13 +0000115 * Makefile.am: Add automatic rule to build pdf's from eps figures.
116 Clean *.pdf. Add rule for quagga.pdf (as the eps.pdf pattern
117 probably otherwise will override automake's rule for quagga.pdf)
118 * overview.texi: URL was causing TeX overfull, put on newline.
119 * quagga.texi: Put the copyright notice into @copying section, as
120 is proper. Strip trailling space from the main menu lines.
121 * rip(ng)?d.texi: Minor reformatting.
paul0c3368a2004-11-07 19:00:16 +0000122 * Add the route server docs.
paul6a22b1f2004-11-07 19:39:13 +0000123 * bgpd.texi: remove unneeded page breaks. The 6Bone example
124 overflows though.
paul0c3368a2004-11-07 19:00:16 +0000125 * routeserver.texi: new file, texinfo'fied and slightly modified
126 version of the original TeX from James Luis Rubio.
127 * fig-*.eps: new files, diagrammes.
128
paul76b89b42004-11-06 17:13:09 +00001292004-11-06 Paul Jakma <paul@dishone.st>
130
131 * defines.texi.in: New file, texi variables should be set here,
132 autoconf substitution is available. Define common AUTHORS,
133 COPYRIGHT_YEAR and COPYRIGHT_STR vars.
134 * (global): Make use of makeinfo node pointer auto-creation
135 to avoid having to fully specify links for nodes, so we only have
136 to specify current node name - simplifies text slightly.
137 Remove extraneous newlines which appear to cause extra blank pages
138 to be added in output.
139 Update copyright strings which appear in various places to
140 use the new COPYRIGHT_STR texinfo variable.
141 Change url to uref, the former need not output an actual
142 hyperlink depending on version of texinfo, the latter should if
143 supported by the format (eg PDF).
144 * texinfo.tex: Update to a more recent version. previous file
145 was many many years old. This file should possibly be removed
146 altogether, and allowed to be installed by automake.
147 * quagga.texi: Make use of automake's version.texi feature to
148 have VERSION and some other vars auto-defined. include
149 defines.texi. Change copyright strings to use the COPYRIGHT_STR
150 variable.
151 * install.texi: Make the privs section an actual section. Ditto for
152 the Linux notes.
153 * overview.texi: Supply URL for Quagga, where format allows. Tidy up
154 one or two paragraphs slightly.
155 Update the section on supported platforms.
156 Remove the ZNOG list stuff, direct reader to the website for
157 further information on email lists.
158 * vtysh.texi: Update the integrated config file section. Make the
159 commands sections so correct PDF indexes are built.
160
hasso54aa6b22004-10-12 06:05:34 +00001612004-10-12 Hasso Tepper <hasso at quagga.net>
162
163 * snmp.texi: ospf6d supports SNMP as well now.
164
hassoc3abdb72004-10-11 16:27:03 +00001652004-10-11 Hasso Tepper <hasso at quagga.net>
166
167 * ospfd.8: Update manpage: add info about new -a/--apiserver command
168 line switch.
169
paule2ea9fe2004-10-11 14:33:23 +00001702004-10-11 Paul Jakma <paul@dishone.st>
171
172 * ospfd.texi: reformat the ospf md5 paragraph, add an additional
173 way to work around bad clocks.
174
hassoe7168df2004-10-03 20:11:32 +00001752004-10-03 Hasso Tepper <hasso at quagga.net>
176
177 * vtysh.1: Update vtysh man page to reflect changes in shell. Remove
178 info about -f command line switch.
179
paul4fc70852004-09-12 05:48:35 +00001802004-09-11 Paul Jakma <paul@dishone.st>
181
paulb5f310c2004-09-13 13:15:25 +0000182 * quagga.texi: Update copyright. Contents should be at beginning
183 of docs...
184
1852004-09-11 Paul Jakma <paul@dishone.st>
186
paul4fc70852004-09-12 05:48:35 +0000187 * ospfd.texi: OSPF MD5 auth requires stable time.
188
hassoc34b6b52004-08-31 13:41:49 +00001892004-08-31 Hasso Tepper <hasso at quagga.net>
190
191 * zebra.8: Document -s/--nl-bufsize command line switch.
192
hasso67e29ab2004-08-26 22:21:31 +00001932004-08-27 Hasso Tepper <hasso at quagga.net>
194
195 * Update vtysh man page to reflect changes in shell.
196
hasso246c1352004-08-10 12:00:34 +00001972004-08-10 Hasso Tepper <hasso at quagga.net>
198
199 * Updated man pages.
200 * Removed vty commands section from all man pages. This inf belongs to
201 Info pages.
202 * Added isisd man page.
203
paul4f4795e2004-07-31 15:16:47 +00002042004-07-31 Christian Hammers <ch@lathspell.de>
205
206 * snmp.texi: update (completely rewritten almost)
207
gdtf2bfdee2004-06-30 17:25:15 +00002082004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
209
210 * Makefile.am (EXTRA_DIST): Add files in mpls explicitly, to avoid
211 copying CVS files, per the automake manual's recommendations.
212
pauldc0b5ce2004-05-31 14:04:29 +00002132004-05-27 Paul Jakma <paul@dishone.st>
214
215 * Correct RIP port, s/521/520/, reported by xantius@xantius.com
216
hasso6c110e72003-11-27 13:02:03 +00002172003-11-27 Hasso Tepper <hasso@estpak.ee>
218
219 * Added -A and -u descriptions to the man pages.
220
2212003-01-22 Christian Hammers <ch@westend.com>
222
223 * ospfd.texi (OSPF router, OSPF router): Add description.
224
paul718e3742002-12-13 20:15:29 +00002252002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
226
227 * zebra-0.93 released.
228
2292001-02-07 Pekka Savola <pekkas@netcore.fi>
230
231 * Correct bad English ;-).
232
2332001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
234
235 * zebra-0.91 released.
236
2372001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
238
239 * zebra-0.90 released.
240
2412000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
242
243 * zebra-0.89 released.
244
2452000-10-02 Horms <horms@vergenet.net>
246
247 * Makefile.am: Fix texinfo file installation problem.
248
2492000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
250
251 * zebra-0.88 released.
252
253 * ospfd.texi (Redistribute routes to OSPF): distance <1-255>
254 @var{source} command is temporary disabled. So it is removed from
255 document.
256
2572000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
258
259 * vtysh.1: Add man entry for vtysh.
260
261 * bgpd.1: Change section to 8.
262 * ospfd.1: Likewise.
263 * ospf6d.1: Likewise.
264 * ripd.1: Likewise.
265 * ripngd.1: Likewise.
266 * zebra.1: Likewise.
267
2681999-09-01 "A.Waddington" <waddington@usa.net>
269
270 * zebra.texi: Replace @command with @code until it gets ready.
271 Remove @macro.
272
2731999-08-26 Andrew Waddington <waddington@usa.net>
274
275 * bgpd.1: Add man page.
276 ospf6d.1: Likewise.
277 ospfd.1: Likewise.
278 ripd.1: Likewise.
279 ripngd.1: Likewise.
280 zebra.1: Likewise.
281
2821999-08-14 Andrew Waddington <waddington@usa.net>
283
284 * zebra.texi: Many typo is fixed. Some grammatical rectifications
285 is made.
286
2871999-07-27 Gerhard Poul <gpoul@gnu.org>
288
289 * zebra.texi: Update zebra.texi.
290
2911999-07-02 Gerhard Poul <gpoul@gnu.org>
292
293 * draft-zebra-00.ms: New file added. This is groff version of
294 draft-zebra-00.txt. This is a master file of draft-zebra-00.txt.
295
296 * draft-zebra-00.txt: Generated from draft-zebra-00.txt.
297
2981999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
299
300 * zebra.texi (Top): Add ospf6d chapter.
301
3021999-03-31 Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
303
304 * zebra.texi: Improve some sections.
305
3061999-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
307
308 * archfig.tex, zebra.sty, zebra.tex: Temporary removed due to the
309 description is out of date.
310
3111999-02-24 Kunihiro Ishiguro <kunihiro@zebra.org>
312
313 * texinfo.tex: New file added. Automake complains the absence of
314 texinfo.tex.