summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mvme3100/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mvme3100/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/ChangeLog b/c/src/lib/libbsp/powerpc/mvme3100/ChangeLog
index d89c396527..cdeba66908 100644
--- a/c/src/lib/libbsp/powerpc/mvme3100/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/mvme3100/ChangeLog
@@ -1,3 +1,11 @@
+2009-08-17 Till Straumann <strauman@slac.stanford.edu>
+
+ * network/tsec.c, network/if_tsec_pub.h:
+ Fixed bugs in multicast support; added reference-count
+ for hash-table entries which allows for the implementation
+ of a 'deletion' routine.
+ NOTE: mcast support largely untested.
+
2009-06-05 Till Straumann <strauman@slac.stanford.edu>
* irq/irq_init.c: silenced compiler warning.