blob: 701db9e4d193e3451fc82feecb7688c9c285bd80 [file] [log] [blame]
paulafc1e2d2005-01-10 22:31:16 +000012005-01-10 Paul Jakma <paul@dishone.st>
2
3 * texinfo.tex: Updated to a version which understands @{ and @}
4 * vtysh.texi: Add node name for @section
5 * quagga.info: updated build of autogenerated file
6
paul220d0c02005-01-07 14:17:39 +000072005-01-07 Paul Jakma <paul@dishone.st>
8
9 * quagga.info: Version bump (autogenerated)
10
paul1f3585e2005-01-05 11:58:31 +0000112005-01-05 Paul Jakma <paul@dishone.st>
12
13 * quagga.info: Version bump
14
paul2b702002004-12-23 20:09:44 +0000152004-12-23 Paul Jakma <paul@dishone.st>
16
17 * quagga.info: Version bump
18
hassoee3e1152004-12-18 15:59:25 +0000192004-12-18 Hasso Tepper <hasso at quagga.net>
20
21 * Makefile.am: Add isisd man page to the list. Should fix problem
22 isisd not included in release/snapshot tarballs.
23
ajs274a4a42004-12-07 15:39:31 +0000242004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
25
26 * basic.texi: Document new logging features. Separate basic config
27 commands from basic VTY commands.
28
hassoc0652302004-11-25 19:33:48 +0000292004-11-25 Hasso Tepper <hasso at quagga.net>
30
31 * *.8: Document -g/--group command line switch and some small
32 cosmetical changes.
33
paul00c8dc72004-11-22 18:06:59 +0000342004-11-22 Paul Jakma <paul@dishone.st>
35
36 * bgpd.8: escape -/+ signs, reported by ESR to bug-zebra.
37
hasso48577192004-11-19 06:41:49 +0000382004-11-19 Hasso Tepper <hasso at quagga.net>
39
40 * Makefile.am: Don't remove quagga.info while cleaning up.
41
paulfbaf39e2004-11-15 00:45:44 +0000422004-11-15 Paul Jakma <paul@dishone.st>
43
44 * routeserver.texi: Strip ctrl-M from line endings, note by
45 sigma@smx.pair.com
paul56d1d202004-11-15 21:56:53 +000046 * quagga.info: Add generated file to CVS, as it requires most recent
47 texinfo to build, until such time as texinfo 4.7 is more
48 prevalent.
paulfbaf39e2004-11-15 00:45:44 +000049
paulb86718e2004-11-08 17:34:07 +0000502004-11-08 Paul Jakma <paul@dishone.st>
paul0c3368a2004-11-07 19:00:16 +000051
paule050db22004-11-08 16:28:39 +000052 * Makefile.am: Add routeserver.texi to quagga_TEXINFOS.
53 Add quagga.info to clean files list (would have thought automake
54 would have done this, but it doesnt seem to)
55
562004-11-07 Paul Jakma <paul@dishone.st>
57
paul3e6064f2004-11-08 12:08:35 +000058 * quagga.texi: include routeserver.texi. TODO: integrate the current
59 multiple-instance orientated bgpd route-server section with the
60 new route-server docs.
61
622004-11-07 Paul Jakma <paul@dishone.st>
63
paul6a22b1f2004-11-07 19:39:13 +000064 * Makefile.am: Add automatic rule to build pdf's from eps figures.
65 Clean *.pdf. Add rule for quagga.pdf (as the eps.pdf pattern
66 probably otherwise will override automake's rule for quagga.pdf)
67 * overview.texi: URL was causing TeX overfull, put on newline.
68 * quagga.texi: Put the copyright notice into @copying section, as
69 is proper. Strip trailling space from the main menu lines.
70 * rip(ng)?d.texi: Minor reformatting.
paul0c3368a2004-11-07 19:00:16 +000071 * Add the route server docs.
paul6a22b1f2004-11-07 19:39:13 +000072 * bgpd.texi: remove unneeded page breaks. The 6Bone example
73 overflows though.
paul0c3368a2004-11-07 19:00:16 +000074 * routeserver.texi: new file, texinfo'fied and slightly modified
75 version of the original TeX from James Luis Rubio.
76 * fig-*.eps: new files, diagrammes.
77
paul76b89b42004-11-06 17:13:09 +0000782004-11-06 Paul Jakma <paul@dishone.st>
79
80 * defines.texi.in: New file, texi variables should be set here,
81 autoconf substitution is available. Define common AUTHORS,
82 COPYRIGHT_YEAR and COPYRIGHT_STR vars.
83 * (global): Make use of makeinfo node pointer auto-creation
84 to avoid having to fully specify links for nodes, so we only have
85 to specify current node name - simplifies text slightly.
86 Remove extraneous newlines which appear to cause extra blank pages
87 to be added in output.
88 Update copyright strings which appear in various places to
89 use the new COPYRIGHT_STR texinfo variable.
90 Change url to uref, the former need not output an actual
91 hyperlink depending on version of texinfo, the latter should if
92 supported by the format (eg PDF).
93 * texinfo.tex: Update to a more recent version. previous file
94 was many many years old. This file should possibly be removed
95 altogether, and allowed to be installed by automake.
96 * quagga.texi: Make use of automake's version.texi feature to
97 have VERSION and some other vars auto-defined. include
98 defines.texi. Change copyright strings to use the COPYRIGHT_STR
99 variable.
100 * install.texi: Make the privs section an actual section. Ditto for
101 the Linux notes.
102 * overview.texi: Supply URL for Quagga, where format allows. Tidy up
103 one or two paragraphs slightly.
104 Update the section on supported platforms.
105 Remove the ZNOG list stuff, direct reader to the website for
106 further information on email lists.
107 * vtysh.texi: Update the integrated config file section. Make the
108 commands sections so correct PDF indexes are built.
109
hasso54aa6b22004-10-12 06:05:34 +00001102004-10-12 Hasso Tepper <hasso at quagga.net>
111
112 * snmp.texi: ospf6d supports SNMP as well now.
113
hassoc3abdb72004-10-11 16:27:03 +00001142004-10-11 Hasso Tepper <hasso at quagga.net>
115
116 * ospfd.8: Update manpage: add info about new -a/--apiserver command
117 line switch.
118
paule2ea9fe2004-10-11 14:33:23 +00001192004-10-11 Paul Jakma <paul@dishone.st>
120
121 * ospfd.texi: reformat the ospf md5 paragraph, add an additional
122 way to work around bad clocks.
123
hassoe7168df2004-10-03 20:11:32 +00001242004-10-03 Hasso Tepper <hasso at quagga.net>
125
126 * vtysh.1: Update vtysh man page to reflect changes in shell. Remove
127 info about -f command line switch.
128
paul4fc70852004-09-12 05:48:35 +00001292004-09-11 Paul Jakma <paul@dishone.st>
130
paulb5f310c2004-09-13 13:15:25 +0000131 * quagga.texi: Update copyright. Contents should be at beginning
132 of docs...
133
1342004-09-11 Paul Jakma <paul@dishone.st>
135
paul4fc70852004-09-12 05:48:35 +0000136 * ospfd.texi: OSPF MD5 auth requires stable time.
137
hassoc34b6b52004-08-31 13:41:49 +00001382004-08-31 Hasso Tepper <hasso at quagga.net>
139
140 * zebra.8: Document -s/--nl-bufsize command line switch.
141
hasso67e29ab2004-08-26 22:21:31 +00001422004-08-27 Hasso Tepper <hasso at quagga.net>
143
144 * Update vtysh man page to reflect changes in shell.
145
hasso246c1352004-08-10 12:00:34 +00001462004-08-10 Hasso Tepper <hasso at quagga.net>
147
148 * Updated man pages.
149 * Removed vty commands section from all man pages. This inf belongs to
150 Info pages.
151 * Added isisd man page.
152
paul4f4795e2004-07-31 15:16:47 +00001532004-07-31 Christian Hammers <ch@lathspell.de>
154
155 * snmp.texi: update (completely rewritten almost)
156
gdtf2bfdee2004-06-30 17:25:15 +00001572004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
158
159 * Makefile.am (EXTRA_DIST): Add files in mpls explicitly, to avoid
160 copying CVS files, per the automake manual's recommendations.
161
pauldc0b5ce2004-05-31 14:04:29 +00001622004-05-27 Paul Jakma <paul@dishone.st>
163
164 * Correct RIP port, s/521/520/, reported by xantius@xantius.com
165
hasso6c110e72003-11-27 13:02:03 +00001662003-11-27 Hasso Tepper <hasso@estpak.ee>
167
168 * Added -A and -u descriptions to the man pages.
169
1702003-01-22 Christian Hammers <ch@westend.com>
171
172 * ospfd.texi (OSPF router, OSPF router): Add description.
173
paul718e3742002-12-13 20:15:29 +00001742002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
175
176 * zebra-0.93 released.
177
1782001-02-07 Pekka Savola <pekkas@netcore.fi>
179
180 * Correct bad English ;-).
181
1822001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
183
184 * zebra-0.91 released.
185
1862001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
187
188 * zebra-0.90 released.
189
1902000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
191
192 * zebra-0.89 released.
193
1942000-10-02 Horms <horms@vergenet.net>
195
196 * Makefile.am: Fix texinfo file installation problem.
197
1982000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
199
200 * zebra-0.88 released.
201
202 * ospfd.texi (Redistribute routes to OSPF): distance <1-255>
203 @var{source} command is temporary disabled. So it is removed from
204 document.
205
2062000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
207
208 * vtysh.1: Add man entry for vtysh.
209
210 * bgpd.1: Change section to 8.
211 * ospfd.1: Likewise.
212 * ospf6d.1: Likewise.
213 * ripd.1: Likewise.
214 * ripngd.1: Likewise.
215 * zebra.1: Likewise.
216
2171999-09-01 "A.Waddington" <waddington@usa.net>
218
219 * zebra.texi: Replace @command with @code until it gets ready.
220 Remove @macro.
221
2221999-08-26 Andrew Waddington <waddington@usa.net>
223
224 * bgpd.1: Add man page.
225 ospf6d.1: Likewise.
226 ospfd.1: Likewise.
227 ripd.1: Likewise.
228 ripngd.1: Likewise.
229 zebra.1: Likewise.
230
2311999-08-14 Andrew Waddington <waddington@usa.net>
232
233 * zebra.texi: Many typo is fixed. Some grammatical rectifications
234 is made.
235
2361999-07-27 Gerhard Poul <gpoul@gnu.org>
237
238 * zebra.texi: Update zebra.texi.
239
2401999-07-02 Gerhard Poul <gpoul@gnu.org>
241
242 * draft-zebra-00.ms: New file added. This is groff version of
243 draft-zebra-00.txt. This is a master file of draft-zebra-00.txt.
244
245 * draft-zebra-00.txt: Generated from draft-zebra-00.txt.
246
2471999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
248
249 * zebra.texi (Top): Add ospf6d chapter.
250
2511999-03-31 Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
252
253 * zebra.texi: Improve some sections.
254
2551999-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
256
257 * archfig.tex, zebra.sty, zebra.tex: Temporary removed due to the
258 description is out of date.
259
2601999-02-24 Kunihiro Ishiguro <kunihiro@zebra.org>
261
262 * texinfo.tex: New file added. Automake complains the absence of
263 texinfo.tex.