From eb01bc61de9599191e697a099a0ed62954aa6288 Mon Sep 17 00:00:00 2001 From: Daniel Tiefnig Date: Mon, 1 Feb 2010 01:09:54 +0000 Subject: [PATCH] added debian changelog for 2.0.0 changed major version to 2 --- debian/changelog | 14 ++++++++++++++ lib/admin.pm | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f9fe4ad..462c120 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +sipwise-www-admin (2.0.0) UNRELEASED; urgency=low + + * speed dial + * LNP database handling + * NCOS levels + * SIP peering configuration + * number rewrite rules for SIP peerings + * vertical service code configuration + * fax number configuration + * new user preferences + * minor interface bugfixes + + -- Daniel Tiefnig Mon, 01 Feb 2010 02:08:50 +0100 + sipwise-www-admin (1.2.1) unstable; urgency=low * allowing direct entry of regex in billing fee destinations diff --git a/lib/admin.pm b/lib/admin.pm index c65b409..fd9dee6 100644 --- a/lib/admin.pm +++ b/lib/admin.pm @@ -21,7 +21,7 @@ use Catalyst qw/-Debug ConfigLoader Static::Simple Unicode Session Session::Store::FastMmap Session::State::Cookie /; -our $VERSION = '1'; +our $VERSION = '2'; # Configure the application. #