How a patch is included in a wine version

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

How a patch is included in a wine version

Post by xekhz »

Hello ppl
In my wine usage experience, I got a patch from Lei Zhang, and i worked 100% in my app.
When will this patch be included in a wine version ? patch refers to http://bugs.winehq.org/show_bug.cgi?id=15543

another question,
Sometimes powerbuilder application search for system32/drivers/etc/{hosts,services} files

Can this be created when we execute winecfg ?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

How a patch is included in a wine version

Post by austin987 »

On Tue, Jan 6, 2009 at 9:14 AM, xekhz <[email protected]> wrote:
Hello ppl
In my wine usage experience, I got a patch from Lei Zhang, and i worked 100% in my app.
When will this patch be included in a wine version ? patch refers to http://bugs.winehq.org/show_bug.cgi?id=15543
Patches are sent to [email protected]. Alexandre (the
maintainer), picks the patches he thinks are well implemented and
clean, tests them to make sure they don't break the conformance tests,
and apply them to Wine daily.

If the patch is not acceptable, it isn't applied. Lei needs to revise
the patch, possibly adding a conformance test, or reworking the patch.
another question,
Sometimes powerbuilder application search for system32/drivers/etc/{hosts,services} files
That's bug 12076 (http://bugs.winehq.org/show_bug.cgi?id=12076).
Shouldn't be to difficult to implement, if you know C.

--
-Austin
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Re: How a patch is included in a wine version

Post by xekhz »

austin987 wrote:On Tue, Jan 6, 2009 at 9:14 AM, xekhz <[email protected]> wrote:
Hello ppl
In my wine usage experience, I got a patch from Lei Zhang, and i worked 100% in my app.
When will this patch be included in a wine version ? patch refers to http://bugs.winehq.org/show_bug.cgi?id=15543
Patches are sent to [email protected]. Alexandre (the
maintainer), picks the patches he thinks are well implemented and
clean, tests them to make sure they don't break the conformance tests,
and apply them to Wine daily.

If the patch is not acceptable, it isn't applied. Lei needs to revise
the patch, possibly adding a conformance test, or reworking the patch.
another question,
Sometimes powerbuilder application search for system32/drivers/etc/{hosts,services} files
That's bug 12076 (http://bugs.winehq.org/show_bug.cgi?id=12076).
Shouldn't be to difficult to implement, if you know C.

--
-Austin

Can i implement this function ?
How do i submit my code ?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

How a patch is included in a wine version

Post by austin987 »

On Wed, Jan 7, 2009 at 8:55 AM, xekhz <[email protected]> wrote:
austin987 wrote:
On Tue, Jan 6, 2009 at 9:14 AM, xekhz <[email protected]> wrote:
Hello ppl
In my wine usage experience, I got a patch from Lei Zhang, and i worked 100% in my app.
When will this patch be included in a wine version ? patch refers to http://bugs.winehq.org/show_bug.cgi?id=15543
Patches are sent to [email protected]. Alexandre (the
maintainer), picks the patches he thinks are well implemented and
clean, tests them to make sure they don't break the conformance tests,
and apply them to Wine daily.

If the patch is not acceptable, it isn't applied. Lei needs to revise
the patch, possibly adding a conformance test, or reworking the patch.

another question,
Sometimes powerbuilder application search for system32/drivers/etc/{hosts,services} files
That's bug 12076 (http://bugs.winehq.org/show_bug.cgi?id=12076).
Shouldn't be to difficult to implement, if you know C.

--
-Austin

Can i implement this function ?
If you know C and haven't seen Microsoft source code.
How do i submit my code ?
http://wiki.winehq.org/SubmittingPatches

--
-Austin
Locked