The branch, master has been updated via 4cfb1646e5476d228416185af6ac46288c930524 (commit) from 3e2021b76598ba555ce85f6dada6dfa9af1c8ac9 (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 4cfb1646e5476d228416185af6ac46288c930524 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Jul 28 11:47:26 2013 +0200 Fix upstream version in VERSION.x2gognomebindings and configure.ac. ----------------------------------------------------------------------- Summary of changes: VERSION.x2gognomebindings | 2 +- configure.in => configure.ac | 2 +- debian/changelog | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) rename configure.in => configure.ac (98%) The diff of changes is: diff --git a/VERSION.x2gognomebindings b/VERSION.x2gognomebindings index 8ffe039..858f99b 100644 --- a/VERSION.x2gognomebindings +++ b/VERSION.x2gognomebindings @@ -1 +1 @@ -2.0.1.7 +2.0.2.0 diff --git a/configure.in b/configure.ac similarity index 98% rename from configure.in rename to configure.ac index bb545ec..044e414 100644 --- a/configure.in +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.52) -AC_INIT(nautilus-x2goumount, 1.4.1, http://www.x2go.org) +AC_INIT(nautilus-x2goumount, 2.0.2.0, http://www.x2go.org) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) diff --git a/debian/changelog b/debian/changelog index d0631e7..99067f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ x2gognomebindings (2.0.2.0-0~x2go2) UNRELEASED; urgency=low - Class name change: NautilusX2goumount -> NautilusX2GoUmount. - x2goumount-session-gnome: Fix script when used with X2Go Server (>= 4.1.0.0). + - Fix upstream version in VERSION.x2gognomebindings and configure.ac. * /debian/control: + Drop B-D: libglade2-dev. + Drop B-D: libglib2.0-dev. hooks/post-receive -- x2gognomebindings.git (GNOME bindings for X2Go) 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 "x2gognomebindings.git" (GNOME bindings for X2Go).