Revision: 6113
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6113&view=rev
Author:   dnaber
Date:     2011-12-31 12:30:38 +0000 (Sat, 31 Dec 2011)
Log Message:
-----------
prepare release 1.6

Modified Paths:
--------------
    branches/V_1_6/CHANGES.txt
    branches/V_1_6/README.txt
    branches/V_1_6/build.properties
    branches/V_1_6/src/java/org/languagetool/JLanguageTool.java

Modified: branches/V_1_6/CHANGES.txt
===================================================================
--- branches/V_1_6/CHANGES.txt  2011-12-31 11:51:32 UTC (rev 6112)
+++ branches/V_1_6/CHANGES.txt  2011-12-31 12:30:38 UTC (rev 6113)
@@ -1,14 +1,16 @@
 LanguageTool Change Log
 
-1.6 (release planned for 2011-12-30)
+1.6 (2011-12-31)
 
  -Breton:
-   -updated dictionary from Apertium.
+   -updated dictionary from Apertium
    -several new rules
-   -corrected and improve style of messages, translated all messages
-    thanks to Fulup Jakez.
+   -corrected and improved style of messages, translated all messages
+    thanks to Fulup Jakez
  -Chinese:
    -several new rules (Tao Lin)
+ -English:
+   -new Java rule to check if three successive sentences begin with the same 
word
  -Esperanto:
    -fixed false positives
    -updated list of transitive verbs
@@ -17,7 +19,8 @@
    -fixed false positives
  -German: 
    -several new rules
-   -updated compound splitter component to fix some agreement errors 
(jwordsplitter 3.3)
+   -new Java rule to check if three successive sentences begin with the same 
word 
+   -updated compound splitter component to fix some false alarms on agreement 
(jwordsplitter 3.3)
  -Italian:
    -several new rules (Paolo Bianchini)
  -Khmer:

Modified: branches/V_1_6/README.txt
===================================================================
--- branches/V_1_6/README.txt   2011-12-31 11:51:32 UTC (rev 6112)
+++ branches/V_1_6/README.txt   2011-12-31 12:30:38 UTC (rev 6113)
@@ -1,5 +1,5 @@
 LanguageTool, a proof-reading tool for English, German, Polish,
-French, Dutch, Russian, Italian, Danish and more languages
+Chinese, French, Dutch, Russian, Italian, Danish and more languages
 (see http://www.languagetool.org/languages/ for a list)
 
 Copyright (C) 2005-2011 Daniel Naber (naber at danielnaber de)

Modified: branches/V_1_6/build.properties
===================================================================
--- branches/V_1_6/build.properties     2011-12-31 11:51:32 UTC (rev 6112)
+++ branches/V_1_6/build.properties     2011-12-31 12:30:38 UTC (rev 6113)
@@ -1,6 +1,6 @@
 debug = on
 
-version = 1.6-dev
+version = 1.6
 
 src.dir = ./src
 src.java.dir = ${src.dir}/java

Modified: branches/V_1_6/src/java/org/languagetool/JLanguageTool.java
===================================================================
--- branches/V_1_6/src/java/org/languagetool/JLanguageTool.java 2011-12-31 
11:51:32 UTC (rev 6112)
+++ branches/V_1_6/src/java/org/languagetool/JLanguageTool.java 2011-12-31 
12:30:38 UTC (rev 6113)
@@ -61,7 +61,7 @@
 @SuppressWarnings({"UnusedDeclaration"})
 public final class JLanguageTool {
 
-  public static final String VERSION = "1.6-dev"; // keep in sync with 
build.properties!
+  public static final String VERSION = "1.6"; // keep in sync with 
build.properties!
   public static final String BUILD_DATE = getBuildDate();
 
   public static final String PATTERN_FILE = "grammar.xml";

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to