[sawfish] bump librep to 0.90.2



commit 3dd6479da98f9336f0d0647c4e552faa3f1cef23
Author: chrisb <zanghar freenet de>
Date:   Thu Aug 27 21:14:08 2009 +0200

    bump librep to 0.90.2

 ChangeLog     |    4 ++++
 configure.in  |    2 +-
 man/news.texi |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a8dc6e5..d4c7bf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,10 @@
 	* lisp/sawfish/wm/workspace.jl: export send-to-workspace 
 	                                fix a select-workspace-from-first call [Michal Maruska]
 
+	* configure.in: bump minimum librep to 0.90.2, to make sure folks get a fixed sawfish-ui regarding UTF8 strings
+
+	* man/news.texi: updated
+
 2009-08-09  Christopher Bratusek <zanghar freenet de>
 	* lisp/sawfish/wm/ext/match-window.jl: move rename-window here, as it requires prompt but this either does not 
 	                                       load properly in windows.jl or breaks sawfish-ui if require'ed instead of open'ed
diff --git a/configure.in b/configure.in
index fb4aa1d..c7112cd 100644
--- a/configure.in
+++ b/configure.in
@@ -204,7 +204,7 @@ else FONT_LOADER="X.Org"
 fi
 
 dnl Check for librep
-REP_MIN_VER="0.90.1"
+REP_MIN_VER="0.90.2"
 
 PKG_CHECK_MODULES(LIBREP, librep >= ${REP_MIN_VER}
 		  ,REP_EXECDIR="`pkg-config --variable=repcommonexecdir librep`"
diff --git a/man/news.texi b/man/news.texi
index 32d5c32..0ecc9cf 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -15,7 +15,7 @@ they occurred between. For more detailed information see the
 @item New/Updated requirements:
 @itemize @minus
 
- item librep 0.90.0 -> 0.90.1
+ item librep 0.90.0 -> 0.90.2
 
 @item rep-gtk 0.18.4 -> 0.90.0
 @end itemize



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]