From 60fe93f5130407c3e02748341affbce360606c53 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 19 Jan 2012 11:48:30 +0100 Subject: 1.1.1 release --- AUTHORS | 15 +++++++++++---- HACKING | 20 ++++---------------- README | 13 +++---------- configure.ac | 5 +++-- distro/archlinux/PKGBUILD | 2 +- distro/ubuntu/build | 2 +- 6 files changed, 23 insertions(+), 34 deletions(-) diff --git a/AUTHORS b/AUTHORS index ddbcfc1a..73b2333e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,11 @@ mate-panel authors +------------------ + +Perberos +Steve Zesch +Stefano Karapetsas + +gnome-panel authors ------------------- George Lebl @@ -22,12 +29,12 @@ Ian McKellar Arvind Samptur Vincent Untz -new libmate-panel-applet authors ---------------------------- +new libgnome-panel-applet authors +--------------------------------- Carlos Garcia Campos -old libmate-panel-applet authors ---------------------------- +old libgnome-panel-applet authors +--------------------------------- Mark McLoughlin Padraig O'Briain diff --git a/HACKING b/HACKING index 9f5df32a..2791ba80 100644 --- a/HACKING +++ b/HACKING @@ -3,29 +3,17 @@ Hacking on mate-panel + The development occurs in git: - http://git.gnome.org/browse/mate-panel + https://github.com/mate-desktop/mate-panel 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: - https://bugzilla.gnome.org/ (product mate-panel) - - 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-panel/issues + Please try and send a patch against a recent version of this package. - Patches against git master are most preferable. + Patches (puill requests) against git master are most preferable. + Don't commit any but the most trivial patches without approval. - - + Exceptions to this are: - - - Translators may commit basic i18n related patches to the build - setup. - - Build sheriff are welcome - in accordance with the relevant build - sheriff constraints. diff --git a/README b/README index 15efd904..9c69cecf 100644 --- a/README +++ b/README @@ -17,12 +17,9 @@ several applets: You may download updates to the package from: - http://download.gnome.org/sources/mate-panel/ - -To discuss mate-panel, you may use the desktop-devel-list mailing list: - - http://mail.gnome.org/mailman/listinfo/desktop-devel-list + http://pub.mate-desktop.org/releases/ +mate-panel is a fork of gnome-panel. Installation ============ @@ -37,13 +34,9 @@ How to report bugs Bugs should be reported to the MATE bug tracking system: - https://bugzilla.gnome.org/ (product mate-panel) + https://github.com/mate-desktop/mate-panel/issues You will need to create an account for yourself. -Please read the following page on how to prepare a useful bug report: - - https://bugzilla.gnome.org/page.cgi?id=bug-writing.html - Please read the HACKING file for information on where to send changes or bugfixes for this package. diff --git a/configure.ac b/configure.ac index 276c6dc1..562f8d17 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,5 @@ -AC_INIT([mate-panel], [1.1.0], [http://www.mate-desktop.org]) +AC_INIT([mate-panel], [1.1.1], [https://github.com/mate-desktop/mate-panel/issues], + [mate-panel], [http://www.mate-desktop.org]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar -Wno-portability]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) @@ -306,7 +307,7 @@ AC_SUBST(MATECOMPONENT_ACT_IDLDIR) dnl **************************************************************************** -dnl * using Ubuntu hacks +dnl * Ubuntu hacks dnl **************************************************************************** AC_ARG_ENABLE(ubuntu, AS_HELP_STRING([--enable-ubuntu], [Enable Ubuntu Counter Hacks]), enable_ubuntu=yes, enable_ubuntu=no) diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD index 6766abce..6c20a5df 100644 --- a/distro/archlinux/PKGBUILD +++ b/distro/archlinux/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mate-panel -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="The MATE Panel" arch=('i686' 'x86_64') diff --git a/distro/ubuntu/build b/distro/ubuntu/build index 74b62e59..79e55733 100755 --- a/distro/ubuntu/build +++ b/distro/ubuntu/build @@ -2,7 +2,7 @@ # fill it pkgname=mate-panel -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="The MATE Panel" depends=('libwnck22' 'mate-conf' 'mate-menus' 'mate-desktop' 'librsvg2-2' 'hicolor-icon-theme' 'libcanberra-gtk0' 'libmatecomponentui' 'libmateweather') # 'evolution-data-server' -- cgit v1.2.1