aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-04-29 11:12:12 -0400
committerKen Moore <ken@pcbsd.org>2015-04-29 11:41:54 -0400
commita209ff054390f7f0b1f51d5358891e9a839b3888 (patch)
tree42122aab02ff913476bb188118e39eb3bb988070 /README.md
parentAdd the "file:" flag to the beginning of any local file in lumina-open if the... (diff)
downloadlumina-a209ff054390f7f0b1f51d5358891e9a839b3888.tar.gz
lumina-a209ff054390f7f0b1f51d5358891e9a839b3888.tar.bz2
lumina-a209ff054390f7f0b1f51d5358891e9a839b3888.zip
Rename the lumina-wm directory to lumina-wm-INCOMPLETE so people know it is not ready yet. Also update the readme with the information about the new release.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 204409b1..d100082a 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,12 @@ Latest Stable Versions
----
Qt4 - 0.7.2 (Beta): Use the qt4/0.7.2 branch of the source tree to fetch this version.
-Qt5 - 0.8.3 (Beta): Use the qt5/0.8.3 branch of the source tree to fetch this version.
+Qt5 - 0.8.4 (Beta): Use the qt5/0.8.4 branch of the source tree to fetch this version.
The master branch is where all development is performed and tested before the next release version is branched off.
+NOTE: Starting with version 0.8.4, you may also find packages versions of the source code for the individual releases of Lumina here on GitHub.
+
Translations
----
All the translation files for Lumina are available through the PC-BSD pootle translations systems, which are then auto-committed to the pcbsd/lumina-i18n repo (Qt5+ only). This provides an easy interface through which to contribute translations while also ensuring that the translation files are kept in sync with the Lumina source files, and it is highly recommended that translators use this interface.
bgstack15