From 50bfc139f730206470c0a60f993365876cd3cf68 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Thu, 8 Aug 2013 18:21:19 +0200 Subject: [PATCH] Bump debian version to 1.0.6 for 3.0 release. --- debian/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8e62ea72d6..6cddb7062e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +ngcp-panel (1.0.6) unstable; urgency=low + + [ Andreas Granig ] + * [083fbc7] Catch all exceptions and log errors as error. + * [b2faa82] Properly filter customer contracts. + * [2ead4f8] Don't fail installation if postinst fails. + * [d2aeb82] Make modal header more generic. + * [d43f4ca] Re-use ossbss logging config if available. + + [ Gerhard Jungwirth ] + * [ec18d91] move admin deletion to Utils::Contract::recursively_lock_contract + * [ca5e863] fix view on narrow screens + + -- Andreas Granig Thu, 08 Aug 2013 18:21:00 +0200 + ngcp-panel (1.0.5) unstable; urgency=low * [993c7b9] Enable ngcp-panel in apache after installation.