From 4e752706803899d8a0f84ee39b378eaf0f93dfe5 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 19 May 2011 08:10:13 -0700 Subject: 0.19.82 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d3c7247a..7607dbbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vyatta-cfg-system (0.19.82) unstable; urgency=low + + * Use syslog perror for debug option + * irq-affinity: fix handling of UP system + + -- Stephen Hemminger Thu, 19 May 2011 08:10:13 -0700 + vyatta-cfg-system (0.19.81) unstable; urgency=low * Fix calculation of number of cores on systems with more than one -- cgit v1.2.3 From 3321e4a3341f64f1ab6a84e080d45b68fb670a6f Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Mon, 16 May 2011 23:50:05 -0700 Subject: Partial fix for 6393: keepalived shutdown too late - can cause lost traffic Don't call 'update-rc.d vyatta-keepalived remove' since we still need to stop the daemon on shutdown/reboot. --- debian/vyatta-cfg-system.postinst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 177dee6d..4648d29c 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -8,7 +8,7 @@ sbindir=@sbindir@ # remove init of daemons that are controlled by Vyatta configuration process for init in ntp ssh snmpd openhpid logd \ - vyatta-keepalived ipvsadm dnsmasq ddclient radvd hostapd conntrackd + ipvsadm dnsmasq ddclient radvd hostapd conntrackd do update-rc.d -f ${init} remove >/dev/null done -- cgit v1.2.3 From 4c39b722d0464b08cec6bffd22f8648e40a33038 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Mon, 16 May 2011 23:52:05 -0700 Subject: 0.19.83 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7607dbbf..c5f1a337 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vyatta-cfg-system (0.19.83) unstable; urgency=low + + * Partial fix for 6393: keepalived shutdown too late - can cause lost + traffic + + -- Stig Thormodsrud Mon, 16 May 2011 23:52:05 -0700 + vyatta-cfg-system (0.19.82) unstable; urgency=low * Use syslog perror for debug option -- cgit v1.2.3 From 42ac8b653b66a1a4c8ca58fd6f3219cbfbe8ef70 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Thu, 19 May 2011 17:16:01 -0700 Subject: 0.19.84 --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c5f1a337..4050f250 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +vyatta-cfg-system (0.19.84) unstable; urgency=low + + * Partial fix for 6393: keepalived shutdown too late - can cause lost + traffic + * 0.19.83 + + -- Stig Thormodsrud Thu, 19 May 2011 17:16:01 -0700 + vyatta-cfg-system (0.19.83) unstable; urgency=low * Partial fix for 6393: keepalived shutdown too late - can cause lost -- cgit v1.2.3