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 ?
On Tue, Jan 6, 2009 at 9:14 AM, xekhz <wineforum-user at winehq.org> 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=15543Patches are sent to wine-patches at winehq.org. 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} filesThat's bug 12076 (http://bugs.winehq.org/show_bug.cgi?id=12076). Shouldn't be to difficult to implement, if you know C. -- -Austin
austin987 wrote:> On Tue, Jan 6, 2009 at 9:14 AM, xekhz <wineforum-user at winehq.org> 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 wine-patches at winehq.org. 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. > > -- > -AustinCan i implement this function ? How do i submit my code ?