[virtaal] Update to 0.7.1 rc1 Bug fixes, translations, performance New Greek translation [Dimitris Spingos] Re

dwayne dwayne at fedoraproject.org
Wed Sep 28 08:22:48 UTC 2011


commit 650ad45c9f36d8eccf8b1d214e41b3fdd9fb0a35
Author: Dwayne Bailey <dwayne at translate.org.za>
Date:   Wed Sep 28 10:21:30 2011 +0200

    Update to 0.7.1 rc1
    Bug fixes, translations, performance
    New Greek translation [Dimitris Spingos]
    Reduce memory use
    Improved startup time
    Support for non-ASCII installation paths
    Support for non-ASCII usernames (bug 2000) [reported by Zbyněk Schwarz]

 .gitignore   |    1 +
 sources      |    2 +-
 virtaal.spec |   12 ++++++++++--
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b305bd8..5f15a61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ virtaal-0.6.1.tar.bz2
 /virtaal-0.7.0-rc2.tar.bz2
 /virtaal-0.7.0.tar.bz2
 /virtaal-0.7.1-beta1.tar.bz2
+/virtaal-0.7.1-rc1.tar.bz2
diff --git a/sources b/sources
index eb623cf..c012a04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7b5085b40fe9a411d89b03c81fc556e  virtaal-0.7.1-beta1.tar.bz2
+b725f0cb99a496f8144f7ef575999c3a  virtaal-0.7.1-rc1.tar.bz2
diff --git a/virtaal.spec b/virtaal.spec
index c4e1b51..b805b07 100644
--- a/virtaal.spec
+++ b/virtaal.spec
@@ -1,11 +1,11 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%global         subrelease beta1
+%global         subrelease rc1
 
 Name:           virtaal
 Version:        0.7.1
 #Release:        1%{?dist}
-Release:        0.1.%{subrelease}%{?dist}
+Release:        0.2.%{subrelease}%{?dist}
 Summary:        Localization and translation editor
 
 Group:          Development/Tools
@@ -178,6 +178,14 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Sep 26 2011 Dwayne Bailey <dwayne at translate.org.za> - 0.7.1-0.2.rc1
+- Update to 0.7.1 rc1
+   - New Greek translation [Dimitris Spingos]
+   - Reduce memory use
+   - Improved startup time
+   - Support for non-ASCII installation paths
+   - Support for non-ASCII usernames (bug 2000) [reported by Zbyněk Schwarz]
+
 * Fri Jul 22 2011 Dwayne Bailey <dwayne at translate.org.za> - 0.7.1-0.1.beta1
 - Update to 0.7.1 beta1
    - Updated translations, including Faroese and Portuguese


More information about the scm-commits mailing list