paul | 85d976a | 2005-04-20 09:08:27 +0000 | [diff] [blame] | 1 | 2005-04-20 Paul Jakma <paul@dishone.st> |
| 2 | |
| 3 | * Makefile.am: Add @INCLUDES@ and srcdir to allow out-of-tree |
| 4 | builds to work. |
| 5 | |
gdt | 87efd64 | 2004-06-30 17:36:11 +0000 | [diff] [blame] | 6 | 2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com> |
| 7 | |
| 8 | * Makefile.am: Add libtool/shlib support. |
| 9 | |
paul | 2d33f15 | 2003-03-17 01:10:58 +0000 | [diff] [blame] | 10 | 2003-01-10 Ralph Keller <keller@tik.ee.ethz.ch> |
| 11 | * New ChangeLog |
| 12 | |
| 13 | 2003-01-08 Ralph Keller <keller@tik.ee.ethz.ch> |
| 14 | * apiclient message passing bug resolved |
| 15 | * (proposed by Masahiko) |
| 16 | |
| 17 | 2002-10-09 Ralph Keller <keller@tik.ee.ethz.ch> |
| 18 | * Includes patch in OSPFd for ISM, NSM, neighbor |
| 19 | |
| 20 | 2002-09-16 Ralph Keller <keller@tik.ee.ethz.ch> |
| 21 | * Current patch vs. Zebra-0.93b |
| 22 | |
| 23 | 2002-08-22 Ralph Keller <keller@tik.ee.ethz.ch> |
| 24 | * Bugfix: LSA updates are now received only once even |
| 25 | * if multiple opaque types are registered |
| 26 | |
| 27 | 2002-08-06 Ralph Keller <keller@tik.ee.ethz.ch> |
| 28 | * Upgrade of OSPF API to Zebra-0.93a. |
| 29 | |
| 30 | 2002-06-13 Ralph Keller <keller@tik.ee.ethz.ch> |
| 31 | * Opaque LSA origination bug fixed by Masahiko. |
| 32 | * This code is based on 0.93-pre |
| 33 | |
| 34 | 2002-05-03 Ralph Keller <keller@tik.ee.ethz.ch> |
| 35 | * Upgrade to newest Zebra from CVS repository. ospf_flood_through |
| 36 | * function did not work after upgrade. Function |
| 37 | * ospf_apiserver_flood_opaque_lsa added. Also byte order problem |
| 38 | * with port numbers resolved. |
| 39 | |
| 40 | 2002-05-02 Ralph Keller <keller@tik.ee.ethz.ch> |
| 41 | |
| 42 | * new autoconf and automake files, now called configure.in |
| 43 | * instead of configure.ac |
| 44 | |
| 45 | 2002-04-24 Ralph Keller <keller@tik.ee.ethz.ch> |
| 46 | |
| 47 | * reverse channel now works (syncport and syncport+1) |
| 48 | * ospf_apiclient.c: standard includes removed (not needed) |
| 49 | * bzero replaced with memset |
| 50 | |
| 51 | 2002-04-18 Ralph Keller <keller@tik.ee.ethz.ch> |
| 52 | |
| 53 | * 2-way phase connection setup |
| 54 | |
| 55 | 2002-04-05 Ralph Keller <keller@tik.ee.ethz.ch> |
| 56 | |
| 57 | * Changes incorporated as proposed by Masahiko |
| 58 | |
| 59 | 2002-04-05 Ralph Keller <keller@tik.ee.ethz.ch> |
| 60 | |
| 61 | * autoconf and automake-style Makefile |
| 62 | |
| 63 | 2002-04-04 Ralph Keller <keller@tik.ee.ethz.ch> |
| 64 | |
| 65 | * 1st public release of OSPF API |
| 66 | |