ChangeSet ID: 31286
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2007/07/29 18:01:34
Modified files:
tables : create_tables
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Add a note so users don't think that the user creation failure isn't necessarily a bad thing
Patch: http://cvs.winehq.org/patch.py?id=31286
Old revision New revision Changes Path
1.11 1.12 +4 -0 appdb/tables/create_tables
Index: appdb/tables/create_tables
diff -u -p appdb/tables/create_tables:1.11 appdb/tables/create_tables:1.12
--- appdb/tables/create_tables:1.11 29 Jul 2007 23: 1:34 -0000
+++ appdb/tables/create_tables 29 Jul 2007 23: 1:34 -0000
@@ -1,6 +1,10 @@
#! /bin/sh
echo Create the base user
+echo NOTE: It's ok for this to fail if the user already exists
+echo there doesn't appear to be a way to create a user only
+echo if they don't exist so we have to live with a potential
+echo error after we try.
mysql -p -u root < create_user.sql
echo Create the apidb database, and tables
ChangeSet ID: 31281
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: julliard(a)winehq.org 2007/07/27 10:33:27
Modified files:
include : winehq.conf
Added files:
news : 2007072701.xml
Log message:
Release 0.9.42
Patch: http://cvs.winehq.org/patch.py?id=31281
Old revision New revision Changes Path
1.64 1.65 +1 -1 lostwages/include/winehq.conf
Added 1.1 +0 -0 lostwages/news/2007072701.xml
Index: lostwages/include/winehq.conf
diff -u -p lostwages/include/winehq.conf:1.64 lostwages/include/winehq.conf:1.65
--- lostwages/include/winehq.conf:1.64 27 Jul 2007 15:33:27 -0000
+++ lostwages/include/winehq.conf 27 Jul 2007 15:33:27 -0000
@@ -29,7 +29,7 @@ news_xml_path: news
wwn_xml_path: wwn
# Snapshot Date
-snapshot_date: 0.9.41
+snapshot_date: 0.9.42
# Current RH Packages Snapshot Date
snapshot_date_rh: 0.9.2
Index: lostwages/news/2007072701.xml
diff -u -p /dev/null lostwages/news/2007072701.xml:1.1
--- /dev/null 27 Jul 2007 15:33:27 -0000
+++ lostwages/news/2007072701.xml 27 Jul 2007 15:33:27 -0000
@@ -0,0 +1,25 @@
+<news>
+<date>July 27, 2007</date>
+<title>Wine 0.9.42 Released</title>
+<body>
+<p>Wine 0.9.42 was released today, with the following main changes:</p>
+
+<ul>
+<li>Support for activation contexts and side-by-side assemblies.</li>
+<li>Many more gdiplus functions.</li>
+<li>More messaging support in crypt32.dll.</li>
+<li>Many HTTP protocol handling fixes.</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.42.tar.bz2">available now</a>.
+You can find out more about this release in the
+<a href="?announce=0.9.42">announcement</a>. Check out our
+<a href="/site/download">download page</a> for packages for your
+distribution.
+</p>
+</body>
+</news>