aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjestin2005-07-06 20:02:27 +0000
committerjestin2005-07-06 20:02:27 +0000
commit26e34fe3950cc943865aa78b38d626730d185943 (patch)
tree85f7abfcf1cb21a4cfea95a812164355a096a0e7 /Changelog
parent5e2a8ad81266d88ecae8911c4c2c0c47f146c36a (diff)
downloadivy-java-26e34fe3950cc943865aa78b38d626730d185943.zip
ivy-java-26e34fe3950cc943865aa78b38d626730d185943.tar.gz
ivy-java-26e34fe3950cc943865aa78b38d626730d185943.tar.bz2
ivy-java-26e34fe3950cc943865aa78b38d626730d185943.tar.xz
préparation de la version 1.2.8
je rajoute un java.mk pour faciliter le cross développement il reste un bug bloquant en gcj + kaffe ...
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog24
1 files changed, 24 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 02db532..fac0a5b 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,27 @@
--------------------------------------------------------------------
+1.2.8
+
+ bug remaining
+ - Kaffe + Gcj -> app.close() hangs. I've got to investigate further
+
+ documentation
+ - typos
+ - added description of new functions
+
+ bugfixes
+ - fixed the "start stop start stop" bug reported by Francis Jambon
+
+ test suite
+ - added the test directory, in addition to the examples
+ - now runs with kaffe
+ - it compiles and runs fine with gcj on Mandrake 10.1, but the tests fails
+
+ new features
+ - Ivy.getDomainArgs(String,String[]) is a cheap and handy way of finding out
+ the domain, based on the DEFAULT_DOMAIN, then on the IVYBUS property, then on
+ the -b domain command line argument. Be sure to use it !
+
+--------------------------------------------------------------------
1.2.7
bugfixes
@@ -13,6 +36,7 @@
code cleanup
- minor fixes for acecssing static final values
+
--------------------------------------------------------------------
1.2.6