From 8609ca218b82419753002eff42a5f69fd7971f62 Mon Sep 17 00:00:00 2001 From: Jon Bonilla Date: Tue, 5 Jul 2011 07:42:49 +0000 Subject: [PATCH] Fix changelog Create new branch/tag --- debian/changelog | 8 ++++++++ vmnotify | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2f26405..7ba79a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ngcp-vmnotify (2.2.0) unstable; urgency=low + + [ Jon Bonilla ] + * Align debian version with package version in svn repo + * Set shell to bash instead of sh + + -- Jon Bonilla Tue, 05 Jul 2011 12:03:01 +0200 + ngcp-vmnotify (0.2.0) unstable; urgency=low [ Jon Bonilla ] diff --git a/vmnotify b/vmnotify index 1265a30..f441e5a 100755 --- a/vmnotify +++ b/vmnotify @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ######################################################################## # vmnotify - An Asterisk-VoiceMail compatible MWI notification script