X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface.spec;h=e7321758986b235d22a836b8685cd4e31c4e1355;hp=e386809455acf4c9fbb6a7ad32f223592fd38fbc;hb=9b7fd664c10816ad71ccc42f30e94553dde13a13;hpb=7ea82bc21e964f23ab61e2340d4a2b2950965bae diff --git a/sface.spec b/sface.spec index e386809..e732175 100644 --- a/sface.spec +++ b/sface.spec @@ -6,8 +6,8 @@ #%define plrelease 5.0 %define name sface -%define version 0.1 -%define taglevel 6 +%define version 0.9 +%define taglevel 8 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -41,7 +41,7 @@ the slice's RSpec with an XML pretty printer. %setup -q %build -make +make VERSIONTAG="%{version}-%{taglevel}" SCMURL="%{SCMURL}" %install rm -rf $RPM_BUILD_ROOT @@ -60,6 +60,100 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/sface/* %changelog +* Thu Jun 07 2012 Thierry Parmentelat - sface-0.9-8 +- no change, but macos packaging was broken (could not spot sfi) + +* Wed Jun 6 2012 Tony Mack - sface-0.9-7 +- specify -t --type option when calling sfi show + +* Thu Apr 05 2012 Tony Mack - sface-0.9-6 +- remove SQLAlchemy dependency +- add event for notifying mainscreen of server-side slice changes + +* Mon Mar 05 2012 Thierry Parmentelat - sface-0.9-5 +- support for legacy sfa lib +- json encoding + +* Tue Jan 24 2012 Thierry Parmentelat - sface-0.9-4 +- fixed crash in slicestatus screen when no slice name is defined +- fixed crash in mainwindow then clicking on empty list +- fixed failure to delete last sliver in a slice +- fixed inability to use config screen without pre-existing .sficonfig + +* Mon Jan 09 2012 Thierry Parmentelat - sface-0.9-3 +- handle blank rspecs + +* Thu Jan 05 2012 Thierry Parmentelat - sface-0.9-2 +- fix the way sfi.py gets located + +* Tue Jan 03 2012 Thierry Parmentelat - sface-0.9-1 +- minor tag for sfa-2.0-7 + +* Wed Dec 07 2011 Scott Baker - sface-0.1-21 +- fix errors when adding/removing slice attributes +- fix references to sfa.util.record + +* Thu Dec 01 2011 Thierry Parmentelat - sface-0.1-20 +- Added batch slice renew feature +- Updated XMLRPC tracker to keep history of XMLRPC calls, support scrolling, and parse fault messages +- Retrieve available resources and resources bound to slices from independent ListResources calls +- Added ability to delete slices +- Added SliverStatus screen +- Support for creating slivers directly on ProtoGENI, bypassing slice manager +- Support for new RSPEC methods in latest SFA code + +* Fri Sep 16 2011 Thierry Parmentelat - sface-0.1-19 +- reporting of server faults to the user +- create slice button and dialog +- fix bug that caused a crash when adding tags +- spacebar can be used instead of double-click when adding nodes or users +- support for multiple config directories + +* Sun Sep 04 2011 Thierry Parmentelat - sface-0.1-18 +- usable with a different directory than ~/.sfi +- either on the command line, or in the config. screen + +* Thu Sep 01 2011 Thierry Parmentelat - sface-0.1-17 +- new user management screen to allow users to be added and deleted from slices +- known issue with the users screen regarding adding people who are listed as PIs to a sliver. +- reordered columns (new order is hostname, boot state, membership state) +- rewrote filtering mechanism to allow separate string search and boot state filter +- selection highlights the whole line instead of excluding the hostname part + +* Thu Jul 07 2011 Thierry Parmentelat - sface-0.1-16 +- bugfix in managing subprocess outputs + +* Mon Jun 20 2011 Andy Bavier - sface-0.1-15 +- Fix bug preventing adding nodes to a slice. + +* Fri Jun 10 2011 Thierry Parmentelat - sface-0.1-14 +- slight changes in view creation + +* Wed Jun 08 2011 Thierry Parmentelat - sface-0.1-13 +- dynamically load screens from the screens directory + +* Mon Jun 06 2011 Scott Baker - sface-0.1-12 +- Added button to renew slice. + +* Mon May 23 2011 Thierry Parmentelat - sface-0.1-11 +- fixed the logo area on the mac + +* Mon May 23 2011 Thierry Parmentelat - sface-0.1-10 +- show versions of sface and sfa in the configure window +- should work both on rpm-based and macos (build-dmg.sh) packages + +* Tue Mar 15 2011 Thierry Parmentelat - sface-0.1-9 +- packaging has support for leopard as well +- can use vn as a skeleton for vn+1 +- config view show SFA version + +* Tue Mar 15 2011 Thierry Parmentelat - sface-0.1-8 +- dmg packaging has support for leopard, and other utility options +- cleaned up graphics + +* Mon Mar 14 2011 Thierry Parmentelat - sface-0.1-7 +- fixed dmg packaging + * Mon Mar 14 2011 Thierry Parmentelat - sface-0.1-6 - help script to create dmg packaging