[pve-devel] r5705 - pve-installer/trunk
svn-commits at proxmox.com
svn-commits at proxmox.com
Tue Mar 15 08:38:19 CET 2011
Author: dietmar
Date: 2011-03-15 08:38:19 +0100 (Tue, 15 Mar 2011)
New Revision: 5705
Modified:
pve-installer/trunk/Makefile
pve-installer/trunk/changelog
pve-installer/trunk/proxinstall
Log:
Modified: pve-installer/trunk/Makefile
===================================================================
--- pve-installer/trunk/Makefile 2011-03-15 07:30:05 UTC (rev 5704)
+++ pve-installer/trunk/Makefile 2011-03-15 07:38:19 UTC (rev 5705)
@@ -1,7 +1,7 @@
# achtung: also set release in proxinstall!
-RELEASE=1.6
+RELEASE=1.8
-DEB=pve-installer_1.0-11.deb
+DEB=pve-installer_1.0-12.deb
INSTALLER_SOURCES= \
unconfigured.sh \
Modified: pve-installer/trunk/changelog
===================================================================
--- pve-installer/trunk/changelog 2011-03-15 07:30:05 UTC (rev 5704)
+++ pve-installer/trunk/changelog 2011-03-15 07:38:19 UTC (rev 5705)
@@ -1,3 +1,9 @@
+pve-installer (1.0-12) unstable; urgency=low
+
+ * update version for PVE 1.8
+
+ -- Proxmox Support Team <support at proxmox.com> Tue, 15 Mar 2011 08:37:57 +0100
+
pve-installer (1.0-11) unstable; urgency=low
* run update-initramfs with -c flag (our new kernel do not have any
Modified: pve-installer/trunk/proxinstall
===================================================================
--- pve-installer/trunk/proxinstall 2011-03-15 07:30:05 UTC (rev 5704)
+++ pve-installer/trunk/proxinstall 2011-03-15 07:38:19 UTC (rev 5705)
@@ -12,7 +12,7 @@
use Gtk2::Gdk::Keysyms;
use Encode;
-my $release = '1.6';
+my $release = '1.8';
my $opt_testmode;
More information about the pve-devel
mailing list