diff --git a/build.xml b/build.xml index e378a6023..35b53c6c9 100644 --- a/build.xml +++ b/build.xml @@ -225,6 +225,11 @@ + + + @@ -235,9 +240,6 @@ - @@ -471,6 +473,7 @@ + @@ -485,6 +488,7 @@ + @@ -951,8 +955,16 @@ - - + + + + + + + @@ -993,6 +1005,7 @@ + @@ -1010,11 +1023,9 @@ + - @@ -1022,16 +1033,14 @@ - - + - - + @@ -1039,8 +1048,7 @@ - - + @@ -1079,8 +1087,7 @@ - - + diff --git a/history.txt b/history.txt index eac761995..0fbe342a8 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,11 @@ +2011-11-12 zzz + * Installer: Fix Ukrainian translation (ticket #550) thx rndnick + +2011-11-11 zzz + * Console: + - Less magic and fix img sizes, for speed and less artifacts while rendering + - CSS tweaks + 2011-11-09 zzz * Console: Add ability to hide news * I2PTunnel IRC Client: Don't filter PASS (ticket #549) diff --git a/installer/lib/izpack/patches/bin/langpacks/installer/ukr.xml b/installer/lib/izpack/patches/bin/langpacks/installer/ukr.xml new file mode 100644 index 000000000..0d5a6e3d1 --- /dev/null +++ b/installer/lib/izpack/patches/bin/langpacks/installer/ukr.xml @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 87e5bffca..282c18b42 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -18,7 +18,7 @@ public class RouterVersion { /** deprecated */ public final static String ID = "Monotone"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 1; + public final static long BUILD = 2; /** for example "-test" */ public final static String EXTRA = "";