Commit Graph

62 Commits

Author SHA1 Message Date
Sebastian Pipping
39e487da35 Prepare release version 2.2.6 (#209) 2018-08-12 21:40:00 +02:00
Karl Waclawek
968b8cc46d Improved Win32 setup file name. 2017-11-01 10:47:55 -04:00
Karl Waclawek
99c17d3b98 Simplified version number updating in setup file for Win32. Fixed Copyright character for UTF-8. 2017-11-01 10:43:36 -04:00
Sebastian Pipping
5f9bc4836f Prepare release version 2.2.5 (#133) 2017-10-31 17:20:31 +01:00
Sebastian Pipping
3bdb11fc86 Prepare release version 2.2.4 (#123) 2017-08-19 16:40:21 +02:00
Sebastian Pipping
97c6bd0199 Prepare release version 2.2.3 2017-08-02 15:40:48 +02:00
Sebastian Pipping
da70f7af4d Migrate README to Markdown 2017-07-29 16:21:39 +02:00
Sebastian Pipping
e72c42eb18 Prepare release version 2.2.2 2017-07-12 19:00:02 +02:00
Karl Waclawek
85718691e5 Windows release: Update README, remove VC++ 6.0 files from installer, fix runtests.vcxproj file. 2017-06-17 12:05:48 -04:00
Sebastian Pipping
e421621fb3 win32/expat.iss: Install AUTHORS file, too 2017-06-17 12:02:29 +02:00
Sebastian Pipping
484cc4e62c Bump version, year, and ID for 2.2.1
Also fill earliest release date
2017-06-17 01:58:05 +02:00
Sebastian Pipping
a67f2a2545 *.dsp,*.dsw: Drop Visual Studio 6.0 (issue #14) 2017-04-25 23:51:59 +02:00
Sebastian Pipping
db22312c13 bcb5: Drop Borland build system (issue #14) 2017-04-25 23:37:34 +02:00
Karl Waclawek
76f5dc2a70 Upgraded setup files for Win32. 2016-06-17 15:04:39 -04:00
Karl Waclawek
a124f43dad Updated copyright year in Win32 setup script. 2016-03-12 16:12:42 -05:00
Sebastian Pipping
8c2fd3d097 Bump version to 2.1.1 2016-03-12 00:23:16 +01:00
Karl Waclawek
dce3da11d5 Win32 preparations for release. 2012-03-04 15:53:13 +00:00
Karl Waclawek
f56e31ad01 Don't need to specify the max option - its the default. 2007-05-04 00:20:59 +00:00
Karl Waclawek
32c10a4ee0 Added note about output locations for MS builds. 2007-05-04 00:17:18 +00:00
Karl Waclawek
ffdb4abbd6 Added SolidCompression flag. Saves another 170KB. 2007-05-04 00:09:11 +00:00
Sebastian Pipping
1fdc5e5dda VersionInfoVersion added (to avoid "0.0.0.0"), compression set to "lzma/max" 2007-05-03 19:51:08 +00:00
Karl Waclawek
3b298e1179 Updated with new install directory structure. 2007-05-03 02:15:13 +00:00
Karl Waclawek
7770aff0d0 New install directory structure. All binaries are now in the Bin directory. 2007-05-03 02:14:30 +00:00
Karl Waclawek
a9a1d91fff Changed install directory and application name/version to be more typical for Windows. 2007-04-30 00:58:52 +00:00
Karl Waclawek
c8c07173c3 Fixed some file references and updated to InnoSetup 5.1.6. 2006-01-01 20:59:25 +00:00
Karl Waclawek
8e94886c9c Updated for new setup application. 2005-12-26 19:38:38 +00:00
Karl Waclawek
9a33231046 Added info about VS 2005. 2005-12-26 19:36:21 +00:00
Karl Waclawek
cebeca3b56 Added instructions for creating MinGW libraries. 2005-11-28 18:42:49 +00:00
Fred L. Drake, Jr.
2f3aafe992 include the C++ test harness in the Windows package 2005-01-29 05:00:15 +00:00
Fred L. Drake, Jr.
02de9eac60 Update version number to 1.95.8 in preparation for release. 2004-07-16 02:10:57 +00:00
Karl Waclawek
0595209dda Made note about building under Visual Studio .NET. 2004-04-30 17:28:05 +00:00
Karl Waclawek
bd816ff175 Corrected docs regarding Win32 builds with MS VC++. 2003-10-24 00:40:54 +00:00
Fred L. Drake, Jr.
fa49735f8a - bump the versioning information
- start describing the changes in 1.95.7
2003-07-15 15:20:35 +00:00
Fred L. Drake, Jr.
a711a048ef Add win32/README.txt to the Source/ directory that gets installed. 2003-01-28 15:26:59 +00:00
Fred L. Drake, Jr.
eedd60ee72 Add the .DEF files to the Windows installer. 2003-01-26 01:11:29 +00:00
Fred L. Drake, Jr.
f16ae245bf Replace tabs with spaces. 2003-01-25 16:25:34 +00:00
Fred L. Drake, Jr.
c6db3a89f7 Update more version numbers. 2003-01-25 16:10:15 +00:00
Karl Waclawek
eddeed59f9 Clarified runtime linking issues. 2002-12-07 14:18:50 +00:00
Karl Waclawek
c61a46c305 * Applied patch #620822 - Windows Dll build with DEF file
* Changed macro for static linking from _STATIC to XML_STATIC
  and modified expat.h accordingly
* Added ReadMe file to Win32 subdirectory documenting Windows builds
* Changed static build settings to create libraries with names different
  from the Dll stub library libexpat(w).lib
2002-10-21 21:19:41 +00:00
Fred L. Drake, Jr.
d467f7ee94 Add the static libraries to the manifest of installed files for Windows. 2002-09-06 20:32:10 +00:00
Fred L. Drake, Jr.
15f4de36f2 Install the static libs and the PNG icon for the documentaiton. 2002-09-06 20:30:45 +00:00
Fred L. Drake, Jr.
252e868b7e Add a note about the Borland compiler support files.
Move the second column of the table right a couple of spaces to
there's space for the long directory name on the left.
2002-07-12 05:06:17 +00:00
Fred L. Drake, Jr.
ebf74d70e6 Add the Borland support files to the installer. 2002-07-12 02:51:56 +00:00
Fred L. Drake, Jr.
7d78123b69 Version number needs to be bumped here as well. 2002-06-14 14:28:12 +00:00
Fred L. Drake, Jr.
17fc960ec4 Consistently use the shorter libexpat.org URL. 2002-06-13 18:12:20 +00:00
Fred L. Drake, Jr.
6f7d95c4af Specify the compression type; the current version of Inno Setup
supports the more efficient bzip algorithm, so we can produce a
smaller installer to download.  Or at least partially mitigate
the addition of the wchar_t version of the DLLs.

Install the Changes file as Changes.txt.

Add a note telling what version of Inno Setup the script is for.
2002-06-01 02:12:30 +00:00
Fred L. Drake, Jr.
8eb92dde2b Added the test suite and wchar_t versions of the DLL. 2002-05-31 04:35:57 +00:00
Fred L. Drake, Jr.
6af14eca02 Bump version number. 2002-04-24 13:10:09 +00:00
Fred L. Drake, Jr.
f91dde5506 Update to match the latest version of the installer. 2001-07-27 20:35:39 +00:00
Fred L. Drake, Jr.
f14ab18aa7 Shorten the name of the directory we store the uninstaller in. 2001-07-27 15:31:22 +00:00