diff options
author | Rick Balocca <rbalocca@vyatta.com> | 2008-08-05 10:33:24 -0700 |
---|---|---|
committer | Rick Balocca <rbalocca@vyatta.com> | 2008-08-05 10:33:24 -0700 |
commit | e6f4de786a7bbf432211a71ab96dded5acffe2b8 (patch) | |
tree | b56134b5f069fba2b89cb68ac2764b5d4fa0be63 | |
parent | c150b8ddf41be3c9429e86df14a67d7bf6887205 (diff) | |
parent | fe5dac93df7ffd2fb78a70d65b6e9e3b3f9af813 (diff) | |
download | vyatta-wanloadbalance-e6f4de786a7bbf432211a71ab96dded5acffe2b8.tar.gz vyatta-wanloadbalance-e6f4de786a7bbf432211a71ab96dded5acffe2b8.zip |
Merge branch 'hollywood' into islavista
-rw-r--r-- | debian/changelog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f1707cf..b589816 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +vyatta-wanloadbalance (0.12) unstable; urgency=low + + 3.1.2 + [ Mark O'Brien ] + + + [ root ] + * my bad. last commit I changed the conntrack module name to uppercase + which caused the snat rules to not match the iptables module and + therefore fail on load. this should fix the problem, tested icmp + with standard configuration and default routes, works now. + * fix for bug 3245. need sudo for the rm. + + [ Michael Larson ] + * fix for bug 3437 + * fix for 2948--additional nodes need to refer to interface values. + * fix for bug 2779. + * fix for bug 3410. added entry for marking of connectionless packets. + * fix for bug 3393. apply default route on poll interval if route is + not present in policy table. This fixes a problem if the interface + is + + [ Mark O'Brien ] + + -- Mark O'Brien <mobrien@firebolt.vyatta.com> Wed, 23 Jul 2008 21:36:20 -0700 + vyatta-wanloadbalance (0.11) unstable; urgency=low 3.1.1 |