]> git.proxmox.com Git - mirror_frr.git/blobdiff - ChangeLog
2005-06-01 Paul Jakma <paul.jakma@sun.com>
[mirror_frr.git] / ChangeLog
index b0c3ab301887235cb3db4cbb75a873e006223577..635ea5b46b601e511e8e9676c9e3ddc64b8fa516 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,115 @@
+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.