aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjestin2005-11-22 22:13:26 +0000
committerjestin2005-11-22 22:13:26 +0000
commitc14d7b5ec43d9761269deab559ee853d4fec48df (patch)
tree59c26ce25e6ad267253b64f3ed4d3c982334f85c /debian
parent839f632fcf808f21098937fd95061b78a41de448 (diff)
downloadivy-java-c14d7b5ec43d9761269deab559ee853d4fec48df.zip
ivy-java-c14d7b5ec43d9761269deab559ee853d4fec48df.tar.gz
ivy-java-c14d7b5ec43d9761269deab559ee853d4fec48df.tar.bz2
ivy-java-c14d7b5ec43d9761269deab559ee853d4fec48df.tar.xz
hum
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f4f2b74..4b30c78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+libivy-java (1.2.8) unstable; urgency=low
+
+ bugfixes
+ - fixed the "start stop start stop" bug reported by Francis Jambon (
+ thanks alot, Francis ! )
+ - validates against the 1.4 jakarta regexp library.
+ - IvyWatcher had a static structures leading to a nasty bug when several
+ Ivy Agents were in the same JVM.
+
+ new features
+ - Ivy.getWBUId() returns a "wanna be unique Id", quite useful when
+ performing queries. It looks like IDTest0:1105029280616:1005891134.
+ - 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 !
+ - added the After tool
+ - Probe, After and IvyDaemon going to tool
+ - fixed the jprobe shell script to honor $IVYBUS environment variable
+
+
+ -- Yannick Jestin <jestin@cena.fr> Thu, 22 Nov 2005 23:09:00 +0100
+
libivy-java (1.2.7) unstable; urgency=low
bugfixes