| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Merge the website index, download page, algo page into the readme file
so all the important information is in one place. The readme.rst is now
also used as the website landing page.
Remove the website target on the makefile, replaced by website.sh,
since I'm the only one who ever needs to run this.
Fix various ReST formatting bugs in news.rst and the manual
Remove the old build_log which hasn't been touched in years and
refers entirely to compilers which we don't support anymore.
|
|
|
|
|
|
|
|
|
|
|
| |
Add `website` target to makefile.
Some progress towards fixing minimized builds.
TLS now hard requires ECDSA and GCM since otherwise a minimized build
has only insecure options.
Remove boost_thread dependency in command line tool
|
| |
|
|
|
|
|
|
| |
Fix some syntax errors in misc docs.
Use mtn.randombit.net hostname
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
not need to be manually set before a release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Have configure.py create a new var %{innosetup_arch} which means
one doesn't have to remmeber to uncomment the ArchitecturesAllowed
and ArchitecturesInstallIn64BitMode for 64-bit installs. Also it
would theoretically work out of the box for IA-64 installs though
this is completely untested.
- InnoSetup 5.5 drops support for Windows 95/98/ME. While I'm in
there, move MinVersion to 5.1 (XP) since 2000 is (as with 9x)
totally an unknown quantity (not to mention EOLed).
- No PDF manual anymore, don't try to install it
- The files under doc are .rst rather than .txt now
- Include %{arch} in OutputBaseFilename so I don't have to rename
the output afterwards.
and outline the process for creating the installer in release_process.rst
|
| |
|
|
memory from the 1.10.3 release.
|