blob: b3052f4f205b4a9635fda2c1b0d7f7004c388bd0 [file] [log] [blame]
paul2b702002004-12-23 20:09:44 +000012004-12-23 Paul Jakma <paul@dishone.st>
2
3 * quagga.info: Version bump
4
hassoee3e1152004-12-18 15:59:25 +000052004-12-18 Hasso Tepper <hasso at quagga.net>
6
7 * Makefile.am: Add isisd man page to the list. Should fix problem
8 isisd not included in release/snapshot tarballs.
9
ajs274a4a42004-12-07 15:39:31 +0000102004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
11
12 * basic.texi: Document new logging features. Separate basic config
13 commands from basic VTY commands.
14
hassoc0652302004-11-25 19:33:48 +0000152004-11-25 Hasso Tepper <hasso at quagga.net>
16
17 * *.8: Document -g/--group command line switch and some small
18 cosmetical changes.
19
paul00c8dc72004-11-22 18:06:59 +0000202004-11-22 Paul Jakma <paul@dishone.st>
21
22 * bgpd.8: escape -/+ signs, reported by ESR to bug-zebra.
23
hasso48577192004-11-19 06:41:49 +0000242004-11-19 Hasso Tepper <hasso at quagga.net>
25
26 * Makefile.am: Don't remove quagga.info while cleaning up.
27
paulfbaf39e2004-11-15 00:45:44 +0000282004-11-15 Paul Jakma <paul@dishone.st>
29
30 * routeserver.texi: Strip ctrl-M from line endings, note by
31 sigma@smx.pair.com
paul56d1d202004-11-15 21:56:53 +000032 * quagga.info: Add generated file to CVS, as it requires most recent
33 texinfo to build, until such time as texinfo 4.7 is more
34 prevalent.
paulfbaf39e2004-11-15 00:45:44 +000035
paulb86718e2004-11-08 17:34:07 +0000362004-11-08 Paul Jakma <paul@dishone.st>
paul0c3368a2004-11-07 19:00:16 +000037
paule050db22004-11-08 16:28:39 +000038 * Makefile.am: Add routeserver.texi to quagga_TEXINFOS.
39 Add quagga.info to clean files list (would have thought automake
40 would have done this, but it doesnt seem to)
41
422004-11-07 Paul Jakma <paul@dishone.st>
43
paul3e6064f2004-11-08 12:08:35 +000044 * quagga.texi: include routeserver.texi. TODO: integrate the current
45 multiple-instance orientated bgpd route-server section with the
46 new route-server docs.
47
482004-11-07 Paul Jakma <paul@dishone.st>
49
paul6a22b1f2004-11-07 19:39:13 +000050 * Makefile.am: Add automatic rule to build pdf's from eps figures.
51 Clean *.pdf. Add rule for quagga.pdf (as the eps.pdf pattern
52 probably otherwise will override automake's rule for quagga.pdf)
53 * overview.texi: URL was causing TeX overfull, put on newline.
54 * quagga.texi: Put the copyright notice into @copying section, as
55 is proper. Strip trailling space from the main menu lines.
56 * rip(ng)?d.texi: Minor reformatting.
paul0c3368a2004-11-07 19:00:16 +000057 * Add the route server docs.
paul6a22b1f2004-11-07 19:39:13 +000058 * bgpd.texi: remove unneeded page breaks. The 6Bone example
59 overflows though.
paul0c3368a2004-11-07 19:00:16 +000060 * routeserver.texi: new file, texinfo'fied and slightly modified
61 version of the original TeX from James Luis Rubio.
62 * fig-*.eps: new files, diagrammes.
63
paul76b89b42004-11-06 17:13:09 +0000642004-11-06 Paul Jakma <paul@dishone.st>
65
66 * defines.texi.in: New file, texi variables should be set here,
67 autoconf substitution is available. Define common AUTHORS,
68 COPYRIGHT_YEAR and COPYRIGHT_STR vars.
69 * (global): Make use of makeinfo node pointer auto-creation
70 to avoid having to fully specify links for nodes, so we only have
71 to specify current node name - simplifies text slightly.
72 Remove extraneous newlines which appear to cause extra blank pages
73 to be added in output.
74 Update copyright strings which appear in various places to
75 use the new COPYRIGHT_STR texinfo variable.
76 Change url to uref, the former need not output an actual
77 hyperlink depending on version of texinfo, the latter should if
78 supported by the format (eg PDF).
79 * texinfo.tex: Update to a more recent version. previous file
80 was many many years old. This file should possibly be removed
81 altogether, and allowed to be installed by automake.
82 * quagga.texi: Make use of automake's version.texi feature to
83 have VERSION and some other vars auto-defined. include
84 defines.texi. Change copyright strings to use the COPYRIGHT_STR
85 variable.
86 * install.texi: Make the privs section an actual section. Ditto for
87 the Linux notes.
88 * overview.texi: Supply URL for Quagga, where format allows. Tidy up
89 one or two paragraphs slightly.
90 Update the section on supported platforms.
91 Remove the ZNOG list stuff, direct reader to the website for
92 further information on email lists.
93 * vtysh.texi: Update the integrated config file section. Make the
94 commands sections so correct PDF indexes are built.
95
hasso54aa6b22004-10-12 06:05:34 +0000962004-10-12 Hasso Tepper <hasso at quagga.net>
97
98 * snmp.texi: ospf6d supports SNMP as well now.
99
hassoc3abdb72004-10-11 16:27:03 +00001002004-10-11 Hasso Tepper <hasso at quagga.net>
101
102 * ospfd.8: Update manpage: add info about new -a/--apiserver command
103 line switch.
104
paule2ea9fe2004-10-11 14:33:23 +00001052004-10-11 Paul Jakma <paul@dishone.st>
106
107 * ospfd.texi: reformat the ospf md5 paragraph, add an additional
108 way to work around bad clocks.
109
hassoe7168df2004-10-03 20:11:32 +00001102004-10-03 Hasso Tepper <hasso at quagga.net>
111
112 * vtysh.1: Update vtysh man page to reflect changes in shell. Remove
113 info about -f command line switch.
114
paul4fc70852004-09-12 05:48:35 +00001152004-09-11 Paul Jakma <paul@dishone.st>
116
paulb5f310c2004-09-13 13:15:25 +0000117 * quagga.texi: Update copyright. Contents should be at beginning
118 of docs...
119
1202004-09-11 Paul Jakma <paul@dishone.st>
121
paul4fc70852004-09-12 05:48:35 +0000122 * ospfd.texi: OSPF MD5 auth requires stable time.
123
hassoc34b6b52004-08-31 13:41:49 +00001242004-08-31 Hasso Tepper <hasso at quagga.net>
125
126 * zebra.8: Document -s/--nl-bufsize command line switch.
127
hasso67e29ab2004-08-26 22:21:31 +00001282004-08-27 Hasso Tepper <hasso at quagga.net>
129
130 * Update vtysh man page to reflect changes in shell.
131
hasso246c1352004-08-10 12:00:34 +00001322004-08-10 Hasso Tepper <hasso at quagga.net>
133
134 * Updated man pages.
135 * Removed vty commands section from all man pages. This inf belongs to
136 Info pages.
137 * Added isisd man page.
138
paul4f4795e2004-07-31 15:16:47 +00001392004-07-31 Christian Hammers <ch@lathspell.de>
140
141 * snmp.texi: update (completely rewritten almost)
142
gdtf2bfdee2004-06-30 17:25:15 +00001432004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
144
145 * Makefile.am (EXTRA_DIST): Add files in mpls explicitly, to avoid
146 copying CVS files, per the automake manual's recommendations.
147
pauldc0b5ce2004-05-31 14:04:29 +00001482004-05-27 Paul Jakma <paul@dishone.st>
149
150 * Correct RIP port, s/521/520/, reported by xantius@xantius.com
151
hasso6c110e72003-11-27 13:02:03 +00001522003-11-27 Hasso Tepper <hasso@estpak.ee>
153
154 * Added -A and -u descriptions to the man pages.
155
1562003-01-22 Christian Hammers <ch@westend.com>
157
158 * ospfd.texi (OSPF router, OSPF router): Add description.
159
paul718e3742002-12-13 20:15:29 +00001602002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
161
162 * zebra-0.93 released.
163
1642001-02-07 Pekka Savola <pekkas@netcore.fi>
165
166 * Correct bad English ;-).
167
1682001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
169
170 * zebra-0.91 released.
171
1722001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
173
174 * zebra-0.90 released.
175
1762000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
177
178 * zebra-0.89 released.
179
1802000-10-02 Horms <horms@vergenet.net>
181
182 * Makefile.am: Fix texinfo file installation problem.
183
1842000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
185
186 * zebra-0.88 released.
187
188 * ospfd.texi (Redistribute routes to OSPF): distance <1-255>
189 @var{source} command is temporary disabled. So it is removed from
190 document.
191
1922000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
193
194 * vtysh.1: Add man entry for vtysh.
195
196 * bgpd.1: Change section to 8.
197 * ospfd.1: Likewise.
198 * ospf6d.1: Likewise.
199 * ripd.1: Likewise.
200 * ripngd.1: Likewise.
201 * zebra.1: Likewise.
202
2031999-09-01 "A.Waddington" <waddington@usa.net>
204
205 * zebra.texi: Replace @command with @code until it gets ready.
206 Remove @macro.
207
2081999-08-26 Andrew Waddington <waddington@usa.net>
209
210 * bgpd.1: Add man page.
211 ospf6d.1: Likewise.
212 ospfd.1: Likewise.
213 ripd.1: Likewise.
214 ripngd.1: Likewise.
215 zebra.1: Likewise.
216
2171999-08-14 Andrew Waddington <waddington@usa.net>
218
219 * zebra.texi: Many typo is fixed. Some grammatical rectifications
220 is made.
221
2221999-07-27 Gerhard Poul <gpoul@gnu.org>
223
224 * zebra.texi: Update zebra.texi.
225
2261999-07-02 Gerhard Poul <gpoul@gnu.org>
227
228 * draft-zebra-00.ms: New file added. This is groff version of
229 draft-zebra-00.txt. This is a master file of draft-zebra-00.txt.
230
231 * draft-zebra-00.txt: Generated from draft-zebra-00.txt.
232
2331999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
234
235 * zebra.texi (Top): Add ospf6d chapter.
236
2371999-03-31 Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
238
239 * zebra.texi: Improve some sections.
240
2411999-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
242
243 * archfig.tex, zebra.sty, zebra.tex: Temporary removed due to the
244 description is out of date.
245
2461999-02-24 Kunihiro Ishiguro <kunihiro@zebra.org>
247
248 * texinfo.tex: New file added. Automake complains the absence of
249 texinfo.tex.