Module: website
Branch: master
Commit: 4a367a6bcd8378d717b30839e97b815339a76b62
URL: http://source.winehq.org/git/website.git/?a=commit;h=4a367a6bcd8378d717b308…
Author: Julian Rüger <jr98(a)gmx.net>
Date: Fri Nov 17 13:55:09 2017 +0100
German translation for release 2.20
Signed-off-by: Julian Rüger <jr98(a)gmx.net>
Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com>
---
news/de/2017103101.xml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/news/de/2017103101.xml b/news/de/2017103101.xml
new file mode 100644
index 0000000..5d30080
--- /dev/null
+++ b/news/de/2017103101.xml
@@ -0,0 +1,18 @@
+<news>
+<date>31. Oktober 2017</date>
+<title>Wine 2.20 freigegeben</title>
+<body>
+<p> Die Entwicklungsversion 2.20 von Wine ist jetzt verfügbar.</p>
+<p> <a href="{$root}/announce/2.20">Neuerungen (en)</a> in dieser Version:</p>
+<ul>
+ <li>Verbesserte Event-Unterstützung in MSHTML.</li>
+ <li>Preloader-Unterstützung unter ARM64.</li>
+ <li>Interpolations-Modi in Direct3D.</li>
+ <li>Bessere Metafile-Unterstützung in GdiPlus.</li>
+ <li>Erste Version eines Kerberos5-Authentifizierungspakets.</li>
+ <li>Verbesserter Cache der OLE-Zwischenablage.</li>
+ <li>Diverse Fehlerkorrekturen.</li>
+</ul>
+<p>Der Quelltext ist ab sofort <a href="//dl.winehq.org/wine/source/2.x/wine-2.20.tar.xz">verfügbar</a>.
+Binärpakete werden gerade erstellt und stehen bald auf den jeweiligen <a href="{$root}/download">Downloadseiten</a> zur Verfügung.
+</p></body></news>
Module: website
Branch: master
Commit: a225308853c2e8cb71ae1739ba7cda8cf1ce9b19
URL: http://source.winehq.org/git/website.git/?a=commit;h=a225308853c2e8cb71ae17…
Author: Julian Rüger <jr98(a)gmx.net>
Date: Fri Nov 17 13:47:42 2017 +0100
German translation for release 2.19
Signed-off-by: Julian Rüger <jr98(a)gmx.net>
Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com>
---
news/de/2017101401.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/news/de/2017101401.xml b/news/de/2017101401.xml
new file mode 100644
index 0000000..05846e4
--- /dev/null
+++ b/news/de/2017101401.xml
@@ -0,0 +1,17 @@
+<news>
+<date>14. Oktober 2017</date>
+<title>Wine 2.19 freigegeben</title>
+<body>
+<p> Die Entwicklungsversion 2.19 von Wine ist jetzt verfügbar.</p>
+<p> <a href="{$root}/announce/2.19">Neuerungen (en)</a> in dieser Version:</p>
+<ul>
+ <li>Unterstützung von 32-Bit float Audio unter Android.</li>
+ <li>Named-Pipes werden nun vollständig vom Wine-Server verarbeitet.</li>
+ <li>Unterstützung eines neuen Microsoft-Stammzertifikats.</li>
+ <li>Weitere Transformationskorrekturen in GdiPlus.</li>
+ <li>Optimierung der Heap-Allokationen.</li>
+ <li>Diverse Fehlerkorrekturen.</li>
+</ul>
+<p>Der Quelltext ist ab sofort <a href="//dl.winehq.org/wine/source/2.x/wine-2.19.tar.xz">verfügbar</a>.
+Binärpakete werden gerade erstellt und stehen bald auf den jeweiligen <a href="{$root}/download">Downloadseiten</a> zur Verfügung.
+</p></body></news>
Module: tools
Branch: master
Commit: 130eb4474fa4e970fddeaa00141c0e85352e6978
URL: http://source.winehq.org/git/tools.git/?a=commit;h=130eb4474fa4e970fddeaa00…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Mon Nov 20 13:09:16 2017 +0100
testbot: Document the issues with composite keys and Collections.
Namely Collection->Add() uses the initial Item's primary key. If that
key changes then KeyChanged() must be called.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/lib/ObjectModel/Collection.pm | 13 +++++++++++
testbot/lib/ObjectModel/Item.pm | 43 +++++++++++++++++++++++++++++++++++
testbot/lib/WineTestBot/Steps.pm | 5 +++-
testbot/lib/WineTestBot/Tasks.pm | 5 +++-
4 files changed, 64 insertions(+), 2 deletions(-)
diff --git a/testbot/lib/ObjectModel/Collection.pm b/testbot/lib/ObjectModel/Collection.pm
index 47d2b9b..9d3d3ae 100644
--- a/testbot/lib/ObjectModel/Collection.pm
+++ b/testbot/lib/ObjectModel/Collection.pm
@@ -161,6 +161,19 @@ sub Load($)
$self->{Loaded} = 1;
}
+=pod
+=over 12
+
+=item C<Add()>
+
+Instantiates a new Item and adds it to the Collection.
+
+See Item->new() for details on the Item's default column values and for
+important information regarding its primary key.
+
+=back
+=cut
+
sub Add($)
{
my ($self) = @_;
diff --git a/testbot/lib/ObjectModel/Item.pm b/testbot/lib/ObjectModel/Item.pm
index fe74f35..170f44c 100644
--- a/testbot/lib/ObjectModel/Item.pm
+++ b/testbot/lib/ObjectModel/Item.pm
@@ -36,6 +36,29 @@ require Exporter;
@ISA = qw(Exporter);
@EXPORT_OK = qw(&new);
+
+=pod
+=over 12
+
+=item C<new()>
+
+Instantiates a new Item and calls _initialize() to set up default values for
+its columns, including the primary key.
+
+Note that it is strongly recommended that _initialize() set up the primary key
+such that the new Item can be inserted into a Collection without colliding with
+existing items.
+
+Ideally repeated calls to new() should also each generate unique initial keys
+so it is possible to add multiple new Items to a Collection before knowing
+their final key value.
+
+In all cases, it is the responsibility of the caller to adjust the initial
+primary key if needed and to call KeyChanged(). See PutColValue() for details.
+
+=back
+=cut
+
sub new($$@)
{
my $class = shift;
@@ -138,6 +161,26 @@ sub GetColValue($$)
return $self->{ColValues}{$ColName};
}
+=pod
+=over 12
+
+=item C<PutColValue()>
+
+Sets the specified column value.
+
+Note that if the column is part of the primary key it is up to the caller to
+then invoke KeyChanged() so the object can be retrieved from the Collection
+using the new key value.
+
+Further note that KeyChanged() should only be called once all of the
+primary key??s columns have reached their final values: in a two column
+primary key, calling KeyChanged() with the (new1, old2) values may collide with
+another Item which would cause a spurious error even though the final
+(new1, new2) key is unique.
+
+=back
+=cut
+
sub PutColValue($$$)
{
my ($self, $ColName, $Value) = @_;
diff --git a/testbot/lib/WineTestBot/Steps.pm b/testbot/lib/WineTestBot/Steps.pm
index 6f2b399..4161f0b 100644
--- a/testbot/lib/WineTestBot/Steps.pm
+++ b/testbot/lib/WineTestBot/Steps.pm
@@ -47,9 +47,12 @@ sub InitializeNew($$)
{
my ($self, $Collection) = @_;
- $self->Status("queued");
+ # Make up an initial, likely unique, key so the Step can be added to the
+ # Collection
my $Keys = $Collection->GetKeys();
$self->No(scalar @$Keys + 1);
+
+ $self->Status("queued");
$self->Type("single");
$self->InStaging(1);
$self->DebugLevel(1);
diff --git a/testbot/lib/WineTestBot/Tasks.pm b/testbot/lib/WineTestBot/Tasks.pm
index 62eff5d..efe1b21 100644
--- a/testbot/lib/WineTestBot/Tasks.pm
+++ b/testbot/lib/WineTestBot/Tasks.pm
@@ -50,10 +50,13 @@ sub InitializeNew($$)
{
my ($self, $Collection) = @_;
- $self->Status("queued");
+ # Make up an initial, likely unique, key so the Task can be added to the
+ # Collection
my $Keys = $Collection->GetKeys();
$self->No(scalar @$Keys + 1);
+ $self->Status("queued");
+
$self->SUPER::InitializeNew($Collection);
}