X-Git-Url: http://olsr.org/git/?p=olsrd.git;a=blobdiff_plain;f=CHANGELOG;h=d76fd2dc67d78a6c5d1a5546df6ebed56ca0aee0;hp=da4430a6777de97d9fde141aa61f381066fd5fc2;hb=c5bb71dc5399b8e89a7de9c632fed54ec6003912;hpb=7672e4830497853e6a87a9a8f7aeeae12d44aa15 diff --git a/CHANGELOG b/CHANGELOG index da4430a6..d76fd2dc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,328 @@ This file states changes as of version 0.2.4: -$Id: CHANGELOG,v 1.113 2007/11/11 23:25:29 bernd67 Exp $ + + +0.6.3 -------------------------------------------------------------------- + +Bugfix and plugin release 0.6.3 + +- PUD plugin (position update plugin) +- JSONinfo plugin +- sgwdynspeed plugin (select dynamic smart gateway based on gw speed) +- Update on Quagga plugin (for new Quagga) +- Fixes for Androids +- Some fixes for GTK and Win32 gui +- Lots of core fixes to support new compiler warnings + +0.6.2 -------------------------------------------------------------------- + +Bugfix release for 0.6.1 + +- Compatibility for Linux kernel 3.x +- Lots of small fixes +- reworked makefile output +- updates for some plugins +- repair for Smartgateway feature + +Read GIT changelog at http://olsr.org/git to see a complete history. + +0.6.1 -------------------------------------------------------------------- + +Bugfix release for 0.6.0 + +Markus Kittenberger +- Major bugfix for the neighbor table when a neighbor gets a new main IP. +- add /interface command to txtinfo, allow multiple commands per request + +Henning Rogge +- wait up to four seconds for aquiring the OLSRd lock. This helps to + shutdown OLSRd with a script and restart it at once (kill is + asynchrone, and kill -w is not available in busybox) +- add md5 has of all source/headers into version string + +Mitar +- lot's of small changes for Android. Slowly Android gets a fully + supported platform for OLSRd. + +and a lot more small bugfixes. Read GIT changelog at http://olsr.org/git +to see a complete history. + +0.6.0 -------------------------------------------------------------------- + +Change in version number system. No more -rcX for release candidates and +-rX for bugfix releases. In future bugfix releases or updates of plugins +will increase the third digit of the version string while feature releases +will increase the first and/or the second one. + +Markus Kittenberger +Henning Rogge +- added NIIT kernel module support for sending IPv4 traffic over + IPv6 mesh networks. See README-Olsr-Extensions for more information. +- added SmartGateway support. OLSRd can now automatically build + IPIP tunnels towards the gateway to prevent gateway flapping. + See README-Olsr-Extensions for more information. +- complete rewrite of linux netlink routing code. New code should be + more understandable and easier to debug/improve. + +Teco Boots +- new dyngw plugin. More flexible and more features. +- new p2pd plugin (generalized mdns plugin) + +Vasilis Tsiligiannis +- new version of quagga plugin (with IPv6 support !) + +Sven-Ola Tuecke +- fixes for improved uClibc support +- fixes for better linux kernel 2.4 support + +Saverio Proto +- new mdns plugin. (backport from master branch) + +Eric Tromps +- new version of bmf plugin. NO pthreads are necessary anymore + +and a lot more small bugfixes. Read GIT changelog at http://olsr.org/git +to see a complete history. + +0.5.6-r8 --------------------------------------------------------------------- + +Alina Friedrichsen +- patch for using deticated output socket for OLSR packages. This allows + to set the src-ip of OLSR packages, which is useful for interfaces + with multiple IPs + +Bruce Ford +- fixes for compiling olsrd for win32 + +Henning Rogge +- fix for memoryleak during MID processing +- patch series for "network logoff" of OLSRd, other nodes now get + notified if an OLSR node switch down to remove it from their database. +- cleanup of naming conventions for settings src/dst-ips of OLSR-packets + for ipv4/6. See example config files. +- patch to ignore HNA4 for IPv6 and HNA6 for IPv4 + +Markus Kittenberger +- patch series for MID handling cleanup +- compiletime switch for txtinfo to always allow localhost access +- add "InterfaceDefaults" section to config files to allow setting values + which are shared by all interfaces but can be overwritten in specific + config file settings +- patch series to allow OLSRd handle multiple config files + (multiple "-f " options) + +0.5.6 --------------------------------------------------------------------- + +PATCHES and BUGFIXES from Henning Rogge +- Bugfix for fragmented TC sequence numbers +- eliminate second timer for edge garbage collection (aka border code). +- fix SPF bug +- fix for jitter calculation +- refactor linkset code +- add netsimpcap, a network simulation device +- parser refactoring +- fix for possible overflow in fpm plugin +- prevent Originator-IP from changing during runtime +- fix several compiler warnings +- fix hanging TC entry from lost onehop neighbor +- fix drop package with same seqno in etx_ff +- fix segfault in parsing HNA package with bad netmask +- fix avl_comparator for route_paths +- fix alignment problem in packet buffers +- fix: segfault in neighbor/neighbor-2 table +- fix: lqmult default parsing +- HACK: MinTCVTime parameter hack for Berlin FF network... + feel free to ask on the mailing list. +- add Watchdog plugin +- add explicit runtime lock for OLSR. +- remove lq-hysteresis for tc on the receiver side. +- enhance protection against malformed packages to prevent + OLSR parsing uninitialized data. Thank you Markus and Keks for the LONG + debugging session +- block tc-redundancy 0/1, it doesn't work with the current dijkstra code +- convert httpinfo/txtinfo/dotdraw to nonblocking and autobuf to + prevent blocking outgoing connections +- fix some bugs with lq-mult +- fix bug in duplicate set sequencenumber handling +- add Debian/KFreeBSD support (Thanks to Holger Levsen and friends for help) +- fix segfault in 'interface lost' monitor +- add LQ hysteresis to etx-ff metric + +PATCH from Markus Kittenberger : +- txtinfo plugin: add more http options +- allow configuration of OLSR UDP port +- allow configuration of proto Tag for Routes (RtProto) +- add fallback policy rule (priority 65536) if RtTable is used, + to ensure that routes can be added to this table +- resolve many error conditions while adding routes to the linux kernel + (Warning this will also delete any conflicting routes made by other routing daemons or admins) +- interface modes mesh (default) and ether (no retransmit of olsr-messages back into a broadcastdomain) +- fix olsr_times() to handle different OS implementations (Linux, BSD, OS X) +- fix several compiler warnings +- fix olsr_times() to handle different OS implementations (Linux, BSD, OS X) +- create policy rule later during startup +- send MID also with one interface, if its ip different from originator-id +- linux rtnetlink code cleanup +- workaround: generate routes to single hop neighbours on the fly when inserting routes via them + (active only with fib_metric=flat) +- testing: insert routes with source-ip set to originator ip +- testing: syslog numbering (e.g. useful to detect lost syslog messages when using remote-syslog) +- testing: custom library path (default /usr/testlib) +Testing features must be activated in olsr_cfg.h before compiling olsrd. +This features are used to run a test network in Vienna parallel to the existing +OLSR network. +- more RT-Netlink cleanups and fixes +- backport of timejump patch from TIP +- Add detection for vanishing interfaces to Linux netlink code +- fix incorret route sorting on new neighbours. use only delete and add/change avl tree, + instead of 3 trees +- learn neighbours interface alias address from received hellos + +PATCHES from Hannes Gredler : +- add small valgrind howto +- remove the per tc_edge timer +- add some basic infrastructure for cookies + cookies are used to track usage of timer and memory resources +- add a lightweight memory manager to reduce malloc() churn. +- eliminate data field from avl_node and list_node and + replace this via inline recasts +- add indentation dotfile for future code cleanup +- refactor the timer implementation, get rid of timeout functions + all manipulations done in constant time. +- use calloc rather than malloc for lazy callers +- log RIB add/del transactions only if there is an actual route change +- fix to to always insert a HNA Net when receiving a HNA refresh +- fix delete all routes if the last IP address is gone +- reduce TC vtime jitter from 25% down to 5% + +PATCHES and BUGFIXES from Sven-Ola Tuecke : +- add a fixed-point math implementation, which saves + a great deal of CPU on embedded devices +- fix for Link quality dijkstra limit +- nameservice plugin supports mac addresses +- fix fork/restart code +- fix olsr_times() to handle different OS implementations (Linux, BSD, OS X) +- fix several compiler warnings +- fix olsr_times() to handle different OS implementations (Linux, BSD, OS X) +- add makefile support for google android +- fix default olsrd.conf examples + +PATCHES and BUGFIXES from Aaron Kaplan : +- fix openbsd warnings / compile errors about sprintf strcpy +- fix string overflow in dyn_gw plugin +- fix string overflow in pgraph plugin +- fix openbsd/osx coompile errors + +BUGFIX by Peter Tarjan : +- Do not remember LQ information UNSPEC_LINK neighbors in Hellos. +- ignore UNSPEC link for linktype if there is an ASYM/LOST/SYM Link in the + same Hello message +- ignore UNSPEC_LINKS during MPR lookup +- broken MID route handling: we also check the data structures for routing, + even if a MID entry exists. + +BUGFIX by John Hay : +- FIX: IPv6 MTU in BSD +- Another BSD ipv6 Patch by John Hay +- fixes for 64 Bit FreeBSD +- fixes for NetBSD + + +BUGFIX from Erik Tromp : +- update in bmf due to new flags field in tc_edge_entry + +PATCH from Clemens Hopfer : +- dot_draw plugin: close the connection after graph output. + +PATCH from Joe Gio : +- track if AC power is connected/disconnected + +PATCH from Hagen Paul Pfeifer : +- import jenkins hash for good hash calculations + +PATCH from Andres Ambrois : +- nameservice plugin: add parameters for SIGHUPing other daemons, or calling scripts + +BUGFIX by Benny Tops : +- fix wrong order of drop_tc checkt in olsr_input_tc + +Felix (OpenWRT NBD): +- fix bison problem for OpenWRT + +Sebastian Harl: +- add LISTEN parameter for httpinfo/txtinfo/dotdraw 0.5.5 --------------------------------------------------------------------- -BUGFIX by Hannes Gredler fixing not deleted tc entry. +BUGFIX from Andreas Jacobs : +- calculate correct sleeptime + +BUGFIX from Dario Borriello : +- do not update LQ if not configured + +BUGFIX from Jo-Philipp Wich : +- compile clean on FreeBSD +- bugfix: do not account for IP headers when building MID6 messages + +PATCHES from Henning Rogge : +- join LQ and non-LQ Hello execution paths + +PATCHES from otti : +- rttable-default: configures a new policy routing table for the default route + +BUGFIXES and PATCHES by Sven-Ola Tuecke : +- Windows Vista: add interface metric to SPF computed metric +- lqtc-seqno: Optimize check for old seqno numbers in LQTC messages +- lqnatthresh: maintain an advantage for the current (NAT) inet gw +- fisheye-startup: Changed to MAX_TTL for the first 32 LQTCs +- Added and removed files necessary for win32 compile +- Fix for hg: do not remove anything in .hg with 'make uberclean' +- 104-olsrd-verysmallfix +- 105-fix-lq-buffer-quirks +- 106-fix-seqnocheck +- 110-bmf-v152 +- 121-olsrd-fib-metric-approx +- 133-fix-lqneigh +- 136-optimize-invalidip-check +- 138-optimize-message-generation + +BUGFIX from Lorenz Shori : +- Mac OSX compile fixes + +BUGFIXES and PATCHES by Hannes Gredler +- fix not deleted tc entry. +- avoid setting routes with an invalid/impossible netmask. +- refactoring of TC parsing to kill another pile of malloc()/free()s + saving (again) code and especially run.time performance. +- RIB Refactoring, Part 2: + - avoid the periodical rib-tree insertion + - add a FOR_ALL_HNA_RT_ENTRIES() macro for the snmp folks + (or any parties who want to walk HNA entries). + - add an olsr_cnf option 'flat_fib_metrics' which defaults to TRUE. +- fix broken prefix insertion (regression of the RIB refactoring) +- squelsh compiler warnings on Mac OSX PATCH by John Hay : - also printout our own HNAs in the dotdraw plugin. +PATCH by Patrick McCarty : +- fixed compile errors in the BSD port + +PATCHES by Sven-Ola Tuecke : +- 102-olsrd-cvs-fixes.patch: use different buffers in the same printf() +- 103-olsrd-rt-exportroute-cleanup.patch: avoid a malloc()ed list of functions +- 132-save-the-fish.patch: really save the fish and avoid to forward invalid + messages from older olsrd versions +- 135-georss-map-for-nameservice.patch: fixes and extensions for the namesaervice plugin +- 138-olsrd-fixdotdraw.patch: fix the dot_draw plugin +(all to be found on http://download-master.berlin.freifunk.net/sven-ola/nylon/packages/olsrd/files/) +- Replaced "which" with a /bin/sh script snippet + PATCHES and CLEANUPS by Bernd Petrovitsch - Jens Nachtigall suggested (and reminded) to use olsrd.conf.default.lq as the default installed one. @@ -117,6 +432,30 @@ PATCHES and CLEANUPS by Bernd Petrovitsch - fixed the sort order in avl_comp_ipv4_prefix(): We compare now the IPv4 values in host byte order (and not network byte order). So the route list in the e.g. httpinfo plugin is now nicely sorted. +- fixed and improved the `gcc-warnings` script: + * support older gcc's (as on Debian/Sarge) as they have slightly different + error messages + * removed superflous lines + * replaced the call of `sed` with shell built-in features fixing syntax + errors on Debian/Sarge + * set all locale-relevant variables to "C" (just to be sure) +- consolidated ip{4,6,}{cmp,equal}: all are nwo inline functions using only + the minimal necessary operations. Thanks to Hannes Gredler + and Sven-Ola Tuecke for pointing + that out and suggesting the `inline`, respectively. + use ip{4,}cmp in lq_avl.[ch] to resue the code. inline_avl_comp_ipv4 + is superflous now (and replaced by ip4cmp) and use the global MIN and MAX + macro instead of AVLMIN and AVLMAX +- killed netmasks from the IPv4 part of the code and use the prefixlen there + (similar to thte IPv6 part). Manymore details on + http://lists.olsr.org/pipermail/olsr-dev/2007-November/001464.html +- removed the superflous "open_ipc" field from the "struct olsrd_config" as + it contains only the equivalent of "olsr_cnf->debug_level > 1". +- inspired by Sven-Ola Tuecke: avoid a bash'ism (i.e. "OPTS="${OPTS//$opt}") in + gcc-warnings and ld-warnings. But we do not replace it with `sed` (since it + costs a fork(2) and an exec(3)) but also with shell code which doesn't use + any external program. +- added configuration file support for "flat fib metrics". 0.5.4 --------------------------------------------------------------------- @@ -382,7 +721,7 @@ saves a noteworthy amount of CPU time. To quote him: rather than tracking the previous node in olsr_relax() i have changed that model and pre-populate all one-hop neighbors - with their own IP adress as 'next-hop' and pull that + with their own IP address as 'next-hop' and pull that pointer up once new paths are explored. as a result no walker for counting hops and extracting next-hops