diff options
author | mconway <michael.c.conway@gmail.com> | 2013-04-19 19:25:36 (GMT) |
---|---|---|
committer | mconway <michael.c.conway@gmail.com> | 2013-04-19 19:25:36 (GMT) |
commit | 49fa2af581598627702acfe1312244e91cdb96be (patch) | |
tree | a991eb21ca45e2da463c501ab30802f74f26cd7e | |
parent | a513b27af4186d905a04d6adeeb95df20d9d9247 (diff) | |
download | QCG-Data-49fa2af581598627702acfe1312244e91cdb96be.zip QCG-Data-49fa2af581598627702acfe1312244e91cdb96be.tar.gz QCG-Data-49fa2af581598627702acfe1312244e91cdb96be.tar.bz2 |
pwd
-rw-r--r-- | idrop-swing/release_notes.txt | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/idrop-swing/release_notes.txt b/idrop-swing/release_notes.txt index 4388ad2..22342e6 100644 --- a/idrop-swing/release_notes.txt +++ b/idrop-swing/release_notes.txt @@ -38,6 +38,8 @@ Note that the following bug and feature requests are logged in GForge with relat *[#1268] XML Parse Exception in idrop.jnlp **added jnlp template and improved jnlp file consistency and structure +*[#1250] jargon/idrop performance testing and optimization for 3.3.2 +**Fix pom.xml for missing reference to idrop-swing module ==Outstanding Issues== @@ -411,6 +411,6 @@ </profiles> <modules> <module>idrop-lite</module> - <module>idrop-swing</module> + <module>idrop-swing</module> </modules> </project> |