OSDN Git Service

commited.
authorTaizo ITO <taizo@karesansui-project.info>
Thu, 10 Dec 2009 08:16:03 +0000 (17:16 +0900)
committerTaizo ITO <taizo@karesansui-project.info>
Thu, 10 Dec 2009 08:16:03 +0000 (17:16 +0900)
doc/redhat.spec

index 2165579..16c5943 100644 (file)
@@ -5,8 +5,8 @@
 
 %define __python $(which python)
 %define __app karesansui
-%define version 1.0.3
-%define release 2
+%define version 1.1.0
+%define release 1
 %define date %(echo `LANG=C date +%%Y%%m%%d%%H%%M%%S`)
 
 %if %{commerce}
@@ -306,9 +306,14 @@ fi
 %{python_sitelib}/karesansui/tests/*
 
 %changelog
+* Thu Dec 10 2009 Taizo ITO <taizo@karesansui-project.info> - 1.1.0-1
+- kvm support.
+- Changed paths for domain's image data.
+
 * Thu Oct 29 2009 Kei Funagayama <kei@karesansui-project.info> - 1.0.3-2
 - CentOS(i386/x86_64) support.
 - RHEL(i386/x86_64) support.
+
 * Tue Sep 18 2009 Kei Funagayama <kei@karesansui-project.info> - 1.0.3-1
 - Added checker for keymap selection.
 - Fixed web server setting bugs.
@@ -316,6 +321,7 @@ fi
     ** glibc detected *** /usr/bin/python: free(): invalid pointer:
 - Changed the format of system uri path.
     fixed error "unexpected Xen URI path '/system', try xen:///" for libvirt-0.6.5.
+
 * 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.
@@ -324,6 +330,7 @@ fi
 - 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.
@@ -342,5 +349,6 @@ fi
 - 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.