]> git.proxmox.com Git - mirror_frr.git/blobdiff - ChangeLog
2004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
[mirror_frr.git] / ChangeLog
index d2c2428bc6b811b1b13e4e1b7918e3a8fef2465e..68186fdb8e9c4b60b0303c835884105ab9cbd025 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,124 @@
+2004-08-31  Greg Troxel  <gdt@poblano.ir.bbn.com>
+
+       * Makefile.am: make m4 as subdir, rather the EXTRA_DISTing it
+
+       * configure.ac: add m4/Makefile to output list
+
+2004-08-31  Greg Troxel  <gdt@poblano.ir.bbn.com>
+       
+       * Makefile.am: Only put pkgsrc dir in SUBDIRS if we should install
+         rc.d files.  (Note that pkgsrc is always in DIST_SUBDIRS.)
+
+       * configure.ac (pkgsrcdir): add new --enable-pkgsrcrcdir to give a
+         directory into which www.pkgsrc.org-style rc.d files are
+         installed.
+
+2004-08-19 Paul Jakma <paul@dishone.st>
+
+       * Makefile.am: add m4 directory to EXTRA_DIST, and define 
+         ACLOCAL_AMFLAGS to have aclocal pull in m4/
+       * configure.ac: AM_PROG_LIBTOOL should be AC_...
+       * update-autotools: print a warning that this script is deprecated  
+       
+2004-08-17  Greg Troxel  <gdt@fnord.ir.bbn.com>
+
+       * update-autotools: print tools versions to aid people in sending
+       bug reports.
+
+2004-07-23  Greg Troxel  <gdt@poblano.ir.bbn.com>
+
+       * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
+       -lfoo", to avoid linking against installed libraries from a
+       previous version.
+
+       * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
+       library version number to be 0.0
+
+       * configure.ac: remove spurious , so extract.pl is chmod'd +x.
+       
+       * HACKING: explain shared library versioning rules
+       
+2004-07-22 Paul Jakma <paul@dishone.st>
+
+       * configure.ac: modify default CFLAGS to be compiler agnostic
+         build Makefile for tests/ subdir.
+         
+2004-07-14  Greg Troxel  <gdt@poblano.ir.bbn.com>
+
+       * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
+       really in distfile.
+
+2004-06-30  Greg Troxel  <gdt@poblano.ir.bbn.com>
+
+       * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
+       version of libzebra when available.
+
+       * configure.ac, update-autotools: Add libtool.
+
+2004-06-30  Greg Troxel  <gdt@poblano.ir.bbn.com>
+
+       * Makefile.am: add files to EXTRA_DIST rather than copying, and
+       omit the kludgy cleaning steps, which were failing when the list
+       to clean was empty.
+
+2004-06-30  Greg Troxel  <gdt@poblano.ir.bbn.com>
+       
+       * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
+       Search for termcap functions more expansively (fixes vtysh compile
+       on NetBSD).  Clean up --enable-vtysh definition.
+
+2004-06-30  Greg Troxel  <gdt@poblano.ir.bbn.com>
+
+       * update-autotools: Use -rf on autom4te.cache.
+
+2004-06-20 Hasso Tepper <hasso@estpak.ee>
+
+       * lib/vty.c: Don't attempt to load configuration file from current
+         directory.
+       * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
+         ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
+         ripngd/ripng_main.c and zebra/main.c.
+
+2004-05-11 Paul Jakma <paul@dishone.st>
+
+       * configure.ac: Add solaris support for the zebra/*_solaris 
+         method's, based on Sowmini's patches.
+
+2004-04-08 Paul Jakma <paul@dishone.st>
+
+       * ospf_spf.h: Add backlink field to struct vertex
+       * ospf_spf.h: (ospf_vertex_new) initialise backlink
+         (ospf_lsa_has_link) return index of link back to
+         vertex V from candidate vertex W, or -1 if no link exists.
+         (ospf_spf_next) save backlink index for candidate vertex
+       * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
+         to determine correct address for virtual-link peers. Fall back 
+         to older "pick first link" method if no backlink index exists.
+         
+2004-04-06 Hasso Tepper <hasso@estpak.ee>
+       
+       * zebra/ipforward_proc.c: Fixed lowering privileges.
+       * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
+       * configure.ac: Added --disable-capabilities switch to configure.
+
+2004-03-22 Hasso Tepper <hasso@estpak.ee>
+
+       * Readded SIGTERM handling so daemons can clean up their stuff if they
+         are killed (not murdered).
+
+2004-03-20 Michael Bruening <mike@vailsys.com>
+
+       * ospfd/ospf_vty.c: Completed array distribute_str of route types with
+         addition of "isis". This array must be indexed by
+         ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
+         be updated with every route type addition. This fix allows
+         commands redistributing routes from (bgp|isis), like "router ospf
+         redistribute bgp ...", to be written to terminal, memory, file,
+         which would otherwise result in a seg fault or, possibly, config
+         file corruption. Overlooked in import of isisd.
+       * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
+         and ripngd/ripng_zebra.c.
+
 2004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
        
        * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,