diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-26 20:29:25 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-26 20:29:25 +0100 |
commit | 085a8e5bc07254127ab728fc14d64c8245a13575 (patch) | |
tree | 17d457e1e5dc57c6f9ad855c30b86dd6b4d99077 | |
parent | 1ecbd2cd9339b1a13551a945f35b4be05f18cb43 (diff) | |
download | caja-085a8e5bc07254127ab728fc14d64c8245a13575.tar.bz2 caja-085a8e5bc07254127ab728fc14d64c8245a13575.tar.xz |
prepare for 1.1.1 release
-rw-r--r-- | AUTHORS | 17 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | distro/archlinux/PKGBUILD | 2 | ||||
-rwxr-xr-x | distro/ubuntu/build | 2 |
4 files changed, 15 insertions, 8 deletions
@@ -1,18 +1,25 @@ -Caja 2.22 version by: +Caja 1.1 by + +Perberos <[email protected]> +Steve Zesch <[email protected]> +Stefano Karapetsas <[email protected]> + +Nautilus 2.22 version by: + Martin Wehner <[email protected]> Alex Larsson <[email protected] Christian Neumair <[email protected]> Cosimo Cecchi <[email protected]> David Zeuthen <[email protected]> -Caja 2.4 version by: +Nautilus 2.4 version by: Alex Larsson <[email protected]> Dave Camp <[email protected]> Soren Sandmann <[email protected]> Jürg Billeter <[email protected]> -Caja 2.2 version by: +Nautilus 2.2 version by: Alex Larsson <[email protected]> Dave Camp <[email protected]> @@ -20,7 +27,7 @@ James Willcox <[email protected]> Jan Arne Petersen <[email protected]> Mark McLoughlin <[email protected]> -Mate 2 conversion by: +Nautilus 2 conversion by: Darin Adler <[email protected]> Anders Carlsson <[email protected]> @@ -29,7 +36,7 @@ Alex Larsson <[email protected]> Jacob Berkman <[email protected]> *** need to decide who else to add here *** -Original version by the Caja 1.0 team: +Original version by the Nautilus 1.0 team: Ali Abdin <[email protected]> Andy Hertzfeld <[email protected]> diff --git a/configure.in b/configure.in index 6b80b3e6..6341a335 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 3) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.1.0], [https://github.com/perberos/mate-desktop-environment]) +AC_INIT([caja], [1.1.1], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD index 375f2252..be59fe72 100644 --- a/distro/archlinux/PKGBUILD +++ b/distro/archlinux/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mate-file-manager -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="The MATE shell and file manager" arch=('i686' 'x86_64') diff --git a/distro/ubuntu/build b/distro/ubuntu/build index 4e31f4ec..3b70c5f4 100755 --- a/distro/ubuntu/build +++ b/distro/ubuntu/build @@ -2,7 +2,7 @@ # fill it pkgname=mate-file-manager -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="The MATE shell and file manager" depends=('libexif12' 'libexempi3' 'mate-icon-theme' 'shared-mime-info' 'desktop-file-utils' 'gvfs' 'libunique-1.0-0' 'mate-desktop' 'libgail18') |