Stefan Hett <stefan@egosoft.com>


Found Patch
r1695392, r1695381, r1694668, r1694638, r1693671 r1694451, r1692093, r1691712

r1695392 | danielsh | 2015-08-11 17:39:58 -0500 (Tue, 11 Aug 2015)

* docs/release-notes/1.9.html
  (#svnadmin-load-ignore-dates): Fix typo.

Found by: Stefan Hett

r1695381 | danielsh | 2015-08-11 17:17:10 -0500 (Tue, 11 Aug 2015)

Release notes: add new subcommands.

Found by: Stefan Hett

* docs/release-notes/1.9.html
  (#svn-status-r, #svnadmin-revprop, #svnadmin-load-ignore-dates):
     New entries.

r1694668 | stsp | 2015-08-07 07:25:59 -0500 (Fri, 07 Aug 2015)

* CHANGES: Move svnadmin --metadata-only option into the right section.

Found by: Stefan Hett


r1694638 | stsp | 2015-08-07 04:42:06 -0500 (Fri, 07 Aug 2015)

* CHANGES: Fix grammer/typos.

Found by: Stefan Hett


r1694451 | stefan2 | 2015-08-06 06:03:34 -0500 (Thu, 06 Aug 2015)

Update build instructions for Windows (from Source) when building with OpenSSL >= 1.0.0.

* INSTALL
   (II.E.4): update note on building OpenSSL >= 1.0.0

Patch by: Stefan Hett <stefan{_AT_}egosoft.com>

r1693671 | danielsh | 2015-07-31 18:47:32 -0500 (Fri, 31 Jul 2015)

* download/download.html: Fix a thinko.

Found by: Stefan Hett

r1692093 | rhuijben | 2015-07-21 07:07:57 -0500 (Tue, 21 Jul 2015)

On Windows: drop BDB not found warning, if building without BDB-support.
This makes this code match the *nix configure code.

* build/generator/gen_win.py
   (__init__): Remove BDB-warning, if optional 'db' library not found in
               self._libraries

* build/generator/gen_win_dependencies.py
   (parse_options): initialize self.bdb_path to None.
   (_find_bdb): introduce local variable to determine bdb_path taking 
                either a specified path (via --with-berkeley-db) or
                attempting the legacy default path ('db4-win32')
                Only issue the warning, if failing to locate the BDB path
                AND the user having explicitly specified the bdb-path.

Patch by: Stefan Hett <stefan{_AT_}egosoft.com>


r1691712 | rhuijben | 2015-07-18 05:14:12 -0500 (Sat, 18 Jul 2015)

Several updates/corrections to the INSTALL file:
- updated compatibility statements for Visual Studio (dropping 2002/2003 
support, adding support for 2008+ versions)
- case-correction for February
- replaced dead-link to Platform SDK for VC6 with link to still 
available instructions
- replaced redirection URL zlib.org with direct URL zlib.net
- update VS build instructions to be suitable for VS >= 2010
- libmagic marked as optional dependency
- made URLs consistently use a trailing /
- corrected minimum Serf version (1.2.1 -> 1.3.4)
- corrected section numbering and referencing in several cases
- clarify that Python is required for Windows as well
- specify Python >= 3.0 being unsupported atm
- dropping explicit mentioning of Subversion version 1.8 (since the 
documentation always applies to the current version)
- added missing prerequisite an install step instruction for SQLite 3.7.12
- added optional-markers to steps which are not required in all cases
- clarified when serf is required
- replaced DRIVE-variable with BUILD_ROOT-variable to make things a bit 
easier to understand
- added missing required quotes around SDK-paths which contain spaces
- added sections about building APR, ZLib, and Serf to give some leads 
how to build these from source (serf: only TODO-markers)

* INSTALL
     documentation updated

Patch by: Stefan Hett <stefan{_AT_}egosoft.com>