@@ -1,467 +0,0 @@
--------------------------------------------------------------------
-Mon Jan 19 14:09:55 CET 2009 - prusnak@suse.cz
-
-- updated to 0.99.11
- * bgpd:
- - Document the FSM dummy-peer race that sometimes afflicts
- session setup
- - Fix definition of an rsclient command
- - Fix double-free crash in bgp_table_finish, seen with rs-client
- - Fix triggerable crash when compiled with --disable-bgp-announce
- - TCP-MD5: password vty configuration and initial Linux support
- * isisd:
- - Try open vanity-named DLPI dev before style 1,2
- - Fix packet filtering with DLPI
- - Switch to lib/ Fletcher checksum, fixing bug in isisd
- * lib:
- - Add fletcher checksum implementation
- - Add support for a 'restricted mode' with anonymous vty
- connections
- - Allow delete during password entry
- - CMD_AS_RANGE accidently quoted and so not expanded in vty
- * ospfd:
- - Default route needs to be refreshed after neighbour state change
- - Fix SEGV during startup introduced in recent commit
- - Move passive interface check
- - Restructure opsf_if_update() and ospf_network_run()
- - Fix SEGV in ip ospf neighbor all
- - Ignore host routes to self.
- - Set destination for PtP links to OSPF_ALLSPFROUTERS
- * zebra:
- - Filter out unwanted netlink messages by PID
- - clean up blocking setting of netlink sockets
- - netlink buffer size tweaking only needed on receive socket
- - netlink: no need to change privs for receive
- - netlink: quiet harmless errors
- - Set proto/scope on all route update messages
- - Make BSD link-state deal more gracefully with GIFMEDIA ioctl
- error
- - ignore dead routes in RIB update
-
--------------------------------------------------------------------
-Fri Sep 12 20:56:45 CEST 2008 - crrodriguez@suse.de
-
-- disable static libraries
-
--------------------------------------------------------------------
-Thu Aug 28 23:20:32 CEST 2008 - cthiel@suse.de
-
-- fix init scripts
-
--------------------------------------------------------------------
-Mon Jul 28 11:10:30 CEST 2008 - prusnak@suse.cz
-
-- updated to 0.99.10
- * [bgpd] 4-byte AS support added
- * [bgpd] MRT format changes to version 2.
- Those relying on bgpd MRT table dumps may need to update their tools.
- * [bgpd] Added new route-map set statement: "as-path exclude"
- * Zebra RIB updates queue has evolved into a multi-level structure
- to address RIB consistency issues.
-- removed obsoleted patch:
- * badshift.patch (included in update)
-
--------------------------------------------------------------------
-Tue Jan 8 12:39:33 CET 2008 - prusnak@suse.cz
-
-- fixed bad left shift (badshift.patch) [#351517]
-
--------------------------------------------------------------------
-Tue Sep 25 11:46:52 CEST 2007 - prusnak@suse.cz
-
-- updated to 0.99.9
- * added support for separate link-layer access mechanisms in isisd
- * add back check for inet_aton, which got dropped somehow
- in previous jumbo patch
- * use AC_GNU_SOURCE to define _GNU_SOURCE, rather than having
- lib/zebra.h do it
- * AC_FUNC_STRNLEN has side-effects with latest autoconf,
- use AC_CHECK_FUNC on strnlen instead
- * general cleanup of header and type checks, introducing an internal
- define, QUAGGA_INCLUDES, to build up a list of stuff to include so
- as to avoid 'present but cant be compiled' warnings
- * misc additional checks of things missing according to autoscan
- * add LIBM, for bgpd's use of libm, so as to avoid burdening LIBS,
- and all the binaries, with libm linkage
- * remove the bad practice of using m4 changequote(),
- just quote the []'s in the case statements properly
- * update all HAVE_* to the standard autoconf namespaced HAVE_* defines
- (i.e. HAVE_SA_LEN->HAVE_STRUCT_SOCKADDR_SA_LEN)
- * add LIBM to bgpd's LDADD, for pow()
- * change gcc CFLAGS from '-std=c99' to '-std=gnu99' to improve
- portability
-- dropped obsolete patches:
- * strcmp.patch (included in update)
-
--------------------------------------------------------------------
-Thu Sep 13 16:19:26 CEST 2007 - prusnak@suse.cz
-
-- backported security fixes for bgpd from 0.99.9 [#310166]
-
--------------------------------------------------------------------
-Thu Jun 7 15:47:55 CEST 2007 - prusnak@suse.cz
-
-- removed broken strict-aliasing.patch
-- added -fno-strict-aliasing to CFLAGS
-
--------------------------------------------------------------------
-Wed Jun 6 17:14:52 CEST 2007 - prusnak@suse.cz
-
-- updated to 0.99.7
-- added mandatory LSB tags Short-Description to init files
-- added %run_ldconfig to %post and %postun sections
-- cleaned spec file
-- dropped obsolete patches:
- * CVE-2007-1995.patch (included in update)
-
--------------------------------------------------------------------
-Tue Apr 24 19:30:49 CEST 2007 - anosek@suse.cz
-
-- updated to version 0.99.6
- * bgpd
- o Bug #302, bgpd can get stuck in state Clearing
- o Implement 'debug bgp zebra' to log all messages to and from zebra.
- o Fix bug where a deleted route that was quickly re-added was being lost
- o trivial: non C99 u_int.._t should be uint.._t
- o struct peer must have bgp field valid (redistribute crash)
- o Coverity CID #64: Needless NULL check, CID #64: Deref of potentially NULL pointer.
- o CID#73, potential crash in bgp statistics if called for AFI/SAFI with emtpy table
- o Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers stuck in Clearing.
- o Trivial fix of printf format/arg mismatch
- o reduce the process queue hold time to something more sensible
- o RIB statistics address space size shouldnt double count space
- o simplify peer refcounts, squash slow peer leak
- o Fix 0.99 shutdown regression, introduce Clearing and Deleted states
- o Add RIB reporting commands, show bgp ... statistics
- o Handle pcount as flags are changed, fixing pcount issues
- o Add 'show ... neighbor .... prefix-counts' command
- * ospfd
- o Consider all connected addresses when creating ospf interfaces
- o Add debug messages for a few zebra messages that had been overlooked
- o Fix bug in passive-interface default commands.
- o Stop losing subsequent default-information originate 'always' info
- o Add passive-interface default support
- o Improve some warning messages.
- o Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commit
- * isisd: Fix compiler warnings and allow v4-only compilation
- * zebra
- o Changes of nexthops of static routes didnt take effect
- o Compile fix for PF_ROUTE
- * ripd
- o bug #293: routemap set metric doesn't check for underflow correctly
- o bug #278: remove gratuitous use of mid-function declaration
- * general
- o [daemon startup] Add --dry-run/-C argument to daemons, to check config file syntax
- o Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commands
- o [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues)
- o [doc] Add recent NetBSD/FreeBSD versions to list of what ought to work.
-- dropped obsolete patches snmp.diff, nextnode.diff
-- fixed VUL-0: quagga DoS [#266100] (CVE-2007-1995.patch)
-
--------------------------------------------------------------------
-Tue Jan 23 11:31:11 CET 2007 - prusnak@suse.cz
-
-- fixed insufficient strcmp.diff
-
--------------------------------------------------------------------
-Wed Dec 20 14:28:56 CET 2006 - prusnak@suse.cz
-
-- fixed "nextnode" misuse
-
--------------------------------------------------------------------
-Tue Dec 19 14:48:51 CET 2006 - prusnak@suse.cz
-
-- fixed "comparison with string literal" [#228420]
-
--------------------------------------------------------------------
-Mon Aug 21 21:34:34 CEST 2006 - kukuk@suse.de
-
-- Fix PAM config to work on lib64 archs.
-
--------------------------------------------------------------------
-Thu Aug 3 10:44:16 CEST 2006 - mmarek@suse.cz
-
-- updated to version 0.98.6
- * comtains latest security fixes, obsoleting CVE-2006-2223-4.patch
- * some ospfd bugfixes
-- dropped netlink-fix.diff, which has been obsolete for some time
-
--------------------------------------------------------------------
-Fri Jun 16 23:16:41 CEST 2006 - schwab@suse.de
-
-- Remove old and broken libtool macros.
-
--------------------------------------------------------------------
-Fri May 12 12:36:37 CEST 2006 - mmarek@suse.cz
-
-- fixed ripd not configurable to protect routing table from
- malicious updates (CVE-2006-2223, CVE-2006-2224)
- [#173828] (CVE-2006-2223-4.patch)
|
|