diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-01-29 14:35:43 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-01-29 14:35:43 -0800 |
commit | 362df27e72119c0a6ea0c989c053b0dc0a68fb67 (patch) | |
tree | 86845f29d804d4c9d2995a11278d0d225996409d /debian/changelog | |
parent | 53a2e008425841bf8ac0088bb149cf328ccb220d (diff) | |
parent | 4c4a35e055b880ca722b09fd60e5072a83998801 (diff) | |
download | vyatta-op-362df27e72119c0a6ea0c989c053b0dc0a68fb67.tar.gz vyatta-op-362df27e72119c0a6ea0c989c053b0dc0a68fb67.zip |
Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-op into jenner
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 172 |
1 files changed, 172 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 44675de..8dcb700 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,175 @@ +vyatta-op (0.13.2) unstable; urgency=low + + [ Justin Fletcher ] + * Move tcp and udp commands under system/connections + + -- An-Cheng Huang <ancheng@build-vm.localdomain> Tue, 13 Jan 2009 18:15:06 -0800 + +vyatta-op (0.13.1) unstable; urgency=low + + [ Stephen Hemminger ] + * Add commands to display open sockets + * Need full path to ss command + + [ An-Cheng Huang ] + * correct package dependency + + [ Mohit Mehta ] + * add bond interfaces to list of allowed interfaces for dhcp + release/renew + + [ An-Cheng Huang ] + * add support for development build + + [ Mohit Mehta ] + * make changes for submodule moved to VyattaMisc + + [ Stephen Hemminger ] + * Decode bonding modes + * Convert to Vyatta:: + + [ Stig Thormodsrud ] + * "show interfaces" broken. Use new perl hierarchy. + + [ Stephen Hemminger ] + * Get rid of reference to OFR + + [ Stig Thormodsrud ] + * Add option to show counters for multiple interfaces. + + [ An-Cheng Huang ] + * update maintainer information + * "files" file should be removed before package build + + [ Mohit Mehta ] + * Fix Bug 4022 dynamic dns config fails during system boot if + interface does not exist + + [ An-Cheng Huang ] + + -- An-Cheng Huang <ancheng@vyatta.com> Thu, 08 Jan 2009 09:42:49 -0800 + +vyatta-op (0.13) unstable; urgency=low + + 3.2.0 + [ Mark O'Brien ] + + + [ Mohit Mehta ] + * add 'ppp interface-name' to output of 'show dns forwarding + nameserver' + * add wirelessmodem to interface hash to pick up description from CLI + + [ Stephen Hemminger ] + * Sort interfaces in bonding operational mode commands + * Show correct statistics on slaves + + [ Stig Thormodsrud ] + * Rename "show arp6" to "show ipv6 neighbors". + + [ Stephen Hemminger ] + * need sudo before ethtool -S + * Save/restore command history in configure + + [ Bob Gilligan ] + * Bugfix: 3841: Allow admin level users to run the RAID op mode + commands. + + [ Stephen Hemminger ] + * fix 'show history N' + * Fix references to ethtool + * Better format of output + * Show command history + + [ Robert Bays ] + * move show system usb to vyatta-op + + [ Bob Gilligan ] + * Bugfix: 3744 + + [ Stephen Hemminger ] + * Revert insecure method of displaying configuration + + [ Mohit Mehta ] + * Fix Bug 3763 Configuration is not available to operator in "show + tech-support" + * make sure file has been written to before extracting + + [ Rick Balocca ] + * Recognize aufs + + [ Mohit Mehta ] + * Fix Bug 3609 "show tech-support" does not display open file + information for operator level user + + [ Stig Thormodsrud ] + * Fix 2881: "show tech-support" should limit the output of "show ip + route" + + [ Bob Gilligan ] + * Bugfix: 3333 + * Bugfix: 1725 + + [ Mohit Mehta ] + * Fix Bug 3716 - Dynamic DNS status may incorrectly indicate lack of + configuration + + [ Stig Thormodsrud ] + * Revert "Fix less prompt." + * Fix less prompt. + + [ Stephen Hemminger ] + * remove debug code + * Fix script for bond with no slaves + * Show all interfaces + * Add preliminary operational mode support for bonding + * Add operational mode template for ethtool statistics + + [ Mohit Mehta ] + * change op-mode command 'clear dns forwarding statistics' to 'clear + dns forwarding all' + * add code for op-mode Dynamic DNS commands + + [ Bob Gilligan ] + * Add operational mode commands for RAID. + + [ Mohit Mehta ] + * change command 'clear dns forwarding process' to 'clear dns + forwarding statistics' + * allowed values for dhcp release/renew should show bridges as well if + configured to use dhcp + * add command 'clear dns forwarding process' to restart dnsmasq and + clear all statistics + + [ Stig Thormodsrud ] + * Fix 3540: ssmtp complaining that it's unable to locate mail + + [ Mohit Mehta ] + * better wording for output of 'show dns forwarding nameservers' + + [ Stig Thormodsrud ] + * Fix "show interfaces ethernet" after "clear interfaces counters" + + [ Mohit Mehta ] + * use active config directory base to get config values from op-mode + * code for op-mode command: 'show dns forwarding nameservers' + * dns-forwarding op-mode commands: + * add 'clear dns forwarding cache' command + + [ Stig Thormodsrud ] + * Fix IPv6 help string. + * Add some ipv6 op mode commands. + * The at package pulls in citadel-mta, use small mta. + * Add missing "show reboot". + * Enable "reload at|cancel". + + [ An-Cheng Huang ] + * add openvpn interfaces to "show interfaces" + + [ Mark O'Brien ] + + -- Mark O'Brien <mobrien@firebolt.vyatta.com> Tue, 25 Nov 2008 19:10:16 -0800 + vyatta-op (0.12) unstable; urgency=low 3.1.2 |