Skip to content

Commit 4d690f7

Browse files
committed
Updates for 2.3.1 release
Signed-off-by: Aline Manera <[email protected]>
1 parent ec5658e commit 4d690f7

15 files changed

+947
-429
lines changed

Diff for: ChangeLog

+40
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,47 @@
11
CHANGELOG
22
=========
33

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

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.3.1

Diff for: docs/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ over the web using a browser that supports HTML5.
2626
Getting Started
2727
===============
2828

29+
The latest packages available can be found at http://kimchi-project.github.io/kimchi/downloads/
30+
If you prefer to install Kimchi from source code, follow the steps below!
31+
2932
Install Dependencies
3033
--------------------
3134
First of all, make sure to [Wok](https://github.com/kimchi-project/wok/#getting-started)

Diff for: po/de_DE.po

+76-36
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: kimchi 0.1\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2016-09-29 13:46-0300\n"
9+
"POT-Creation-Date: 2016-12-15 10:24-0200\n"
1010
"PO-Revision-Date: 2013-07-11 17:32-0400\n"
1111
"Last-Translator: Crístian Viana <[email protected]>\n"
1212
"Language-Team: English\n"
@@ -113,8 +113,9 @@ msgstr ""
113113
msgid "Unable to access remote ISO. Details: %(err)s"
114114
msgstr ""
115115

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

119120
#, python-format
120121
msgid "Unable to read image file %(filename)s"
@@ -491,6 +492,20 @@ msgstr ""
491492
msgid "Virtual machine description must be a string"
492493
msgstr ""
493494

495+
#, python-format
496+
msgid ""
497+
"Unable to setup password-less login at remote host %(host)s using user "
498+
"%(user)s: remote directory %(sshdir)s does not exist."
499+
msgstr ""
500+
501+
#, python-format
502+
msgid ""
503+
"Unable to create a password-less libvirt connection to the remote libvirt "
504+
"daemon at host %(host)s with the user %(user)s. Please verify the remote "
505+
"server libvirt configuration. More information: http://libvirt.org/auth."
506+
"html ."
507+
msgstr ""
508+
494509
#, python-format
495510
msgid ""
496511
"VM %(vmid)s does not contain directly assigned host device %(dev_name)s."
@@ -529,6 +544,10 @@ msgstr ""
529544
msgid "Failed to attach %(device)s to %(vm)s"
530545
msgstr ""
531546

547+
#, python-format
548+
msgid "VM %(vmid)s does not have a USB controller to accept PCI hotplug."
549+
msgstr ""
550+
532551
#, python-format
533552
msgid "Interface %(iface)s does not exist in virtual machine %(name)s"
534553
msgstr ""
@@ -1384,11 +1403,8 @@ msgid "The maximum number of vCPUs is too large for this system."
13841403
msgstr ""
13851404

13861405
msgid ""
1387-
"When CPU topology is defined, vCPUs must be a multiple of a product of cores "
1388-
"and threads."
1389-
msgstr ""
1390-
1391-
msgid "The number of threads is too large for this system."
1406+
"When CPU topology is defined, CPUs must be a multiple of the 'threads' "
1407+
"number defined."
13921408
msgstr ""
13931409

13941410
msgid ""
@@ -1678,18 +1694,18 @@ msgstr ""
16781694
msgid "Edit Guest"
16791695
msgstr "Gast bearbeiten"
16801696

1697+
msgid "Processor"
1698+
msgstr "Prozessor"
1699+
16811700
msgid "Name"
16821701
msgstr "Name"
16831702

1684-
msgid "More"
1685-
msgstr ""
1686-
1687-
msgid "Max CPU"
1688-
msgstr ""
1689-
16901703
msgid "Memory (MB)"
16911704
msgstr "Speicher (MB)"
16921705

1706+
msgid "More"
1707+
msgstr ""
1708+
16931709
msgid "Max Memory (MB)"
16941710
msgstr ""
16951711

@@ -1765,6 +1781,37 @@ msgstr ""
17651781
msgid "Created"
17661782
msgstr "Erstellt"
17671783

1784+
msgid "Unable to edit CPU settings of a running or paused virtual machine."
1785+
msgstr ""
1786+
1787+
msgid "Current CPU Number"
1788+
msgstr ""
1789+
1790+
msgid ""
1791+
"Current CPU must be equal or lower than the Maximum CPU value. If a topology "
1792+
"is set, it must be also be a multiple of the 'threads' value."
1793+
msgstr ""
1794+
1795+
msgid "Max CPU"
1796+
msgstr ""
1797+
1798+
msgid ""
1799+
"If a topology is set, this value will be the product of sockets * times * "
1800+
"cores."
1801+
msgstr ""
1802+
1803+
msgid "Manually set CPU topology"
1804+
msgstr "CPU-Topologie manuell festlegen"
1805+
1806+
msgid "Sockets"
1807+
msgstr ""
1808+
1809+
msgid "Cores"
1810+
msgstr "Kerne"
1811+
1812+
msgid "Threads"
1813+
msgstr "Threads"
1814+
17681815
msgid "Save"
17691816
msgstr "Speichern"
17701817

@@ -1990,6 +2037,9 @@ msgstr ""
19902037
msgid "No ISO found"
19912038
msgstr "Keine ISO-Datei gefunden"
19922039

2040+
msgid "Add Template"
2041+
msgstr "Vorlage hinzufügen"
2042+
19932043
msgid "This may take a long time. Do you want to continue?"
19942044
msgstr "Dieser Vorgang kann lange dauern. Möchten Sie fortfahren?"
19952045

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

2097+
msgid "Add Guest"
2098+
msgstr ""
2099+
20472100
msgid "Input is not a number"
20482101
msgstr ""
20492102

20502103
msgid "Memory value cannot be higher than Max Memory value"
20512104
msgstr ""
20522105

2053-
msgid "Current CPUs value cannot be higher than Max CPU value"
2106+
msgid ""
2107+
"For better performance it is recommended a threads per core value not "
2108+
"greater than %1."
20542109
msgstr ""
20552110

20562111
msgid ""
@@ -2111,6 +2166,9 @@ msgid ""
21112166
"depend on the %1 network."
21122167
msgstr ""
21132168

2169+
msgid "Add Network"
2170+
msgstr ""
2171+
21142172
msgid ""
21152173
"The %1 network is not persistent. Instead of stop, this action will "
21162174
"permanently delete it. Would you like to continue?"
@@ -2187,6 +2245,9 @@ msgstr ""
21872245
msgid "Select one or more partitions to be added to the logical pool %1:"
21882246
msgstr ""
21892247

2248+
msgid "Add Storage"
2249+
msgstr ""
2250+
21902251
msgid "Invalid NFS mount path."
21912252
msgstr "Ungültiger NFS-Mountpfad."
21922253

@@ -2378,9 +2439,6 @@ msgstr ""
23782439
msgid "Ok"
23792440
msgstr ""
23802441

2381-
msgid "Add Template"
2382-
msgstr "Vorlage hinzufügen"
2383-
23842442
msgid "Where is the source media for this template? "
23852443
msgstr ""
23862444

@@ -2417,9 +2475,6 @@ msgstr "Allgemein"
24172475
msgid "Interface"
24182476
msgstr "Schnittstelle"
24192477

2420-
msgid "Processor"
2421-
msgstr "Prozessor"
2422-
24232478
msgid "CDROM"
24242479
msgstr "CD-ROM"
24252480

@@ -2435,20 +2490,5 @@ msgstr "Festplatte (GB)"
24352490
msgid "Disk Format"
24362491
msgstr "Plattenformat"
24372492

2438-
msgid "Add Storage"
2439-
msgstr ""
2440-
24412493
msgid "Add Interface"
24422494
msgstr ""
2443-
2444-
msgid "Current CPU Number"
2445-
msgstr ""
2446-
2447-
msgid "Manually set CPU topology"
2448-
msgstr "CPU-Topologie manuell festlegen"
2449-
2450-
msgid "Cores"
2451-
msgstr "Kerne"
2452-
2453-
msgid "Threads"
2454-
msgstr "Threads"

0 commit comments

Comments
 (0)