From: Daniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Date: Tue, 18 Nov 2008 16:26:11 +0000 (+0000)
Subject: Tagging module MyPLC - MyPLC-4.2-19
X-Git-Tag: MyPLC-4.2-19~2
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=412aa3afa0c2071c53b3e69c3edd18e8dd0611fc;p=myplc.git

Tagging module MyPLC - MyPLC-4.2-19
Add common slice attributes.
Clarified 'failed to authenticate' message.
Make db-config extensible.
---

diff --git a/myplc-docs.spec b/myplc-docs.spec
index 271f80f..25027c0 100644
--- a/myplc-docs.spec
+++ b/myplc-docs.spec
@@ -5,7 +5,7 @@
 
 %define name myplc-docs
 %define version 4.2
-%define taglevel 18
+%define taglevel 19
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -91,6 +91,11 @@ rm -rf $RPM_BUILD_ROOT
 /var/www/html/planetlab/doc/
 
 %changelog
+* Tue Nov 18 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - MyPLC-4.2-19
+- Add common slice attributes.
+- Clarified 'failed to authenticate' message.
+- Make db-config extensible.
+
 * Wed Sep 03 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - MyPLC-4.2-18
 - onelab distro requires the dummynet_image package with myplc-native
 - (onelab distro does not build chroot-myplc anymore)
diff --git a/myplc-native.spec b/myplc-native.spec
index 283d2e3..b5bdecb 100644
--- a/myplc-native.spec
+++ b/myplc-native.spec
@@ -5,7 +5,7 @@
 
 %define name myplc-native
 %define version 4.2
-%define taglevel 18
+%define taglevel 19
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -206,6 +206,11 @@ fi
 /usr/share/myplc
 
 %changelog
+* Tue Nov 18 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - MyPLC-4.2-19
+- Add common slice attributes.
+- Clarified 'failed to authenticate' message.
+- Make db-config extensible.
+
 * Wed Sep 03 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - MyPLC-4.2-18
 - onelab distro requires the dummynet_image package with myplc-native
 - (onelab distro does not build chroot-myplc anymore)
diff --git a/myplc.spec b/myplc.spec
index 0716a1f..4d82157 100644
--- a/myplc.spec
+++ b/myplc.spec
@@ -5,7 +5,7 @@
 
 %define name myplc
 %define version 4.2
-%define taglevel 18
+%define taglevel 19
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -169,6 +169,11 @@ fi
 %config(noreplace) /plc/data/*
 
 %changelog
+* Tue Nov 18 2008 Daniel Hokka Zakrisson <daniel@hozac.com> - MyPLC-4.2-19
+- Add common slice attributes.
+- Clarified 'failed to authenticate' message.
+- Make db-config extensible.
+
 * Wed Sep 03 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - MyPLC-4.2-18
 - onelab distro requires the dummynet_image package with myplc-native
 - (onelab distro does not build chroot-myplc anymore)