ChangeSet ID: 30873
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2007/01/09 21:44:26
Modified files:
include : testData.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Test data processing emails should contain the name of the user accepting, rejecting or deleting the entries
Patch: http://cvs.winehq.org/patch.py?id=30873
Old revision New revision Changes Path
1.19 1.20 +3 -3 appdb/include/testData.php
Index: appdb/include/testData.php
diff -u -p appdb/include/testData.php:1.19 appdb/include/testData.php:1.20
--- appdb/include/testData.php:1.19 10 Jan 2007 3:44:26 -0000
+++ appdb/include/testData.php 10 Jan 2007 3:44:26 -0000
@@ -261,19 +261,19 @@ class testData{
{
case "add":
$sSubject = "Submitted testing data accepted";
- $sMsg = "The testing data you submitted for '$sName' has been accepted.";
+ $sMsg = "The testing data you submitted for '$sName' has been accepted by ".$_SESSION['current']->sRealname.".";
$sMsg .= APPDB_ROOT."appview.php?iVersionId=".$this->iVersionId."&iTestingId=".$this->iTestingId."\n";
$sMsg .= "Administrators Responce:\n";
break;
case "reject":
$sSubject = "Submitted testing data rejected";
- $sMsg = "The testing data you submitted for '$sName' has been rejected.";
+ $sMsg = "The testing data you submitted for '$sName' has been rejected by ".$_SESSION['current']->sRealname.".";
$sMsg .= APPDB_ROOT."testResults.php?sSub=view&iTestingId=".$this->iTestingId."\n";
$sMsg .= "Reason given:\n";
break;
case "delete":
$sSubject = "Submitted testing data deleted";
- $sMsg = "The testing data you submitted for '$sName' has been deleted.";
+ $sMsg = "The testing data you submitted for '$sName' has been deleted by ".$_SESSION['current']->sRealname.".";
$sMsg .= "Reason given:\n";
break;
}
ChangeSet ID: 30871
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: julliard(a)winehq.org 2007/01/09 10:40:01
Modified files:
include : winehq.conf
Added files:
news : 2007010901.xml
Log message:
Release 0.9.29
Patch: http://cvs.winehq.org/patch.py?id=30871
Old revision New revision Changes Path
1.51 1.52 +1 -1 lostwages/include/winehq.conf
Added 1.1 +0 -0 lostwages/news/2007010901.xml
Index: lostwages/include/winehq.conf
diff -u -p lostwages/include/winehq.conf:1.51 lostwages/include/winehq.conf:1.52
--- lostwages/include/winehq.conf:1.51 9 Jan 2007 16:40: 1 -0000
+++ lostwages/include/winehq.conf 9 Jan 2007 16:40: 1 -0000
@@ -29,7 +29,7 @@ news_xml_path: news
wwn_xml_path: wwn
# Snapshot Date
-snapshot_date: 0.9.28
+snapshot_date: 0.9.29
# Current RH Packages Snapshot Date
snapshot_date_rh: 0.9.2
Index: lostwages/news/2007010901.xml
diff -u -p /dev/null lostwages/news/2007010901.xml:1.1
--- /dev/null 9 Jan 2007 16:40: 1 -0000
+++ lostwages/news/2007010901.xml 9 Jan 2007 16:40: 1 -0000
@@ -0,0 +1,25 @@
+<news>
+<date>January 9, 2007</date>
+<title>Wine 0.9.29 Released</title>
+<body>
+<p>Wine 0.9.29 was released today, with the following main changes:</p>
+
+<ul>
+<li>More work on the new Direct3D state management.</li>
+<li>Debugger support for Mac OS.</li>
+<li>Many OLE fixes and improvements.</li>
+<li>Audio input support on Mac OS.</li>
+<li>Lots of bug fixes.</li>
+</ul>
+
+<p>
+Binary packages are in the process of being built and it may take a
+few days for them to appear, but the source is
+<a href="http://prdownloads.sourceforge.net/wine/wine-0.9.29.tar.bz2">available now</a>.
+You can find out more about this release in the
+<a href="?announce=0.9.29">announcement</a>. Check out our
+<a href="/site/download">download page</a> for packages for your
+distribution.
+</p>
+</body>
+</news>
Module: wine
Branch: master
Commit: 515ce23f835c413445668619cbaba858b721a57c
URL: http://source.winehq.org/git/wine.git/?a=commit;h=515ce23f835c413445668619c…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jan 9 14:21:06 2007 +0100
Update copyright info for the new year.
---
LICENSE | 2 +-
include/wine/wine_common_ver.rc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/LICENSE b/LICENSE
index d2ae195..e86077c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 1993-2006 the Wine project authors (see the file AUTHORS
+Copyright (c) 1993-2007 the Wine project authors (see the file AUTHORS
for a complete list)
Wine is free software; you can redistribute it and/or modify it under
diff --git a/include/wine/wine_common_ver.rc b/include/wine/wine_common_ver.rc
index 9b05eaa..1d33705 100644
--- a/include/wine/wine_common_ver.rc
+++ b/include/wine/wine_common_ver.rc
@@ -84,7 +84,7 @@ FILESUBTYPE WINE_FILESUBTYPE
VALUE "FileDescription", WINE_FILEDESCRIPTION_STR
VALUE "FileVersion", WINE_FILEVERSION_STR
VALUE "InternalName", WINE_FILENAME
- VALUE "LegalCopyright", "Copyright (c) 1993-2006 the Wine project authors (see the file AUTHORS for a complete list)"
+ VALUE "LegalCopyright", "Copyright (c) 1993-2007 the Wine project authors (see the file AUTHORS for a complete list)"
VALUE "OriginalFilename", WINE_FILENAME_STR
VALUE "ProductName", WINE_PRODUCTNAME_STR
VALUE "ProductVersion", WINE_PRODUCTVERSION_STR