aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-04-27 23:44:46 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-04-27 23:44:46 +0000
commit5fcf77f44cafd69496e5af6f0c99000851db3206 (patch)
treeb287170927c44197832b21e768481ce5f0881fb4
parentAdd sun-jdk-1.7 config for the vm_configs so that the virtual test code tests... (diff)
downloadjava-config-5fcf77f44cafd69496e5af6f0c99000851db3206.tar.gz
java-config-5fcf77f44cafd69496e5af6f0c99000851db3206.tar.bz2
java-config-5fcf77f44cafd69496e5af6f0c99000851db3206.zip
Increase version number to 2.1.6 and add NEWS entry.
svn path=/projects/java-config-2/trunk/; revision=6227
-rw-r--r--NEWS3
-rw-r--r--setup.py2
-rw-r--r--src/java_config_2/__init__.py2
3 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index abbdcda..4c36c66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
For full ChangeLog generated from svn commit logs see ChangeLog.
+Changes in 2.1.6:
+ * Fixes for virtuals that have vms as providers. Needed for for example jaf.
+
Changes in 2.1.5:
* Add jnlp file assocations http://bugs.gentoo.org/show_bug.cgi?id=35024
* Fix eselect bug http://bugs.gentoo.org/show_bug.cgi?id=211454
diff --git a/setup.py b/setup.py
index 574a1a4..3c35a87 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ from glob import glob
setup (
cmdclass={'install_scripts': my_install_scripts},
name = 'java-config',
- version = '2.1.5',
+ version = '2.1.6',
description = 'java enviroment configuration tool',
long_description = \
"""
diff --git a/src/java_config_2/__init__.py b/src/java_config_2/__init__.py
index f7ac5c7..6b1190c 100644
--- a/src/java_config_2/__init__.py
+++ b/src/java_config_2/__init__.py
@@ -2,4 +2,4 @@
java-config support files
'''
-__version__ = '2.1.5'
+__version__ = '2.1.6'