Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update HTML for rls 1.8.5
Signed-off-by: Ben Greear <greearb@candelatech.com>
  • Loading branch information
greearb committed Jan 11, 2012
1 parent cf3a54a commit 22e1556
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 21 deletions.
37 changes: 17 additions & 20 deletions www/html_src/index.html
Expand Up @@ -17,32 +17,29 @@ <h1>Welcome to XORP</h1>
<h2><a name="message">Message to the Community</a></h2>

<p>
September 20, 2011:<br>
XORP 1.8.4 is Released
January 11, 2012:<br>
XORP 1.8.5 is Released

<ul>
<li>Async XRL support from Steven Simpson.</li>
<li>Fix OSPF bug that caused very long join times on larger
systems.</li>

<li>Fix bug when deleting non-VLAN interfaces. Commit would fail
because the code would attempt to remove the interface from
the kernel and fail.</li>
<li>Compile in built-information to let user know exact version
for any particular build.</li>

<li>Fix BSD related crash when adding interface with same ifindex
as a previous interface. OpenBSD has the nasty habit of re-using
the ifindex when creating/deleting virtual interfaces.</li>
<li>Optimize logging (should be faster at runtime, slightly larger
binary size.)</li>

<li>Fix multicast bug that totally breaks XORP multicast on recent
Linux kernels. The problem is that I chose the wrong default
multicast routing table (254, instead of 253 as it should be).
So, if users don't specify a routing table, it pokes routes into
the wrong table. This wasn't caught in my testing because I always
explicitly set the routing table ID.</li>
<li>Fix compile and some other bugs on netbsd.</li>

<li>Add some env variable controlled debugging to the libxorp and libxipc
logic for better debugging of xrls and the event loop.</li>
<li>Fix multicast over GRE tunnels (and other GRE tunnel bugs).</li>

<li>A more detailed change list list is in Release Notes
available at <a href="releases/1.8.4/docs/RELEASE_NOTES">releases/1.8.4/docs/RELEASE_NOTES</a>
<li>Fix ARM platform issues related to raw sockets.</li>

<li>Fix compile on Ubuntu 11.10.</li>

<li>A more detailed change list list is in Release Notes
available at <a href="releases/1.8.5/docs/RELEASE_NOTES">releases/1.8.5/docs/RELEASE_NOTES</a>
</li>
</ul>
</p>
Expand Down Expand Up @@ -74,7 +71,7 @@ <h2>Ongoing Development</h2>
on <a href="http://github.com/greearb/xorp.ct">github</a>.
<P>

<h2>Latest Release: 1.8.4</h2>
<h2>Latest Release: 1.8.5</h2>

<p>
XORP is available for download as a
Expand Down
8 changes: 8 additions & 0 deletions www/html_src/news.html
@@ -1,5 +1,13 @@
<h1>XORP News</h1>

<h2>January 2012</h2>
<ul>
<li>
<b>January, 2012:</b>
<a href="http://github.com/greearb/xorp.ct/downloads">Release 1.8.8</a> is available.
</li>
</ul>

<h2>September 2011</h2>
<ul>
<li>
Expand Down
2 changes: 1 addition & 1 deletion xorp/devnotes/release_process.txt
Expand Up @@ -16,7 +16,7 @@ to make sure the script works properly:
# typically the last commit for the previous release. Use gitk or similar
# to figure this out.

./xorp/devnotes/update_changed_copyright.bash 6f0890b35697718e4a48f06c1148792aca1091c8 HEAD 2011
./xorp/devnotes/update_changed_copyright.bash 6f0890b35697718e4a48f06c1148792aca1091c8 HEAD 2012

# Inspect changes and commit them.

Expand Down

0 comments on commit 22e1556

Please sign in to comment.