diff options
author | Mark O'Brien <mobrien@firebolt.vyatta.com> | 2008-06-17 09:27:42 -0700 |
---|---|---|
committer | Mark O'Brien <mobrien@firebolt.vyatta.com> | 2008-06-17 09:27:42 -0700 |
commit | 3180b7670c999c3d2b065c50cc94f4a9bfca3aa6 (patch) | |
tree | bb1482d1c533ff8018eb31179d559b2c2a232b04 | |
parent | 56959843d90bfcfe0a1e0b55787230b56229bb52 (diff) | |
download | vyatta-wanloadbalance-debian/0.10.tar.gz vyatta-wanloadbalance-debian/0.10.zip |
-rw-r--r-- | debian/changelog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d4e7b0b..7aa84f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +vyatta-wanloadbalance (0.10) unstable; urgency=low + + 3.1.0 + [ Mark O'Brien ] + + + [ Michael Larson ] + * added connmark snat rules. means that nat does not need to be + configured separately for wlb to work--this is + * catch empty ping target on ping send. fixes error msgs for + unresolved configured host name--possible fix for bug 3245. + * needs accept to truncation rule evaluation on a match. this should + now distribute traffic across interfaces. + * modified prerouting decisions to work with connmark. user needs to + specify inbound interface now (although + * fix for iptables rules in tcp state. should fix main problem with + wan + * added contract entry for state NEW for initial interface. Also add + parameter to specify nexthop via interface in + + [ rbalocca ] + * Ignore log file + * Convert to our method of changelog creation + + [ Mohit Mehta ] + * Fix Bug 3069 Help strings should be standardized + + [ Michael Larson ] + * minor text change on conf error: bug 2951 + + [ Mark O'Brien ] + + -- Mark O'Brien <mobrien@firebolt.vyatta.com> Tue, 17 Jun 2008 09:27:42 -0700 + vyatta-wanloadbalance (0.9) unstable; urgency=low 3.0.5 |