Skip to content

Commit

Permalink
Updates for 2.3.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Aline Manera <[email protected]>
  • Loading branch information
alinefm committed Dec 15, 2016
1 parent ec5658e commit 4d690f7
Show file tree
Hide file tree
Showing 15 changed files with 947 additions and 429 deletions.
40 changes: 40 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,47 @@
CHANGELOG
=========

#### [2.3.1] ####
* [78f4937] Use libvirtd service in Ubuntu (Lucio Correia)
* [d6073a4] Bug fix #1057: Failed to import kimchi (Bianca Carvalho)
* [94d32e0] Bug fix #1026: CentOS: Unable to get and update memory values for a powered .. (Ramon Medeiros)
* [78ed5ba] Add more details to error message when probing image (Lucio Correia)
* [1f9b8bf] Add missing dependency to documentation (Lucio Correia)
* [e1cdf2b] Bug fix #1066: Do not stora guest storage volume information on objectstore (Aline Manera)
* [041c9ea] Bug fix #1015: Rename "Guest Name ID" header to "Guest Name" (Aline Manera)
* [f11f8e9] Fix checking for libvirt daemon on Ubuntu (Lucio Correia)
* [6e511dc] Fixed resize volume click input number in virtualization->storag (Rajat Gupta)
* [21f7f1b] Recognize openSUSE 42.2 ISO (Aline Manera)
* [69b8542] Edit Guest: block CPU settings when guest is running or paused (Daniel Henrique Barboza)
* [5486681] Changing 'threads' to be a free number field (Daniel Henrique Barboza)
* [9575784] Edit Guest dialog: fixing 'Save' button on Processor tab (Daniel Henrique Barboza)
* [597ce37] Adding CPU setup help text in Edit Guest/Template (Daniel Henrique Barboza)
* [926ecd3] CPU configuration UI: several improvements (Daniel Henrique Barboza)
* [fc7a2b0] Adding 'Processor' tab in Edit Guest dialog (Daniel Henrique Barboza)
* [d5ff050] template_edit_main.js: initProcessor now a global function (Daniel Henrique Barboza)
* [066d8ba] Adding 'sockets' field in the topology of Templates (Daniel Henrique Barboza)
* [4fff068] Bug fix #1072 - changing vpus verification (Daniel Henrique Barboza)
* [b69bd6c] rpmlint fixes on Fedora and Suse specs (Daniel Henrique Barboza)
* [28f090c] Issue #1050: Rename template with existing template name (Archana Singh)
* [5f37235] Fixed issue #1074 IP address for the guest under Interfaces tab is blank (Rajat Gupta)
* [7186c53] Remove URI configuration from kimchi.conf file (Aline Manera)
* [a090447] Issue #1059: Not able to save corrected img path after editing img based tem.. (Archana Singh)
* [439b4af] Wok issue #173: Set tab color on tab-ext.xml and update SCSS files (Aline Manera)
* [7ffe39a] Wok issue #174: Let Wok create the whole navigation bar (Aline Manera)
* [de50d9f] Issue: #1008 Issues while editing a VEPA network (Ramon Medeiros)
* [b29e675] PCI hotplug: Check USB controller, define in template, add test in Power (Lucio Correia)
* [bd44fc1] Issue #651: Windows guests - default mouse type causing problems (Ramon Medeiros)
* [2c80f01] Improve multifunction attach/detach operations (Lucio Correia)
* [17fb7d3] Improve Fedora 24 identification (Lucio Correia)
* [2937bcd] Adding libvirt remote connection verification (Daniel Henrique Barboza)
* [67c5c8d] Github #1007: Fixing non-root ssh key generation (Daniel Henrique Barboza)
* [ade2c49] Github #1007: use provided user for password-less setup (Daniel Henrique Barboza)
* [852503c] Remove PowerKVM checks from memory alignment code (Lucio Correia)
* [475678f] Use tablet_bus for tablet input instead of kbd_bus (Ramon Medeiros)
* [2cb417f] Issue #1006: Invalid subnet value when editing a network raise an error (Ramon Medeiros)

#### [2.3.0] ####
* [a7f6dbc] Update ChangeLog, VERSION and po files to 2.3 release (Aline Manera)
* [65911fd] Improve storage volume creation of XML (Paulo Vital)
* [7761ae4] Fixed noTemplate message display (Rajat Gupta)
* [21fdd7a] Fix make-rpm target (Aline Manera)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.3.1
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ over the web using a browser that supports HTML5.
Getting Started
===============

The latest packages available can be found at http://kimchi-project.github.io/kimchi/downloads/
If you prefer to install Kimchi from source code, follow the steps below!

