is wine 1.4 equivalent to wine 1.4rc6?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
thed0ctor
Level 1
Level 1
Posts: 5
Joined: Tue Jan 24, 2012 12:09 am

is wine 1.4 equivalent to wine 1.4rc6?

Post by thed0ctor »

I've updated my computer since the stable release of 1.4 but I'm still at 1.4rc6. Are they both the same?

If not, what do I need to compile?

I found this: https://launchpad.net/~ubuntu-wine/+archive/ppa

which has wine1.3 as version 1.4rc6, and then wine1.3-gecko as version 1.4.0... Not sure what the difference is there..

Any help?
ThomasAnderson
Newbie
Newbie
Posts: 2
Joined: Sat Mar 10, 2012 2:43 am

Post by ThomasAnderson »

well, wine 1.3 is stable version You can install it.
Due to problems in 1.4, you can install its 1.4 RC6 version or wait for the stable version.
Alex_G
Level 4
Level 4
Posts: 125
Joined: Fri Mar 02, 2012 2:48 am

Post by Alex_G »

Since March 8, version 1.4 was claimed as stable, by the way :)
thed0ctor
Level 1
Level 1
Posts: 5
Joined: Tue Jan 24, 2012 12:09 am

Post by thed0ctor »

I know 1.4 was claimed stable but it doesn't look like it's available to download through the repository/ubuntu software center. The only one available is 1.4rc6 and the gecko version.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

thed0ctor wrote:I know 1.4 was claimed stable but it doesn't look like it's available to download through the repository/ubuntu software center. The only one available is 1.4rc6 and the gecko version.
It sometimes takes a few days for packages to be built.
Martin Gregorie

is wine 1.4 equivalent to wine 1.4rc6?

Post by Martin Gregorie »

On Sat, 2012-03-10 at 11:10 -0600, thed0ctor wrote:
I know 1.4 was claimed stable but it doesn't look like it's available
to download through the repository/ubuntu software center. The only
one available is 1.4rc6 and the gecko version.
FWIW Fedora 16 is distributing a version as a set of RPM packages
labelled 1.4.1-fc16 but I can't tell you more than that because "wine
--version" just displays "wine-1.4".

It ran everything I use Wine for in a series of quick tests - specialist
stuff: LK8000, XCSoar (navigation programs), SPINE (a UK-specific flight
planning program) and EW Uploader (a downloader for EW loggers).


Martin
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: is wine 1.4 equivalent to wine 1.4rc6?

Post by vitamin »

thed0ctor wrote:I've updated my computer since the stable release of 1.4 but I'm still at 1.4rc6. Are they both the same?
Aside from few translation changes yes they are:

Code: Select all

$git diff --stat wine-1.4-rc6..wine-1.4
 ANNOUNCE                    |  622 +++++---
 VERSION                     |    2 +-
 configure                   |   18 +-
 documentation/README.es     |  232 ++--
 documentation/README.ja     |   15 +-
 po/cs.po                    |  395 +++---
 po/da.po                    |    4 +-
 po/de.po                    |  166 +-
 po/es.po                    | 3832 ++++++++++++++++++++-----------------------
 po/fi.po                    |  220 ++--
 po/fr.po                    |    6 +-
 po/hu.po                    |    7 +-
 po/ja.po                    |  172 +-
 po/ko.po                    |    2 +-
 po/nb_NO.po                 |   14 +-
 po/pt_PT.po                 | 1958 +++++++++--------------
 po/sl.po                    |   22 +-
 po/sv.po                    |  160 +-
 po/tr.po                    |  520 +++---
 po/zh_TW.po                 |   18 +-
 programs/notepad/notepad.rc |    4 +-
 programs/winecfg/winecfg.rc |   12 +-
 22 files changed, 3917 insertions(+), 4484 deletions(-)
Locked