Module: wine
Branch: master
Commit: a478c108e2f1ff8cb76670af885a825fc0e92378
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a478c108e2f1ff8cb76670af8…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Thu Dec 19 22:25:10 2013 +0100
start: Constify a character string.
---
programs/start/start.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/start/start.c b/programs/start/start.c
index f1cb26a..a27aad7 100644
--- a/programs/start/start.c
+++ b/programs/start/start.c
@@ -374,7 +374,7 @@ int wmain (int argc, WCHAR *argv[])
WCHAR *commandline;
STARTUPINFOW startup_info;
PROCESS_INFORMATION process_information;
- static WCHAR commandlineformat[] = {'"','%','s','"','%','s',0};
+ static const WCHAR commandlineformat[] = {'"','%','s','"','%','s',0};
/* explorer on windows always quotes the filename when running a binary on windows (see bug 5224) so we have to use CreateProcessW in this case */
Module: website
Branch: master
Commit: b39d38a9ef4f0d2583201fcb616185a057cd0a1e
URL: http://source.winehq.org/git/website.git/?a=commit;h=b39d38a9ef4f0d2583201f…
Author: Scott Ritchie <scottritchie(a)ubuntu.com>
Date: Wed Dec 18 17:12:44 2013 -0800
Update-Ubuntu-download-page-for-newer-versions
---
templates/en/download.template | 2 +-
templates/en/download/ubuntu.template | 18 +++++++++---------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/templates/en/download.template b/templates/en/download.template
index cfdf1bb..ec1f7fa 100644
--- a/templates/en/download.template
+++ b/templates/en/download.template
@@ -61,7 +61,7 @@ requested in exchange for hosting the Wine web site.</p>
<img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu linux" border="0"></a>
</td>
<td> <b><a href="{$root}/download/ubuntu">Download Ubuntu packages</a></b>
- - binary and source .debs for Ubuntu Precise (12.04), Quantal (12.10), and Raring (13.04)
+ - binary and source .debs for Ubuntu Precise (12.04), Quantal (12.10), Raring (13.04), and Saucy (13.10)
<td><a href="mailto:scottritchie@ubuntu.com">Scott Ritchie</a></td>
</tr>
diff --git a/templates/en/download/ubuntu.template b/templates/en/download/ubuntu.template
index 2a02c90..caee2fd 100644
--- a/templates/en/download/ubuntu.template
+++ b/templates/en/download/ubuntu.template
@@ -25,25 +25,25 @@ Software</b> tab and click <b>Add</b>.</p>
<h2>Warning: Beta packages</h2>
-<p><i>The 1.5 packages here are beta packages. This means they will
+<p><i>The 1.7 packages here are beta packages. This means they will
periodically suffer from
<a href="http://wiki.winehq.org/Regression">regressions</a>, and as a result an
-update may break functionality in Wine. If the stable 1.4 Wine version works
+update may break functionality in Wine. If the stable 1.6 Wine version works
for you, then you may not want to use these beta packages.</i></p>
<h2>Installing Wine:</h2>
<p>Once you have added the WineHQ PPA Repository, you are ready to install.</p>
-<p><i>To get the most recent Wine 1.5 beta,
-<a href="apt://wine1.5">click this link to install the wine1.5 package</a>.</i></p>
-<p><i>To install the older, stable Wine 1.4 version,
-<a href="apt://wine1.4">click this link to install the wine1.4 package</a>.</i></p>
+<p><i>To get the most recent Wine 1.7 beta,
+<a href="apt://wine1.7">click this link to install the wine1.7 package</a>.</i></p>
+<p><i>To install the older, stable Wine 1.6 version,
+<a href="apt://wine1.6">click this link to install the wine1.6 package</a>.</i></p>
<h2>Upgrading to a new version of Ubuntu</h2>
-<p>If you are upgrading the entire system, such as going from Ubuntu 11.10 to
-12.04, you will need to come back to this page and add the repository again.
+<p>If you are upgrading the entire system, such as going from Ubuntu 13.10 to
+14.04, you will need to come back to this page and add the repository again.
The built in update manager will not switch the Wine repository automatically.
</p>
@@ -56,6 +56,6 @@ may be useful on Kubuntu, Xubuntu, and other Ubuntu derivatives.</p>
<p>Then update APT package information by running '<b>sudo apt-get
update</b>'. You can now install Wine by typing '<b>sudo apt-get
-install wine1.5</b>'.</p>
+install wine1.7</b>'.</p>
<p>If you'd like to browse the PPA manually, you can <a href="https://launchpad.net/~ubuntu-wine/+archive/ppa">visit its Launchpad page</a>.</p>
Module: wine
Branch: master
Commit: b87b9f04d7b07be6d5715c58ace47b699c5ac30d
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b87b9f04d7b07be6d5715c58a…
Author: Detlef Riekenberg <wine.dev(a)web.de>
Date: Thu Dec 19 16:39:44 2013 +0100
tools: make_authors is no longer used.
---
tools/make_authors | 51 ---------------------------------------------------
1 files changed, 0 insertions(+), 51 deletions(-)
diff --git a/tools/make_authors b/tools/make_authors
deleted file mode 100755
index eeaba02..0000000
--- a/tools/make_authors
+++ /dev/null
@@ -1,51 +0,0 @@
-#! /usr/bin/perl -w
-#
-# Generate AUTHORS
-#
-# Copyright 1998 Alexandre Julliard
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-#
-use strict;
-
-my @authors;
-open(AUTHORS,"<AUTHORS") or die "Can't open AUTHORS";
-open(NEWAUTHORS,">AUTHORS.new") or die "Can't open AUTHORS.new";
-while(<AUTHORS>)
- {
- print NEWAUTHORS;
- last if /^$/;
- }
-while(<AUTHORS>)
- {
- chop;
- push @authors, $_;
- }
-
-# Sort them
-sub cmpnames()
- {
- my @anames = split(" ",$a);
- my @bnames = split(" ",$b);
- my $ret;
- $ret = $anames[-1] cmp $bnames[-1];
- $ret = $anames[0] cmp $bnames[0] unless $ret;
- return $ret;
- }
-@authors = sort cmpnames @authors;
-
-# Print authors
-print NEWAUTHORS (join "\n", @authors) . "\n";
-print "Created AUTHORS.new\n";