diff options
| author | Stefano Karapetsas <[email protected]> | 2012-01-16 15:56:49 +0100 | 
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2012-01-16 15:56:49 +0100 | 
| commit | 2509a50ebe4f3af9530d060a2ca1567cbc564445 (patch) | |
| tree | ff1292c96542b7711fecc5f664f4171755ec5d05 | |
| parent | 6cf79a41c3f1b419c403e556bf39c35e12c20e5c (diff) | |
| download | mate-session-manager-2509a50ebe4f3af9530d060a2ca1567cbc564445.tar.bz2 mate-session-manager-2509a50ebe4f3af9530d060a2ca1567cbc564445.tar.xz | |
1.1.2 releasemate-session-manager-1.1.2
| -rw-r--r-- | HACKING | 13 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | distro/archlinux/PKGBUILD | 2 | ||||
| -rwxr-xr-x | distro/ubuntu/build | 2 | 
4 files changed, 7 insertions, 12 deletions
| @@ -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') | 
