The branch, master has been updated via d65a05a7da69c6d03a7f7e86231e9e89de497deb (commit) from 672f94e84af7ea772e33f765ced9cd0156909dd7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d65a05a7da69c6d03a7f7e86231e9e89de497deb Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Dec 21 01:03:02 2013 +0100 fix closure rewrites ----------------------------------------------------------------------- Summary of changes: bin/x2go-release-announcement | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/bin/x2go-release-announcement b/bin/x2go-release-announcement index ff89479..2235edb 100755 --- a/bin/x2go-release-announcement +++ b/bin/x2go-release-announcement @@ -41,7 +41,8 @@ New gains of this version of ,,$project'' are: " cat debian/changelog | sed -e 's/Fixes:/Closes:/i' | dpkg-parsechangelog --offset $offset -c$count -l- | \ - sed -e 's/Closes:/Fixes these bug report(s):/i' \ + sed -e 's/^Closes:/Fixes these bug report(s):/i' \ + -e 's/Closes:/Fixes:/i' \ -e 's/^Source: /X2Go Component: /' \ -e 's/-0~x2go[0-9]//' \ -e 's/-0x2go[0-9]//' \ hooks/post-receive -- buildscripts.git (X2Go packaging scripts) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "buildscripts.git" (X2Go packaging scripts).