[Therion] Therion 5.3.9
Wookey
wookey at wookware.org
Fri Nov 18 03:53:44 CET 2011
+++ Stacho Mudrak [2011-11-14 19:13 +0100]:
> Hello everybody,
>
> I have just uploaded version 5.3.9, which includes mostly bugfixes.
OK. That's packaged for Debian and uploaded. It should get synced to
Ubuntu soon too.
Stacho - you haven't included my nice svg logo yet, or this segfualt fix:
Index: therion-5.3.7/thlayout.cxx
===================================================================
--- therion-5.3.7.orig/thlayout.cxx 2010-12-10 14:33:51.000000000
+0000
+++ therion-5.3.7/thlayout.cxx 2011-05-31 01:36:40.503791025 +0100
@@ -2039,7 +2039,7 @@
LAYOUT.preview_below_b = this->color_preview_below.B;
LAYOUT.lang = this->lang;
- LAYOUT.langstr = thlang_getid(this->lang);
+ LAYOUT.langstr = (this->lang == -1 ? "en" : thlang_getid(this->lang));
You can check out all the patches here:
http://patch-tracker.debian.org/package/therion/5.3.8-3
soon to be:
http://patch-tracker.debian.org/package/therion/5.3.9-1
The samples-fixes one is useful too - it allows the package to be
built more than once.
Wookey
--
Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/
More information about the Therion
mailing list