OSDN Git Service

1.0.2 release
authorKei Funagayama <kei@karesansui-project.info>
Thu, 18 Jun 2009 06:28:33 +0000 (15:28 +0900)
committerKei Funagayama <kei@karesansui-project.info>
Thu, 18 Jun 2009 06:28:33 +0000 (15:28 +0900)
doc/redhat.spec
karesansui/__init__.py

index 6e6ccb8..08d5e75 100644 (file)
@@ -5,7 +5,7 @@
 
 %define __python $(which python)
 %define __app karesansui
-%define version 1.0.1
+%define version 1.0.2
 %define release 1
 %define date %(echo `LANG=C date +%%Y%%m%%d%%H%%M%%S`)
 
@@ -305,5 +305,31 @@ fi
 %{python_sitelib}/karesansui/tests/*
 
 %changelog
+* Thu Jun 18 2009 Kei Funagayama <kei@karesansui-project.info> - 1.0.2-1
+- Sparce file support is now available at creating a guest environment.
+- Keyboard maps selection is now available at creating a guest environment.
+- Fixed rpm transaction closing order.
+- Fixed checking of processor support.
+- sqlite time to register with the system, had not added the time zone information.
+- Network database is now available as pysilhouette database.
+- Addresses an issue which karesansui does not work at multi-host environment.
+* Tue Jun 9 2009 Kei Funagayama <kei@karesansui-project.info> - 1.0.1-1
+- Karesansui now works on CentOS5.3 64bit(x86_64), RHEL5.3 64bit(x86_64) and RHEL5.3 32bit(x86).
+- Added support for AMD Athlon64 or Opteron environment.
+- Added favicons.
+- Improves VNC console keyboard layout support.
+- Prevents host environment's FQDN from being resolved.
+- Highlights required items on input forms.
+- Buttons turn disabled not to be clicked after clicking at dialog window.
+- Karesansui now works when PostgreSQL is selected as database at the installation process.
+- Addresses an issue which could not reach the management console after resetting F/W.
+- Addresses an issue which could not move to other tabs while displaying guest console.
+- Delete button is now turned disabled after destroying resources.
+- Network configuration is now editable without errors.
+- Addresses an issue which occurs when job search is performanced many times.
+- Creating guest with empty value in "Memory Size" or "Disk Size" now works.
+- Prevent input data from being posted to other resources when enter key is pressed on input forms.
+- Improved a check logic about guest ID.
+- Improved error handling on nonexistent NIC.
 * Tue May 19 2009 Taizo ITO <taizo@karesansui-project.info> - 1.0.0-1
 - Initial build.
index a58805c..b112cbb 100644 (file)
@@ -21,7 +21,7 @@
 
 __author__ = "Kei Funagayama <kei@karesansui-project.info>"
 __version__ = '1.0'
-__release__ = '1'
+__release__ = '2'
 __app__ = 'karesansui'
 
 import os