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