From 71388b8d6a8a9a11c81774bc09ec157d9b8eebd5 Mon Sep 17 00:00:00 2001 From: Mark O'Brien Date: Fri, 4 Apr 2008 18:00:35 -0700 Subject: 3.0.2 --- debian/changelog | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1768fc2a..95d770ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,49 @@ +vyatta-cfg-system (0.4) unstable; urgency=low + + 3.0.2 + [ Mark O'Brien ] + + + [ An-Cheng Huang ] + * fix for bug 3032: rename pre-glendale config files during install- + system. + * fix for bug 3087: add proper dependency to ensure install order. + + [ Bob Gilligan ] + * Bugfix: 3021 + + [ Mark O'Brien ] + * Update version file to 3.0.1 + * 3.0.1 + + [ Michael Larson ] + * up proc limit for rmem_max to support zebra netlink buffer size + increase. + + [ Mohit Mehta ] + * Fix Bug 3027 Unable to configure SNMP community client address + + [ Robert Bays ] + * fix bug 3039 + + [ Stephen Hemminger ] + * Allow operator to run ntpdate + + [ Stig Thormodsrud ] + * Add vrrp vip addresses to watchlink exclude file. + * Fix 3086: VRRP only allows up to 20 virtual IPs + + [ rbalocca ] + * Fix debian dependencies + * Line up the colons with the one from the copyright notice (in show + version) + * Set dependencies on either bash or vyatta-bash + * Move the copyright dates over (bug 3028) + + [ Mark O'Brien ] + + -- Mark O'Brien Fri, 04 Apr 2008 18:00:34 -0700 + vyatta-cfg-system (0.3) unstable; urgency=low VC4.0.1 -- cgit v1.2.3 From fd65713869e3b665e8df5f7adf21cd550a84b184 Mon Sep 17 00:00:00 2001 From: rbalocca Date: Tue, 8 Apr 2008 12:51:12 -0700 Subject: Remove vestigal version file from vyatta-cfg-system --- Makefile.am | 1 - sysconf/version | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 sysconf/version diff --git a/Makefile.am b/Makefile.am index 44c4ef12..949aba4a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,6 @@ sysconf_DATA += sysconf/logrotate_messages sysconf_DATA += sysconf/motd.tail sysconf_DATA += sysconf/syslog.conf sysconf_DATA += sysconf/default_ssh -sysconf_DATA += sysconf/version sysconf_DATA += sysconf/config.boot.default libudev_SCRIPTS = scripts/vyatta_net_name diff --git a/sysconf/version b/sysconf/version deleted file mode 100644 index 5065006f..00000000 --- a/sysconf/version +++ /dev/null @@ -1,2 +0,0 @@ -Version : VC4.0.1 -Copyright: 2006-2008 Vyatta, Inc. -- cgit v1.2.3