Skip to content

Commit

Permalink
Preparing for 1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
szesch committed Feb 24, 2012
1 parent db0b7a3 commit 6f3aa79
Show file tree
Hide file tree
Showing 8 changed files with 386 additions and 67 deletions.
8 changes: 7 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
Havoc Pennington <[email protected]>
MATE developers:
Perberos <[email protected]>
Steve Zesch <[email protected]>
Stefano Karapetsas <[email protected]>

GNOME developers:
Havoc Pennington <[email protected]>
376 changes: 376 additions & 0 deletions ChangeLog

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PKG_NAME="mate-window-manager"
exit 1
}

which mate-autogen.sh || {
which mate-autogen || {
echo "You need to install mate-common from the MATE Git"
exit 1
}
Expand All @@ -21,5 +21,5 @@ REQUIRED_AUTOMAKE_VERSION=1.9
USE_MATE2_MACROS=1
USE_COMMON_DOC_BUILD=yes

. mate-autogen.sh
. mate-autogen

2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)

m4_define([marco_major_version], [1])
m4_define([marco_minor_version], [1])
m4_define([marco_minor_version], [2])
# Fibonacci sequence for micro version numbering:
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
m4_define([marco_micro_version], [0])
Expand Down
35 changes: 0 additions & 35 deletions distro/ubuntu/build

This file was deleted.

9 changes: 0 additions & 9 deletions distro/ubuntu/postinst

This file was deleted.

8 changes: 0 additions & 8 deletions distro/ubuntu/preinst

This file was deleted.

11 changes: 0 additions & 11 deletions distro/ubuntu/prerm

This file was deleted.

0 comments on commit 6f3aa79

Please sign in to comment.