b) Change the PLIST to use a PLIST_SUB for the version number
to cut down on the size of diffs. (me)
PR: 12312
Submitted by: Steve Coltrin <spcoltri@io.com>
TrickyIRC combines the functionality of screen and BNC, that is, it
allows you to detach and reattach from an IRC session without actually
disconnecting from the server.
PR: 12313
Submitted by: Adam 'Troll' Strohl <troll@digitalspark.net>
A client for the Internet CD Index project, a free replacement for
current systems of looking up digital audio CDs on the Internet.
See: http://www.cdindex.org
PR: 12227
Submitted by: Marc van Woerkom <van.woerkom@netcologne.de>
From the announcement on the zebra mailing list:
ospfd is much improved. DR election bug is fixed. Database
description can be sent and received. Now Neighbor State Machine
goes to Full. We are working on zebra-0.70 can provide real OSPF
routing feature.
bgpd aggregate-address command is added. At this momemnt summary-only
aggregation is supported. `ip community-list' command is added.
New route-map command such as `set community' or `match community'
is added.
zebra's IPv6 related bug is fixed. VTY input buffer overflow bug
is fixed.
DEFUN can eat (a|b|c) statement. So (deny|permit) is useful for
like this:
bgpd(config)# access-list test ?
deny Access list for denies
permit Access list for permits
Changes in zebra-0.68
++ Changes in lib
- DEFUN() is extended to support (a|b|c) statement.
- Input buffer overflow bug is fixed.
++ Changes in bgpd
- `ip community-list' is added.
- set community and match community is added to route-map statement.
- aggregate-address A.B.C.D/M partly works. Now it works only
summary-only mode.
++ Changes in zebra
- IPv6 network address delete bug is fixed.
++ Changes in ospfd
- DR election bug fixed.
- Now Database Description can be send or received.
- Neighbor State Machine goes to Full state.
++ Changes in ospf6d
- router zebra related bug is fixed.
Maintainer writes:
Sorry, but as Ive posted before, I can no longer maintain any of my
ports, serving in the army is eating up all of my free time.
Requested by: Gilad Rom <rom_glsa@ein-hashofet.co.il>