similar to: Wine release 4.0-rc4

Displaying 20 results from an estimated 200 matches similar to: "Wine release 4.0-rc4"

2019 Jan 18
0
Wine release 4.0-rc7
The Wine development release 4.0-rc7 is now available. What's new in this release (see below for details): - Bug fixes only, we are in code freeze. The source is available from the following locations: https://dl.winehq.org/wine/source/4.0/wine-4.0-rc7.tar.xz http://mirrors.ibiblio.org/wine/source/4.0/wine-4.0-rc7.tar.xz Binary packages for various distributions will be available
2017 Mar 31
0
Wine release 2.5
The Wine development release 2.5 is now available. What's new in this release (see below for details): - Support for message-mode named pipes. - Translation of version resources through po files. - Transform feedback support in Direct3D. - Scheduler classes in C++ runtime. - Better scrolling in popup menus. - More improvements to the XML reader. - Various bug fixes. The source
2019 May 15
0
Wine release 4.0.1
The Wine maintenance release 4.0.1 is now available. What's new in this release (see below for details): - Various bug fixes - Sinhala and Tamil translation updates The source is available from the following locations: https://dl.winehq.org/wine/source/4.0/wine-4.0.1.tar.xz http://mirrors.ibiblio.org/wine/source/4.0/wine-4.0.1.tar.xz Binary packages for various distributions will
2019 Mar 29
0
Wine release 4.5
The Wine development release 4.5 is now available. What's new in this release (see below for details): - Support for Vulkan 1.1. - Better support for kernel objects in device drivers. - Still more Media Foundation APIs implemented. - Support for SVG elements in MSHTML. - Fixes for case conversion troubles in Turkish locale. - Various bug fixes. The source is available from the
2010 Jun 11
0
Wine release 1.2-rc3
The Wine development release 1.2-rc3 is now available. What's new in this release (see below for details): - Many translation updates. - A lot of bug fixes. The source is available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2-rc3.tar.bz2 http://prdownloads.sourceforge.net/wine/wine-1.2-rc3.tar.bz2 Binary packages for various
2019 Mar 01
0
Wine release 4.3
The Wine development release 4.3 is now available. What's new in this release (see below for details): - Reimplementation of XAudio2 using the FAudio library. - Mono engine updated to the latest upstream. - More modern handling of iconic windows. - Improved handling of kernel objects. - Various bug fixes. The source is available from the following locations:
2007 Oct 04
0
Prototyping the Dir class
Hi all, I''ve been prototyping a Windows-only Dir class for Ruby. Below is what I''ve got so far. The class methods were easy, except for Dir.glob. The code in dir.c is just nasty, and I can''t help but think that it could be heavily refactored. I did come across this link: http://www.codeproject.com/file/fileglob.asp But I haven''t investigated it yet. Anyone
2015 May 26
0
[ANNOUNCE] xkeyboard-config 2.15
Here is another minor release. Thanks to the Translation Project for the several updated translations. Sergey ----------------------------------------------- Artur Dryomov (1): symbols/typo: rework typographic layout. Sergey Udaltsov (9): Add support for Latinamerican Dvorak layout added lk(us) fixed the license (removed GPL) Removed GPLv3 line Fixed
2015 Oct 13
0
Fwd: oVirt - High Availability
Hi users, I have setup OVIRT 3.5 with* 2 CENTOS 7.1 hosts. Everything is ok other than HA ( High Availability). *To test HA, Documentation says, *Power Management is needed. * Could you pls let me know if this Power Management is a separate Device or does it come with a BRANDED Server such as HP, IBM or Dell? I have seen a* ILO* port in HP servers. Can I use it for HA ( High Availability) in
2016 Jun 04
3
for loop example
Hi list, Can you look in to this? [root at centos67 loop]# cat file1 firstname1 firstname2 [root at centos67 loop]# cat file2 lastname1 lastname2 I need a OUTPUT like this *firstname1 lastname1firstname2 lastname2* But I try the below command , i get below output. what is the real command to get the above output [root at centos67 loop]# for line1 in $(cat file1 ); do for line2 in $(cat
2019 Jan 04
0
Wine release 4.0-rc5
The Wine development release 4.0-rc5 is now available. What's new in this release (see below for details): - Bug fixes only, we are in code freeze. The source is available from the following locations: https://dl.winehq.org/wine/source/4.0/wine-4.0-rc5.tar.xz http://mirrors.ibiblio.org/wine/source/4.0/wine-4.0-rc5.tar.xz Binary packages for various distributions will be available
2019 Feb 15
0
Wine release 4.2
The Wine development release 4.2 is now available. What's new in this release (see below for details): - Unicode string normalization support. - Support for ECC cryptographic keys. - Support for mixing 32/64-bit dlls in the load path. - Futex-based implementations for more synchronization primitives. - Various bug fixes. The source is available from the following locations:
2016 Jun 22
2
KVM HA
On Wed, Jun 22, 2016 at 11:08 AM, Barak Korren <bkorren at redhat.com> wrote: > > > > My question is: Is this even possible? All the documentation for HA that > I've found appears to not > > do this. Am I missing something? > > You can use oVirt for that (www.ovirt.org). > When an UNCLEAN SHUDWON happens or ifdown eth0 in node1 , can OVIRT migrate VMs
2016 Jun 09
0
for loop example
There's probably a better way using join, but this should do the trick: paste <(cat file1 | tr "\n" ' ') <(cat file2 | tr "\n" " ") On Tue, 07 Jun 2016 12:19:14 +0000 Diego <diegofull at gmail.com> wrote: > Maybe this don't to be the best form to solve your problem, but worked,rs. > > #!/bin/bash > #power by Diego Rodrigues
2011 Jun 10
0
Wine release 1.3.22
The Wine development release 1.3.22 is now available. What's new in this release (see below for details): - Support for Indic text shaping. - Generation of stubless code in the IDL compiler. - Support for X files in D3DX. - 4- and 24-bit bitmap formats in the DIB engine. - Listview performance improvements. - Various bug fixes. The source is available from the following
2019 Jan 11
0
Wine release 4.0-rc6
The Wine development release 4.0-rc6 is now available. What's new in this release (see below for details): - Bug fixes only, we are in code freeze. The source is available from the following locations: https://dl.winehq.org/wine/source/4.0/wine-4.0-rc6.tar.xz http://mirrors.ibiblio.org/wine/source/4.0/wine-4.0-rc6.tar.xz Binary packages for various distributions will be available
2009 Feb 13
0
Wine release 1.1.15
The Wine development release 1.1.15 is now available. What's new in this release (see below for details): - Gecko engine update. - Better region support in GdiPlus. - Support for cross-compilation in winegcc. - Beginnings of MS Text Framework support. - Many fixes to the regression tests on Windows. - Various bug fixes. The source is available from the following locations:
2019 Feb 04
0
Wine release 4.1
The Wine development release 4.1 is now available. What's new in this release (see below for details): - Support for NT kernel spinlocks. - Better glyph positioning in DirectWrite. - More accurate reporting of CPU information. - Context handle fixes in the IDL compiler. - Preloader fixes on macOS. - Various bug fixes. The source is available from the following locations:
2008 Apr 22
1
32-bit Centos 5.1 kickstart hangs on xen domU HVM installation
I am trying to a install Centos 5.1 32-bit Xen HVM DomU onto a Centos 5.1 64bit DomU with the default xen installed and the kickstart hangs at random points during the install process. Sometimes retrieving the image, sometimes formatting the filesystem, sometimes installing the packages,etc. I tried upgrading to xen 3.2 and encounter the same problem before rebuilding back to stock Centos 5.1
2016 Jun 07
2
for loop example
Maybe this don't to be the best form to solve your problem, but worked,rs. #!/bin/bash #power by Diego Rodrigues totalFileOne=$(wc -l file1 | cut -d" " -f1) totalFileTwo=$(wc -l file2 | cut -d" " -f1) count=0 if [ ! "${totalFileOne}" -eq "${totalFileTwo}" ];then echo "The two files need of same number of lines" exit 1 fi for