]> git.proxmox.com Git - mirror_frr.git/blobdiff - ChangeLog
* isis_adjacency.c: Stop expire timer while deleting adjacency.
[mirror_frr.git] / ChangeLog
index 5386c4a048f866015c24fa08788ef01c91f04d69..603f5c44ee37cd055657b9510ba043a60c0fd85c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,259 @@
+2005-09-29 Paul Jakma <paul.jakma@sun.com>
+
+       * configure.ac: Add the test for Solaris least-privileges. Set
+         defines for whether capabilities are supported and whether of
+         the linux or solaris variety.
+         Add missing-prototypes, missing-declarations, char-subscripts
+         and cast-qual warnings to default cflags, cause Hasso enjoys warnings,
+         and we really should clean the remaining ones up. (ie isisd..).
+       * (*/*main.c) Update the zebra_capabilities_t arrays in the various
+         daemons to match the changes made in lib/privs.h.
+         
+2005-09-19 Hasso Tepper <hasso at quagga.net>
+
+       * configure.ac: Test existance of strndup.
+
+2005-08-25 Paul Jakma <paul@jakma.org>
+
+       * configure.ac: Add -fno-omit-frame-pointer after -Os in default
+         cflags, just to be sure.
+         Fedora's readline library does not itself link to termcap, hence
+         we must pass the result of termcap tests in via OTHER-LIBRARIES
+         argument, otherwise the test of main in readline will fail due to 
+         missing termcap systems. On systems like Debian, -ltermcap
+         is not needed for the readline test, because libreadline already
+         links to it.
+         
+2005-08-25 Hasso Tepper <hasso at quagga.net>
+
+       * configure.ac, vtysh/Makefile.am: Only vtysh needs to be linked
+         against libreadline and friends.
+
+2005-08-13 Paul Jakma <paul@jakma.org>
+
+       * Makefile.am: (EXTRA_DIST) Add the trailing slash back in which
+         greg left out - tools bits weren't being included in dist,
+         which broke rpm builds :).
+
+2005-08-10  Greg Troxel  <gdt@fnord.ir.bbn.com>
+
+       * Makefile.am (EXTRA_DIST): add INSTALL.quagga.txt, because people
+       that patch releases need to know about autoconf required versions.
+
+2005-06-30 Louis Lagendijk <louis.lagendijk@gmail.com>
+
+       * configure.ac: Actually test whether libc has IPv6 support.
+
+2005-06-28 Paul Jakma <paul.jakma@sun.com>
+
+       * INSTALL.quagga.txt: GNU make is required now, because of manual
+         automatic rules in solaris/Makefile.am. (If someone knows how
+         to do these in a better way..).
+         GNU AWK is required for CVS checkout builds.
+
+2005-06-01 Paul Jakma <paul.jakma@sun.com>
+
+       * NEWS: bgpd work queues and ripd auth-mode change
+
+2005-05-07 Yar Tikhiy <yar@comp.chem.msu.su>
+
+       * configure.ac: Check for OSes which support passing ifindex in
+         struct ip_mreq.
+
+2005-04-29 Paul Jakma <paul.jakma@sun.com>
+
+       * NEWS: Added some more 0.99 news.
+       * configure.ac: bump to 0.99.1 (0.99.0 was never released except
+         via CVS snapshots)
+
+2005-04-25 Paul Jakma <paul.jakma@sun.com>
+
+       * HACKING: Add some notes about build system changes, to
+         document common oversights (common for me anyway).
+         Seperate sections with two newlines, easier to read.
+
+2005-04-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * configure.ac: Added AC_ARG_ENABLE(time-check).  By default,
+         warning messages will now be printed for threads or commands that take
+         longer than 5 seconds, but this configure argument can be used
+         to disable the checks or change the threshold.
+
+2005-04-16 Paul Jakma <paul.jakma@sun.com>
+
+       * configure.ac: check for gawk, needed to build memtypes.h
+
+2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * configure.ac: Move AC_CANONICAL_* stuff before AM_INIT_AUTOMAKE to
+         eliminate warning message about AC_ARG_PROGRAM being called
+         before AC_CANONICAL_TARGET.
+
+2005-04-11 Paul Jakma <paul.jakma@sun.com>
+
+       * configure.ac: Call AC_CANONICAL_{BUILD,TARGET} macros. Target isnt
+         set otherwise, afaict. AC_SUBST enable_{user,group,vty_group} and
+         quagga_statedir - the Solaris package bits for one need this.
+         configure the solaris/ Makefile.
+       * Makefile.am: solaris is a subdir - unconditional or else it wont
+         be included in non-solaris made dists.
+         
+2005-04-10 Paul Jakma <paul.jakma@sun.com>
+
+       * configure.ac: Fix host string recognition for Solaris Nevada aka
+         solaris2.10.1, and hopefully future such strings.
+
+2005-04-07 Paul Jakma <paul.jakma@sun.com>
+
+       * (global): Fix up list loops to match changes in lib/linklist, 
+         and some basic auditing of usage.
+       * configure.ac: define QUAGGA_NO_DEPRECATED_INTERFACES
+       * HACKING: Add notes about deprecating interfaces and commands.
+
+2005-04-05 Paul Jakma <paul@dishone.st>
+
+       * HACKING: remove the 'manually patch redhat/quagga.spec' bit
+         from RELEASE section. Let the rpm revision be CONFDATE, will work
+         fine. Expand on the importance of supplying good ChangeLog's in
+         the PATCH SUBMISSION section.
+
+2005-04-04 Hasso Tepper <hasso at quagga.net>
+
+       * configure.ac: Fix AC_LANG_SOURCE usage. It needs double square
+         brackets around source. Single ones broke square brackets in the
+         code (arrays).
+
+2005-04-03 Hasso Tepper <hasso at quagga.net>
+
+       * configure.ac: Use AC_RUN_IFELSE instead of obsolete AC_TRY_RUN macro
+         and define action for cross-compiling.
+
+2005-04-02 Hasso Tepper <hasso at quagga.net>
+
+       * configure.ac: Add --enable-isis-topology to enable isisd topology
+         generator code.
+
+2005-04-02 Paul Jakma <paul@dishone.st>
+
+       * INSTALL.quagga.txt: Add note about additional CVS build
+         requirements, if one wishes to build ps/pdf docs.
+
+2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * configure.ac: Add strnlen to AC_CHECK_FUNCS.
+
+2005-03-28 Hasso Tepper <hasso at quagga.net>
+
+       * configure.ac, */Makefile.am: Fix previous commit. SNMP includes
+         must be after lib/ includes in some systems. Introduce SNMP_INCLUDES
+         for that.
+
+2005-03-28 Hasso Tepper <hasso at quagga.net>
+
+       * configure.ac: Fix most of "Presents But Cannot Compiled" warnings
+         about various headers. CFLAGS is not correct place to specify
+         includes, INCLUDES is for that.
+
+2005-03-27 Hasso Tepper <hasso at quagga.net>
+
+       * configure.ac: Add Intel compiler (icc) support. Although Intel
+         tries really hard to make icc look like gcc, there are some
+         differences. It's very verbose with -Wall and it doesn't support
+         the individual -W options. We are going to ignore some of these
+         warnings.
+
+2005-03-26 Hasso Tepper <hasso at quagga.net>
+
+       * doc/defines.texi.in, lib/version.h.in: Update copyright string to
+         include year 2005. 
+
+2005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
+       * configure.ac: add struct nd_opt_interval and struct
+         nd_opt_homeagent_info detection.
+
+2005-03-14 Paul Jakma <paul.jakma@sun.com>
+
+       * (global) update all c files to match the lib/vector.h rename of
+         (struct vector).active to max, and vector_max macro to
+         vector_active.
+2005-03-12 Paul Jakma <paul.jakma@sun.com>
+
+       * configure.ac: Solaris 8 can use the newer lifreq based methods
+         too, allows IPv6.
+
+2005-02-19 Hasso Tepper <hasso at quagga.net>
+
+       * configure.ac: Fix Linux detection. Host types like i686-pc-linux
+         didn't match the pattern.
+
+2005-02-09 Paul Jakma <paul.jakma@sun.com>
+
+       * (global) Update code to match stream.h changes.
+         stream_get_putp effectively replaced with stream_get_endp.
+         stream_forward renamed to stream_forward_getp.
+         stream_forward_endp introduced to replace some previous 
+         setting/manual twiddling of putp by daemons.
+
+2005-01-24 Paul Jakma <paul@dishone.st>
+
+       * configure.ac: Bump version to 0.99.0
+
+2005-01-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * redhat/quagga.spec.in: Fix postun script to avoid misleading error
+         message saying the postun scriptlet failed when watchquagga
+         is not running.
+
+2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * configure.ac: Test for header file <ucontext.h> (for use in
+         signal processing).
+
+2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * configure.ac: If configure is invoked with --enable-snmp, but
+         the configure script is unable to find SNMP support on the platform,
+         then configure should give an error message and exit.
+
+2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * redhat/quagga.spec.in: Pass --enable-gcc-rdynamic to configure
+         to get gcc to link with -rdynamic for better backtraces.
+         When the rpm is upgraded, the restart logic now works as follows:
+         1. stop watchquagga; 2. stop all routing daemons; 3. restart zebra
+         if it was running; 4. start all routing daemons that were running;
+         and 5. start watchquagga if it was running.
+
+2005-01-07 Paul Jakma <paul@dishone.st>
+
+       * configure.ac: Bump version to 0.98.0
+
+2005-01-05 Paul Jakma <paul@dishone.st>
+
+       * configure.ac: Bump version to 0.97.5
+
+2005-01-04  Greg Troxel  <gdt@fnord.ir.bbn.com>
+
+       * configure.ac: Use AC_MSG_CHECKING/AC_MSG_RESULT around
+       CMSG_FIRSTHDR check, so it shows up in the output of configure.
+       Tested on NetBSD, which doesn't define HAVE_BROKEN_CMSG_FIRSTHDR.
+
+2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * configure.ac: Added test for broken CMSG_FIRSTHDR macro
+         (relevant for Solaris 8 and unpatched Solaris 9, don't know
+         whether other platforms are affected).
+
+2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * NEWS: Note improved logging facilities.
+
+2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * configure.ac: Add new option --enable-gcc-rdynamic to link
+         with -rdynamic.
+
 2004-12-23 Paul Jakma <paul@dishone.st>
 
        configure.ac: Bump version to 0.97.4