mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Added Hugh & Máirín to authors credits
This commit is contained in:
parent
1e76bc6635
commit
bc0da24627
31
NEWS
31
NEWS
@ -1,8 +1,33 @@
|
|||||||
Virtual Machine Manager News
|
Virtual Machine Manager News
|
||||||
============================
|
============================
|
||||||
|
|
||||||
2006-03-29
|
Release 0.1.4
|
||||||
----------
|
-------------
|
||||||
|
|
||||||
* First iteration of development
|
* Integration with GNOME keyring for the VNC console to avoid
|
||||||
|
need to remember passwords when accessing the guest domain's
|
||||||
|
console
|
||||||
|
* Use cairo to rendered a '50% alpha gray wash' over the screenshot
|
||||||
|
to give appearance of a 'dimmed' display when paused. Also render
|
||||||
|
the word 'paused' in big letters.
|
||||||
|
* Initial cut of code for saving domain snapshots to disk
|
||||||
|
* Added icons for buttons which were missing graphics
|
||||||
|
* Miscellaneous RPM spec file fixes to comply with rpmlint
|
||||||
|
* Update status icons to match those in the gnome-applet-vm
|
||||||
|
* Added domain ID and # VCPUs to summary view
|
||||||
|
* Misc bug fixes
|
||||||
|
|
||||||
|
Release 0.1.3
|
||||||
|
-------------
|
||||||
|
|
||||||
|
* Fixed DBus service activation & general brokenness
|
||||||
|
* Added a display of virtual CPU count in summary page
|
||||||
|
* Fixed alignment of status label in details page
|
||||||
|
* Make hardware config panel resizeable
|
||||||
|
* Switch detailed graph rendering to use sparkline code
|
||||||
|
* Switch to use filled sparkline graphs
|
||||||
|
|
||||||
|
Release 0.1.2
|
||||||
|
-------------
|
||||||
|
|
||||||
|
* First public release
|
||||||
|
@ -594,7 +594,11 @@ Inactive virtual machines</property>
|
|||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
</property>
|
</property>
|
||||||
<property name="wrap_license">False</property>
|
<property name="wrap_license">False</property>
|
||||||
<property name="authors">Daniel P. Berrange <berrange@redhat.com></property>
|
<property name="authors">Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
Hugh O. Brock <hbrock@redhat.com>
|
||||||
|
Máirín Duffy <duffy@redhat.com>
|
||||||
|
</property>
|
||||||
|
<property name="artists">Máirín Duffy <duffy@redhat.com> </property>
|
||||||
<property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
|
<property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
|
||||||
<signal name="delete_event" handler="on_vmm_about_delete_event" last_modification_time="Wed, 29 Mar 2006 10:31:19 GMT"/>
|
<signal name="delete_event" handler="on_vmm_about_delete_event" last_modification_time="Wed, 29 Mar 2006 10:31:19 GMT"/>
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
Reference in New Issue
Block a user