aboutsummaryrefslogtreecommitdiff
path: root/maketgz
AgeCommit message (Collapse)Author
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when ↵Gunter Knauf
libcurl is used with other projects which also have a config.h.
2009-02-23lzma compressed tarballs too for some testing, it does produce MUCH smallerDaniel Stenberg
files
2009-01-30Truly make sure that the vc8 and vc9 makefiles that are generated get includedDaniel Stenberg
in the release archive - by using our .dist suffix trick.
2009-01-11- Karl M brought the patch that creates vc9 Makefiles, and I made 'maketgz'Daniel Stenberg
now use the actual makefile targets to do the VC8 and VC9 makefiles.
2007-10-24Vladimir Lazarenko pointed out that we should do some 'mt' magic whenDaniel Stenberg
building with VC8 to get the "manifest" embedded to make fine stand-alone binaries. The maketgz and the src/Makefile.vc6 files were adjusted accordingly.
2007-10-20Mohun Biswas sent a patch to fix generated MSVC8 makefiles.Gunter Knauf
2007-09-15offer a friendlier single-line commandDaniel Stenberg
2007-03-09- Robert A. Monat improved the maketgz and VC6/8 generating to set the correctDaniel Stenberg
machine type too.
2007-03-02- Robert A. Monat and Shmulik Regev helped out to fix the new */Makefile.vc8Daniel Stenberg
makefiles that are included in the source release archives, generated from the Makefile.vc6 files by the maketgz script. I also modified the root Makefile to have a VC variable that defaults to vc6 but can be overridden to allow it to be used for vc8 as well. Like this: nmake VC=vc8 vc
2007-02-12When building tarballs, we also set the timestamp of the generated package. ↵Daniel Stenberg
This is meant to primarily be used for the autobuilds to know from what point in time a particular tarball is, and thus what changes it contains (or not).
2006-08-08make REALLY sure src/config.h.in is a copy of lib/config.h.inDaniel Stenberg
2005-10-14Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave DribinDaniel Stenberg
reported, the define is used by the configure script and is assumed to use the 0xYYXXZZ format. This made "curl-config --vernum" fail in the 7.15.0 release version.
2005-10-06we all the next version 7.15.0 due to the new TFTP supportDaniel Stenberg
2004-12-09Bryan Henderson pointed out in bug report #1081788 that the curl-configDaniel Stenberg
--vernum output wasn't zero prefixed properly (as claimed in documentation). This is fixed in maketgz now.
2004-12-08update the version numbers in the libcurl.plist automaticly on releaseDaniel Stenberg
2004-03-23src/version.h was not properly made!Daniel Stenberg
2004-03-22Introducing curl/curlver.h for keeping the curl version info only.Daniel Stenberg
2004-01-12cut the patch number before a '-' too, to enable '7.11.0-pre1' to useDaniel Stenberg
patch number zero.
2003-12-12some outputs for easier debuggingDaniel Stenberg
2003-11-06Insert the major, minor and patch numbers into the curl/curl.h header asDaniel Stenberg
well. Removed the depedency on perl.
2003-10-31newer, nicerDaniel Stenberg
2003-10-181. read the version from the command lineDaniel Stenberg
2. make the libcurl and curl version the same
2003-05-20Remind about the gpg command linesDaniel Stenberg
2003-03-03output the md5sum as the last stepDaniel Stenberg
2002-10-14generate and include PDF versions of the docs in the release archiveDaniel Stenberg
2001-09-27generate bzip2 and zip files tooDaniel Stenberg
2001-08-21run 'make clean' before 'make dist' to make sure the HTML files are up-to-dateDaniel Stenberg
2001-05-287.8-pre1 commitDaniel Stenberg
2001-05-22general autoconf and automake fixesDaniel Stenberg
2001-03-08made it split the version number on - too to make 7.7-blabla make a betterDaniel Stenberg
version number define in the header file
2001-01-08adjusted to use 'make dist' when building the packageDaniel Stenberg
2000-10-23the configure script dynamically gets the version from the include file nowDaniel Stenberg
which lets the maketgz skip updating the configure.in file
2000-05-22moved here from the newlib branchDaniel Stenberg
1999-12-29Initial revisionDaniel Stenberg