diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | debian/changelog | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9cc17b4..2c190c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ bin_SCRIPTS += scripts/tech-support-archive bin_SCRIPTS += scripts/vyatta-op-cmd-wrapper sbin_SCRIPTS = scripts/dhcpv6-client-show-leases.pl -sbin_SCRIPTS = scripts/vyatta-image-tools.pl +sbin_SCRIPTS += scripts/vyatta-image-tools.pl bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh diff --git a/debian/changelog b/debian/changelog index 99fba9f..eb446b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +vyatta-op (0.13.152+napa3) unstable; urgency=low + + [ John Southworth ] + * Bugfix 7266: make 'show history' work with non interactive shells + like webgui + * 0.13.152+napa2 + + [ Bob Gilligan ] + + -- Bob Gilligan <gilligan@vyatta.com> Sun, 07 Aug 2011 15:24:53 -0700 + vyatta-op (0.13.152+napa2) unstable; urgency=low * Bugfix 7266: make 'show history' work with non interactive shells |