From: Thierry Parmentelat Date: Thu, 26 Nov 2009 11:22:58 +0000 (+0000) Subject: Setting tag PLEWWW-4.3-39 X-Git-Tag: PLEWWW-4.3-39~1 X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=commitdiff_plain;h=73da5b416908e3a2e562ffb0d21c3c3a7e13d265 Setting tag PLEWWW-4.3-39 new add-interface page : now has a checkbox for non-primary interfaces to chose between virtual or physical this affects the settings of ifname and alias that were formerly set unconditionally review the interface-checking javascript code changed the interface to plekitform, method is now optional and part of an options hash --- diff --git a/plewww.spec b/plewww.spec index e430fd2..17021cd 100644 --- a/plewww.spec +++ b/plewww.spec @@ -5,7 +5,7 @@ # what the myplc rpm requires %define name plewww %define version 4.3 -%define taglevel 38 +%define taglevel 39 # no need to mention pldistro as this module differs in both distros #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -124,6 +124,12 @@ rm -rf $RPM_BUILD_ROOT /var/www/html/plekit %changelog +* Thu Nov 26 2009 Thierry Parmentelat - PLEWWW-4.3-39 +- new add-interface page : now has a checkbox for non-primary interfaces to chose between virtual or physical +- this affects the settings of ifname and alias that were formerly set unconditionally +- review the interface-checking javascript code +- changed the interface to plekitform, method is now optional and part of an options hash + * Tue Nov 17 2009 Thierry Parmentelat - PLEWWW-4.3-38 - can't use php objects for showing node status, this is too slow - fix interface add page