paul | 1f3585e | 2005-01-05 11:58:31 +0000 | [diff] [blame^] | 1 | 2005-01-05 Paul Jakma <paul@dishone.st> |
| 2 | |
| 3 | * quagga.info: Version bump |
| 4 | |
paul | 2b70200 | 2004-12-23 20:09:44 +0000 | [diff] [blame] | 5 | 2004-12-23 Paul Jakma <paul@dishone.st> |
| 6 | |
| 7 | * quagga.info: Version bump |
| 8 | |
hasso | ee3e115 | 2004-12-18 15:59:25 +0000 | [diff] [blame] | 9 | 2004-12-18 Hasso Tepper <hasso at quagga.net> |
| 10 | |
| 11 | * Makefile.am: Add isisd man page to the list. Should fix problem |
| 12 | isisd not included in release/snapshot tarballs. |
| 13 | |
ajs | 274a4a4 | 2004-12-07 15:39:31 +0000 | [diff] [blame] | 14 | 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 15 | |
| 16 | * basic.texi: Document new logging features. Separate basic config |
| 17 | commands from basic VTY commands. |
| 18 | |
hasso | c065230 | 2004-11-25 19:33:48 +0000 | [diff] [blame] | 19 | 2004-11-25 Hasso Tepper <hasso at quagga.net> |
| 20 | |
| 21 | * *.8: Document -g/--group command line switch and some small |
| 22 | cosmetical changes. |
| 23 | |
paul | 00c8dc7 | 2004-11-22 18:06:59 +0000 | [diff] [blame] | 24 | 2004-11-22 Paul Jakma <paul@dishone.st> |
| 25 | |
| 26 | * bgpd.8: escape -/+ signs, reported by ESR to bug-zebra. |
| 27 | |
hasso | 4857719 | 2004-11-19 06:41:49 +0000 | [diff] [blame] | 28 | 2004-11-19 Hasso Tepper <hasso at quagga.net> |
| 29 | |
| 30 | * Makefile.am: Don't remove quagga.info while cleaning up. |
| 31 | |
paul | fbaf39e | 2004-11-15 00:45:44 +0000 | [diff] [blame] | 32 | 2004-11-15 Paul Jakma <paul@dishone.st> |
| 33 | |
| 34 | * routeserver.texi: Strip ctrl-M from line endings, note by |
| 35 | sigma@smx.pair.com |
paul | 56d1d20 | 2004-11-15 21:56:53 +0000 | [diff] [blame] | 36 | * quagga.info: Add generated file to CVS, as it requires most recent |
| 37 | texinfo to build, until such time as texinfo 4.7 is more |
| 38 | prevalent. |
paul | fbaf39e | 2004-11-15 00:45:44 +0000 | [diff] [blame] | 39 | |
paul | b86718e | 2004-11-08 17:34:07 +0000 | [diff] [blame] | 40 | 2004-11-08 Paul Jakma <paul@dishone.st> |
paul | 0c3368a | 2004-11-07 19:00:16 +0000 | [diff] [blame] | 41 | |
paul | e050db2 | 2004-11-08 16:28:39 +0000 | [diff] [blame] | 42 | * Makefile.am: Add routeserver.texi to quagga_TEXINFOS. |
| 43 | Add quagga.info to clean files list (would have thought automake |
| 44 | would have done this, but it doesnt seem to) |
| 45 | |
| 46 | 2004-11-07 Paul Jakma <paul@dishone.st> |
| 47 | |
paul | 3e6064f | 2004-11-08 12:08:35 +0000 | [diff] [blame] | 48 | * quagga.texi: include routeserver.texi. TODO: integrate the current |
| 49 | multiple-instance orientated bgpd route-server section with the |
| 50 | new route-server docs. |
| 51 | |
| 52 | 2004-11-07 Paul Jakma <paul@dishone.st> |
| 53 | |
paul | 6a22b1f | 2004-11-07 19:39:13 +0000 | [diff] [blame] | 54 | * Makefile.am: Add automatic rule to build pdf's from eps figures. |
| 55 | Clean *.pdf. Add rule for quagga.pdf (as the eps.pdf pattern |
| 56 | probably otherwise will override automake's rule for quagga.pdf) |
| 57 | * overview.texi: URL was causing TeX overfull, put on newline. |
| 58 | * quagga.texi: Put the copyright notice into @copying section, as |
| 59 | is proper. Strip trailling space from the main menu lines. |
| 60 | * rip(ng)?d.texi: Minor reformatting. |
paul | 0c3368a | 2004-11-07 19:00:16 +0000 | [diff] [blame] | 61 | * Add the route server docs. |
paul | 6a22b1f | 2004-11-07 19:39:13 +0000 | [diff] [blame] | 62 | * bgpd.texi: remove unneeded page breaks. The 6Bone example |
| 63 | overflows though. |
paul | 0c3368a | 2004-11-07 19:00:16 +0000 | [diff] [blame] | 64 | * routeserver.texi: new file, texinfo'fied and slightly modified |
| 65 | version of the original TeX from James Luis Rubio. |
| 66 | * fig-*.eps: new files, diagrammes. |
| 67 | |
paul | 76b89b4 | 2004-11-06 17:13:09 +0000 | [diff] [blame] | 68 | 2004-11-06 Paul Jakma <paul@dishone.st> |
| 69 | |
| 70 | * defines.texi.in: New file, texi variables should be set here, |
| 71 | autoconf substitution is available. Define common AUTHORS, |
| 72 | COPYRIGHT_YEAR and COPYRIGHT_STR vars. |
| 73 | * (global): Make use of makeinfo node pointer auto-creation |
| 74 | to avoid having to fully specify links for nodes, so we only have |
| 75 | to specify current node name - simplifies text slightly. |
| 76 | Remove extraneous newlines which appear to cause extra blank pages |
| 77 | to be added in output. |
| 78 | Update copyright strings which appear in various places to |
| 79 | use the new COPYRIGHT_STR texinfo variable. |
| 80 | Change url to uref, the former need not output an actual |
| 81 | hyperlink depending on version of texinfo, the latter should if |
| 82 | supported by the format (eg PDF). |
| 83 | * texinfo.tex: Update to a more recent version. previous file |
| 84 | was many many years old. This file should possibly be removed |
| 85 | altogether, and allowed to be installed by automake. |
| 86 | * quagga.texi: Make use of automake's version.texi feature to |
| 87 | have VERSION and some other vars auto-defined. include |
| 88 | defines.texi. Change copyright strings to use the COPYRIGHT_STR |
| 89 | variable. |
| 90 | * install.texi: Make the privs section an actual section. Ditto for |
| 91 | the Linux notes. |
| 92 | * overview.texi: Supply URL for Quagga, where format allows. Tidy up |
| 93 | one or two paragraphs slightly. |
| 94 | Update the section on supported platforms. |
| 95 | Remove the ZNOG list stuff, direct reader to the website for |
| 96 | further information on email lists. |
| 97 | * vtysh.texi: Update the integrated config file section. Make the |
| 98 | commands sections so correct PDF indexes are built. |
| 99 | |
hasso | 54aa6b2 | 2004-10-12 06:05:34 +0000 | [diff] [blame] | 100 | 2004-10-12 Hasso Tepper <hasso at quagga.net> |
| 101 | |
| 102 | * snmp.texi: ospf6d supports SNMP as well now. |
| 103 | |
hasso | c3abdb7 | 2004-10-11 16:27:03 +0000 | [diff] [blame] | 104 | 2004-10-11 Hasso Tepper <hasso at quagga.net> |
| 105 | |
| 106 | * ospfd.8: Update manpage: add info about new -a/--apiserver command |
| 107 | line switch. |
| 108 | |
paul | e2ea9fe | 2004-10-11 14:33:23 +0000 | [diff] [blame] | 109 | 2004-10-11 Paul Jakma <paul@dishone.st> |
| 110 | |
| 111 | * ospfd.texi: reformat the ospf md5 paragraph, add an additional |
| 112 | way to work around bad clocks. |
| 113 | |
hasso | e7168df | 2004-10-03 20:11:32 +0000 | [diff] [blame] | 114 | 2004-10-03 Hasso Tepper <hasso at quagga.net> |
| 115 | |
| 116 | * vtysh.1: Update vtysh man page to reflect changes in shell. Remove |
| 117 | info about -f command line switch. |
| 118 | |
paul | 4fc7085 | 2004-09-12 05:48:35 +0000 | [diff] [blame] | 119 | 2004-09-11 Paul Jakma <paul@dishone.st> |
| 120 | |
paul | b5f310c | 2004-09-13 13:15:25 +0000 | [diff] [blame] | 121 | * quagga.texi: Update copyright. Contents should be at beginning |
| 122 | of docs... |
| 123 | |
| 124 | 2004-09-11 Paul Jakma <paul@dishone.st> |
| 125 | |
paul | 4fc7085 | 2004-09-12 05:48:35 +0000 | [diff] [blame] | 126 | * ospfd.texi: OSPF MD5 auth requires stable time. |
| 127 | |
hasso | c34b6b5 | 2004-08-31 13:41:49 +0000 | [diff] [blame] | 128 | 2004-08-31 Hasso Tepper <hasso at quagga.net> |
| 129 | |
| 130 | * zebra.8: Document -s/--nl-bufsize command line switch. |
| 131 | |
hasso | 67e29ab | 2004-08-26 22:21:31 +0000 | [diff] [blame] | 132 | 2004-08-27 Hasso Tepper <hasso at quagga.net> |
| 133 | |
| 134 | * Update vtysh man page to reflect changes in shell. |
| 135 | |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 136 | 2004-08-10 Hasso Tepper <hasso at quagga.net> |
| 137 | |
| 138 | * Updated man pages. |
| 139 | * Removed vty commands section from all man pages. This inf belongs to |
| 140 | Info pages. |
| 141 | * Added isisd man page. |
| 142 | |
paul | 4f4795e | 2004-07-31 15:16:47 +0000 | [diff] [blame] | 143 | 2004-07-31 Christian Hammers <ch@lathspell.de> |
| 144 | |
| 145 | * snmp.texi: update (completely rewritten almost) |
| 146 | |
gdt | f2bfdee | 2004-06-30 17:25:15 +0000 | [diff] [blame] | 147 | 2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com> |
| 148 | |
| 149 | * Makefile.am (EXTRA_DIST): Add files in mpls explicitly, to avoid |
| 150 | copying CVS files, per the automake manual's recommendations. |
| 151 | |
paul | dc0b5ce | 2004-05-31 14:04:29 +0000 | [diff] [blame] | 152 | 2004-05-27 Paul Jakma <paul@dishone.st> |
| 153 | |
| 154 | * Correct RIP port, s/521/520/, reported by xantius@xantius.com |
| 155 | |
hasso | 6c110e7 | 2003-11-27 13:02:03 +0000 | [diff] [blame] | 156 | 2003-11-27 Hasso Tepper <hasso@estpak.ee> |
| 157 | |
| 158 | * Added -A and -u descriptions to the man pages. |
| 159 | |
| 160 | 2003-01-22 Christian Hammers <ch@westend.com> |
| 161 | |
| 162 | * ospfd.texi (OSPF router, OSPF router): Add description. |
| 163 | |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 164 | 2002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 165 | |
| 166 | * zebra-0.93 released. |
| 167 | |
| 168 | 2001-02-07 Pekka Savola <pekkas@netcore.fi> |
| 169 | |
| 170 | * Correct bad English ;-). |
| 171 | |
| 172 | 2001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 173 | |
| 174 | * zebra-0.91 released. |
| 175 | |
| 176 | 2001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 177 | |
| 178 | * zebra-0.90 released. |
| 179 | |
| 180 | 2000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 181 | |
| 182 | * zebra-0.89 released. |
| 183 | |
| 184 | 2000-10-02 Horms <horms@vergenet.net> |
| 185 | |
| 186 | * Makefile.am: Fix texinfo file installation problem. |
| 187 | |
| 188 | 2000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 189 | |
| 190 | * zebra-0.88 released. |
| 191 | |
| 192 | * ospfd.texi (Redistribute routes to OSPF): distance <1-255> |
| 193 | @var{source} command is temporary disabled. So it is removed from |
| 194 | document. |
| 195 | |
| 196 | 2000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 197 | |
| 198 | * vtysh.1: Add man entry for vtysh. |
| 199 | |
| 200 | * bgpd.1: Change section to 8. |
| 201 | * ospfd.1: Likewise. |
| 202 | * ospf6d.1: Likewise. |
| 203 | * ripd.1: Likewise. |
| 204 | * ripngd.1: Likewise. |
| 205 | * zebra.1: Likewise. |
| 206 | |
| 207 | 1999-09-01 "A.Waddington" <waddington@usa.net> |
| 208 | |
| 209 | * zebra.texi: Replace @command with @code until it gets ready. |
| 210 | Remove @macro. |
| 211 | |
| 212 | 1999-08-26 Andrew Waddington <waddington@usa.net> |
| 213 | |
| 214 | * bgpd.1: Add man page. |
| 215 | ospf6d.1: Likewise. |
| 216 | ospfd.1: Likewise. |
| 217 | ripd.1: Likewise. |
| 218 | ripngd.1: Likewise. |
| 219 | zebra.1: Likewise. |
| 220 | |
| 221 | 1999-08-14 Andrew Waddington <waddington@usa.net> |
| 222 | |
| 223 | * zebra.texi: Many typo is fixed. Some grammatical rectifications |
| 224 | is made. |
| 225 | |
| 226 | 1999-07-27 Gerhard Poul <gpoul@gnu.org> |
| 227 | |
| 228 | * zebra.texi: Update zebra.texi. |
| 229 | |
| 230 | 1999-07-02 Gerhard Poul <gpoul@gnu.org> |
| 231 | |
| 232 | * draft-zebra-00.ms: New file added. This is groff version of |
| 233 | draft-zebra-00.txt. This is a master file of draft-zebra-00.txt. |
| 234 | |
| 235 | * draft-zebra-00.txt: Generated from draft-zebra-00.txt. |
| 236 | |
| 237 | 1999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 238 | |
| 239 | * zebra.texi (Top): Add ospf6d chapter. |
| 240 | |
| 241 | 1999-03-31 Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> |
| 242 | |
| 243 | * zebra.texi: Improve some sections. |
| 244 | |
| 245 | 1999-03-04 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 246 | |
| 247 | * archfig.tex, zebra.sty, zebra.tex: Temporary removed due to the |
| 248 | description is out of date. |
| 249 | |
| 250 | 1999-02-24 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 251 | |
| 252 | * texinfo.tex: New file added. Automake complains the absence of |
| 253 | texinfo.tex. |