Install Dependencies
--------------------
First of all, make sure to [Wok](https://github.com/kimchi-project/wok/#getting-started)
Expand Down
112 changes: 76 additions & 36 deletions po/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: kimchi 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-29 13:46-0300\n"
"POT-Creation-Date: 2016-12-15 10:24-0200\n"
"PO-Revision-Date: 2013-07-11 17:32-0400\n"
"Last-Translator: Crístian Viana <[email protected]>\n"
"Language-Team: English\n"
Expand Down Expand Up @@ -113,8 +113,9 @@ msgstr ""
msgid "Unable to access remote ISO. Details: %(err)s"
msgstr ""

msgid "An error occurred when probing image OS information."
msgstr "Beim Prüfen der OS-Informationen des Image ist ein Fehler aufgetreten."
#, python-format
msgid "Error probing image OS information: %(err)s"
msgstr ""

#, python-format
msgid "Unable to read image file %(filename)s"
Expand Down Expand Up @@ -491,6 +492,20 @@ msgstr ""
msgid "Virtual machine description must be a string"
msgstr ""

#, python-format
msgid ""
"Unable to setup password-less login at remote host %(host)s using user "
"%(user)s: remote directory %(sshdir)s does not exist."
msgstr ""

#, python-format
msgid ""
"Unable to create a password-less libvirt connection to the remote libvirt "
"daemon at host %(host)s with the user %(user)s. Please verify the remote "
"server libvirt configuration. More information: http://libvirt.org/auth."
"html ."
msgstr ""

#, python-format
msgid ""
"VM %(vmid)s does not contain directly assigned host device %(dev_name)s."
Expand Down Expand Up @@ -529,6 +544,10 @@ msgstr ""
msgid "Failed to attach %(device)s to %(vm)s"
msgstr ""

#, python-format
msgid "VM %(vmid)s does not have a USB controller to accept PCI hotplug."
msgstr ""

#, python-format
msgid "Interface %(iface)s does not exist in virtual machine %(name)s"
msgstr ""
Expand Down Expand Up @@ -1384,11 +1403,8 @@ msgid "The maximum number of vCPUs is too large for this system."
msgstr ""

msgid ""
"When CPU topology is defined, vCPUs must be a multiple of a product of cores "
"and threads."
msgstr ""

msgid "The number of threads is too large for this system."
"When CPU topology is defined, CPUs must be a multiple of the 'threads' "
"number defined."
msgstr ""

msgid ""
Expand Down Expand Up @@ -1678,18 +1694,18 @@ msgstr ""
msgid "Edit Guest"
msgstr "Gast bearbeiten"

msgid "Processor"
msgstr "Prozessor"

msgid "Name"
msgstr "Name"

msgid "More"
msgstr ""

msgid "Max CPU"
msgstr ""

msgid "Memory (MB)"
msgstr "Speicher (MB)"

msgid "More"
msgstr ""

msgid "Max Memory (MB)"
msgstr ""

Expand Down Expand Up @@ -1765,6 +1781,37 @@ msgstr ""
msgid "Created"
msgstr "Erstellt"

msgid "Unable to edit CPU settings of a running or paused virtual machine."
msgstr ""

msgid "Current CPU Number"
msgstr ""

msgid ""
"Current CPU must be equal or lower than the Maximum CPU value. If a topology "
"is set, it must be also be a multiple of the 'threads' value."
msgstr ""

msgid "Max CPU"
msgstr ""

msgid ""
"If a topology is set, this value will be the product of sockets * times * "
"cores."
msgstr ""

msgid "Manually set CPU topology"
msgstr "CPU-Topologie manuell festlegen"

msgid "Sockets"
msgstr ""

msgid "Cores"
msgstr "Kerne"

msgid "Threads"
msgstr "Threads"

msgid "Save"
msgstr "Speichern"

Expand Down Expand Up @@ -1990,6 +2037,9 @@ msgstr ""
msgid "No ISO found"
msgstr "Keine ISO-Datei gefunden"

msgid "Add Template"
msgstr "Vorlage hinzufügen"

msgid "This may take a long time. Do you want to continue?"
msgstr "Dieser Vorgang kann lange dauern. Möchten Sie fortfahren?"

Expand Down Expand Up @@ -2044,13 +2094,18 @@ msgid ""
"The %1 virtual machine is not persistent. Power Off will delete it. Continue?"
msgstr ""

msgid "Add Guest"
msgstr ""

msgid "Input is not a number"
msgstr ""

msgid "Memory value cannot be higher than Max Memory value"
msgstr ""

msgid "Current CPUs value cannot be higher than Max CPU value"
msgid ""
"For better performance it is recommended a threads per core value not "
"greater than %1."
msgstr ""

msgid ""
Expand Down Expand Up @@ -2111,6 +2166,9 @@ msgid ""
"depend on the %1 network."
msgstr ""

msgid "Add Network"
msgstr ""

msgid ""
"The %1 network is not persistent. Instead of stop, this action will "
"permanently delete it. Would you like to continue?"
Expand Down Expand Up @@ -2187,6 +2245,9 @@ msgstr ""
msgid "Select one or more partitions to be added to the logical pool %1:"
msgstr ""

msgid "Add Storage"
msgstr ""

msgid "Invalid NFS mount path."
msgstr "Ungültiger NFS-Mountpfad."

Expand Down Expand Up @@ -2378,9 +2439,6 @@ msgstr ""
msgid "Ok"
msgstr ""

msgid "Add Template"
msgstr "Vorlage hinzufügen"

msgid "Where is the source media for this template? "
msgstr ""

Expand Down Expand Up @@ -2417,9 +2475,6 @@ msgstr "Allgemein"
msgid "Interface"
msgstr "Schnittstelle"

msgid "Processor"
msgstr "Prozessor"

msgid "CDROM"
msgstr "CD-ROM"

Expand All @@ -2435,20 +2490,5 @@ msgstr "Festplatte (GB)"
msgid "Disk Format"
msgstr "Plattenformat"

msgid "Add Storage"
msgstr ""

msgid "Add Interface"
msgstr ""

msgid "Current CPU Number"
msgstr ""

msgid "Manually set CPU topology"
msgstr "CPU-Topologie manuell festlegen"

msgid "Cores"
msgstr "Kerne"

msgid "Threads"
msgstr "Threads"
Loading

0 comments on commit 4d690f7

Please sign in to comment.