From c0ee6e758d9720f800f29da7f44d469887add5f8 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 19 Jul 2010 10:48:18 -0700 Subject: Fix old invalid email addresses in changelog --- debian/changelog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index dd4339a8..f561151d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,7 +37,7 @@ vyatta-cfg-system (0.17.63) unstable; urgency=low * Fix install-system if not saving old image config - -- Stephen Hemminger Thu, 08 Jul 2010 09:44:16 -0700 + -- Stephen Hemminger Thu, 08 Jul 2010 09:44:16 -0700 vyatta-cfg-system (0.17.62) unstable; urgency=low @@ -98,7 +98,7 @@ vyatta-cfg-system (0.17.55) unstable; urgency=low * initial support for gre-bridge tunnels. - -- Robert Bays Thu, 17 Jun 2010 23:33:45 -0700 + -- Robert Bays Thu, 17 Jun 2010 23:33:45 -0700 vyatta-cfg-system (0.17.54) unstable; urgency=low @@ -323,7 +323,7 @@ vyatta-cfg-system (0.17.22) unstable; urgency=low * Remove Radius Server config file on reboot * Handle devices that do not report ethtool - -- Stephen Hemminger Wed, 17 Mar 2010 11:29:44 -0700 + -- Stephen Hemminger Wed, 17 Mar 2010 11:29:44 -0700 vyatta-cfg-system (0.17.21) unstable; urgency=low @@ -1148,7 +1148,7 @@ vyatta-cfg-system (0.15.83) unstable; urgency=low * Mount floppy with safer options - -- Stephen Hemminger Thu, 01 Oct 2009 12:05:29 -0700 + -- Stephen Hemminger Thu, 01 Oct 2009 12:05:29 -0700 vyatta-cfg-system (0.15.82) unstable; urgency=low @@ -1177,7 +1177,7 @@ vyatta-cfg-system (0.15.79) unstable; urgency=low * allow install on old compaq smart-array - -- Robert Bays Mon, 14 Sep 2009 09:10:18 -0700 + -- Robert Bays Mon, 14 Sep 2009 09:10:18 -0700 vyatta-cfg-system (0.15.78) unstable; urgency=low -- cgit v1.2.3 From a65b147167e72d042be15c49bd5219da087229b5 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Mon, 19 Jul 2010 10:55:32 -0700 Subject: fix typo --- templates/zone-policy/zone/node.tag/default-action/node.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zone-policy/zone/node.tag/default-action/node.def b/templates/zone-policy/zone/node.tag/default-action/node.def index a6105b53..51f9c69d 100644 --- a/templates/zone-policy/zone/node.tag/default-action/node.def +++ b/templates/zone-policy/zone/node.tag/default-action/node.def @@ -7,8 +7,8 @@ default: "drop" syntax:expression: $VAR(@) in "drop", "reject"; "default-action must be either drop or reject" -val_help:drop:Drop silently (default) -val_help:reject:Drop and notify source +val_help: drop; Drop silently (default) +val_help: reject; Drop and notify source create: if ! /opt/vyatta/sbin/vyatta-zone.pl \ -- cgit v1.2.3 From 3e83b8d87030d86c1dbd155a8157e8ebb23db2d3 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 19 Jul 2010 11:08:12 -0700 Subject: 0.17.69 --- debian/changelog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index f561151d..090fc836 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +vyatta-cfg-system (0.17.69) unstable; urgency=low + + [ Stephen Hemminger ] + * Remove verbs from all help messages + * Covert bonding mode to val_help + * Use val_help: for interface MTU nodes + * Bridge parameter node update + * Use val_help in zone-policy + * Fix old invalid email addresses in changelog + + [ An-Cheng Huang ] + * fix typo + + [ Stephen Hemminger ] + + -- Stephen Hemminger Mon, 19 Jul 2010 11:08:12 -0700 + vyatta-cfg-system (0.17.68) unstable; urgency=low * Add syntax validation for bridge STP parameters -- cgit v1.2.3