Should we release 1.6.4 which only contains byte-comp fix?
- From: Teika Kazura <teika lavabit com>
- To: sawfish-list gnome org
- Subject: Should we release 1.6.4 which only contains byte-comp fix?
- Date: Sat, 19 Jun 2010 13:45:24 +0900 (JST)
Hi, Chris, welcome back. (Oh, oh, my sweet Sawfish truancy is
over. :)
I think it's better to release Sawfish-1.6.4 which contains
only the byte-compilation fix. What do you think?
(I mean a public release. As I said in another message, git HEAD is
ok.)
It's easy. A simple application of the following patch to Sawfish-1.6.3
tarball (not against git HEAD) is all that's neccesary:
------------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 0851d0a..39541db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-05-23 Christopher Roy Bratusek <zanghar freenet de>
+ * lisp/sawfish/wm/util/prompt.jl: fix an unconfirmed compilation-error that has been reported
+
2010-05-16 Christopher Bratusek <zanghar freenet de>
* src/display.c: allow compilation with -DDEBUG
diff --git a/configure.in b/configure.in
index 7f02a71..3330d65 100644
--- a/configure.in
+++ b/configure.in
@@ -29,9 +29,9 @@ AM_PROG_LIBTOOL
#IT_PROG_INTLTOOL([0.40.0])
dnl Release versioning info
-version="1.6.3"
+version="1.6.4"
subversion=""
-codename="Hava Nagila"
+codename="Frozen Flame"
VERSION=${version}
diff --git a/lisp/sawfish/wm/util/prompt.jl b/lisp/sawfish/wm/util/prompt.jl
index 96906f5..db436fd 100644
--- a/lisp/sawfish/wm/util/prompt.jl
+++ b/lisp/sawfish/wm/util/prompt.jl
@@ -57,7 +57,8 @@
sawfish.wm.events
sawfish.wm.custom
sawfish.wm.commands
- sawfish.wm.fonts)
+ sawfish.wm.fonts
+ sawfish.wm.util.prompt)
(defgroup messages "Messages" :group misc)
diff --git a/man/news.texi b/man/news.texi
index 163a219..d128501 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -9,6 +9,15 @@ they occurred between. For more detailed information see the
@file{ChangeLog} file in the Sawfish source tree, or git log.
(See Wiki page for how to access git repository.)
+ heading 1.6.4 "Frozen Flame"
+
+ itemize @bullet
+ item Fixed a possible compilation-error in prompt.jl [Harald van Dijk]
+
+If Sawfish-1.6.3 compiled without error, then you don't have to
+install 1.6.4 again.
+ end itemize
+
@heading 1.6.3 "Hava Nagila"
@itemize @bullet
------------------------------------------------------------------------
Sorry for asking a bit more hassle during moving your home.
Best regards,
Teika (Teika kazura)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]