summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--userspace/ebtables2/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/userspace/ebtables2/ChangeLog b/userspace/ebtables2/ChangeLog
index 746fb7b..c568350 100644
--- a/userspace/ebtables2/ChangeLog
+++ b/userspace/ebtables2/ChangeLog
@@ -1,4 +1,10 @@
20110710
+ Changelog for v2.0.10-2
+ * enable compiler optimizations (-O3)
+ * small changes to remove the compiler warnings due to optimization being
+ turned on (thanks to Peter Volkov)
+ * respect LDFLAGS in Makefiles (Peter Volkov)
+20110710
Changelog for v2.0.10-1
* fix --among-dst-file, which translated to --among-src
(reported by Thierry Watelet)