All Versions
16
Latest Version
Avg Release Cycle
362 days
Latest Release
1787 days ago

Changelog History
Page 2

  • v1.6.3 Changes

    April 23, 2017
    • Fixed error parsing cache_retention_days. (#82)

    • 🛠 Fixed error with new code cache. (9e23a426)

  • v1.6.2 Changes

    February 12, 2017
    • 🛠 Fixed issue with installing local JVM, caused by new resource installation process. (#78)

    • Local JVM now uses absolute path to avoid issues with cwd.

    • âž• Added override_appbase system property. This enables a Getdown app that normally talks to some download server to be installed in such a way that it instead talks to some other download server.

  • v1.6.1 Changes

    February 12, 2017
    • 🛠 Fix issues with URL path encoding when downloading resources. (84af080b0)

    • 📜 Parsing digest.txt changed to allow = to appear in the filename. In getdown.txt we split on the first = because = never appears in a key but may appear in a value. But in digest.txt the format is filename = hash and = never appears in the hash but may appear in the filename, so there we want to split on the last = not the first.

    • 🛠 Fixed bug with progress tracking and reporting. (256e0933)

    • 🛠 Fix executable permissions on jspawnhelper. (#74)

  • v1.6 Changes

    November 05, 2016
    • 🚀 This release and all those before it are considered ancient history. Check the commit history for more details on what was in each of these releases.
  • v1.0 Changes

    September 21, 2010
    • 🚀 The first Maven release of Getdown.
  • v0.1 Changes

    July 19, 2004
    • The first production use of Getdown (on https://www.puzzlepirates.com which is miraculously still operational as of 2018 when this changelog was created).