diff options
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | README | 25 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 21 insertions, 22 deletions
@@ -1,19 +1,3 @@ -commit 22feb13f2d163436ab2c3af1b30823ddee6e43b5 -Author: Steve Zesch <[email protected]> -Date: Thu Feb 23 21:31:13 2012 -0500 - - Preparing for 1.2 release - - ChangeLog | 431 ++++++++++++++++++++++++++++++++++++++++++++++++ - autogen.sh | 4 +- - configure.ac | 2 +- - distro/ubuntu/build | 29 ---- - distro/ubuntu/postinst | 11 -- - distro/ubuntu/postrm | 8 - - distro/ubuntu/preinst | 7 - - distro/ubuntu/prerm | 11 -- - 8 files changed, 434 insertions(+), 69 deletions(-) - commit 838bbdba9b2581489b2e6b9b6265098dde1e312f Author: Perberos <[email protected]> Date: Mon Jan 30 12:56:56 2012 -0300 @@ -4,10 +4,21 @@ mate-session mate-session contains the MATE session manager, as well as a configuration program to choose applications starting on login. -To discuss mate-session, you may use the development section of -the MATE forums: +You may download updates to the package from: + + http://download.gnome.org/sources/mate-session/ + +To discuss mate-session, you may use the desktop-devel-list mailing +list: + + http://mail.gnome.org/mailman/listinfo/desktop-devel-list + + +Design notes +============ + +See http://live.gnome.org/SessionManagement - http://forums.mate-desktop.org Installation ============ @@ -20,11 +31,15 @@ first need to run './autogen.sh'. How to report bugs ================== -Bugs should be reported to the MATE issue tracking system: +Bugs should be reported to the MATE bug tracking system: - https://github.com/mate-desktop/mate-session-manager/issues + https://bugzilla.gnome.org/ (product mate-session) 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 6c91d69..663e41e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-session], [1.2.1], [http://www.mate-desktop.org/]) +AC_INIT([mate-session], [1.2.0], [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR([mate-session]) AC_CONFIG_HEADERS([config.h]) |