Re: [fossil-dev] Time to release Fossil version 1.34?

2015-10-16 Thread Gaurav M. Bhandarkar
Hi, Was this fixed? https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg20758.html -Gaurav On Wed, Oct 14, 2015 at 7:38 PM, Richard Hipp wrote: > I'll release Fossil version 1.34 within the next couple of days if > nobody has any objections. > > -- > D. Richard Hipp > d...@sqlite

Re: [fossil-dev] Build system changes on Windows

2015-06-18 Thread Gaurav M. Bhandarkar
Will you be using Load-Time Dynamic Linking for zlib? If yes, will you be checking-in the import lib file too or leaving it to the developer to provide it. If it's the later, then you will need to take the path of the import lib file from the user as another argument to nmake. This kind of makes th

Re: [fossil-dev] Build system changes on Windows

2015-06-17 Thread Gaurav M. Bhandarkar
Since this could affect me (a fossil user on windows) I'm commenting: > There should be a FOSSIL_BUILD_ZLIB, just as there is a FOSSIL_BUILD_SSL I assume ZLIB is a necessary dependency for compiling fossil while SSL is optional. It makes sense not to ask if we want to build zlib or not at compile