summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING13
-rw-r--r--configure.ac2
-rw-r--r--distro/archlinux/PKGBUILD2
-rwxr-xr-xdistro/ubuntu/build2
4 files changed, 7 insertions, 12 deletions
diff --git a/HACKING b/HACKING
index 9fcf806..5d315a8 100644
--- a/HACKING
+++ b/HACKING
@@ -3,20 +3,15 @@ Hacking on mate-session
+ The development occurs in git:
- http://git.gnome.org/browse/mate-session
+ https://github.com/mate-desktop/mate-session-manager
For information on how to access MATE git please read:
- http://live.gnome.org/Git
+ http://wiki.mate-desktop.org/
- + Please send patches as bug reports in MATE Bugzilla:
+ + Please send patches as pull requests on GitHub:
- https://bugzilla.gnome.org/ (product mate-session)
-
- Your patch should be in unified diff form (the -u option to GNU
- diff). See also:
-
- http://live.gnome.org/MateLove/SubmittingPatches
+ https://github.com/mate-desktop/mate-session-manager/pulls
+ Please try and send a patch against a recent version of this package.
Patches against git master are most preferable.
diff --git a/configure.ac b/configure.ac
index b06d320..9037397 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-session], [1.1.1], [http://www.mate-desktop.org/])
+AC_INIT([mate-session], [1.1.2], [http://www.mate-desktop.org/])
AC_CONFIG_SRCDIR([mate-session])
AC_CONFIG_HEADERS([config.h])
diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD
index 120d7f9..2b593a0 100644
--- a/distro/archlinux/PKGBUILD
+++ b/distro/archlinux/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mate-session-manager
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="The MATE Session Handler"
arch=(i686 x86_64)
diff --git a/distro/ubuntu/build b/distro/ubuntu/build
index f5b2e9f..201f4bf 100755
--- a/distro/ubuntu/build
+++ b/distro/ubuntu/build
@@ -2,7 +2,7 @@
# fill it
pkgname=mate-session-manager
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="The MATE Session Handler"
depends=('upower' 'gtk2' 'mate-conf' 'hicolor-icon-theme' 'libxtst6' 'mate-polkit')