Skip to content

Releases: freeorion/freeorion-sdk

v4

17 Feb 16:42
Compare
Choose a tag to compare
v4

Release 4 of the FreeOrionSDK

v4 - 2016-02-17

  • Don't build python against any potentially installed instance of OpenSSL
    to avoid missing dependencies on distribution.
  • Update libpng version to 1.6.27
  • Fix Visual Studio target platform SDK selection for boost to allow toolsets
    without _xp suffix.
  • Enable abbreviated pathed in boost build to avoid failed to write output file
    with Windows build.
  • Add Dockerfile to create TravisCI build environment for Linux.
  • Add patches from Boost.GIL upstream to avoid compiler errors with MacOSX
    clang.

v3

12 Dec 18:49
Compare
Choose a tag to compare
v3

Release 3 of the FreeOrionSDK

v3 - 2016-12-12

  • Change SDK version scheme to simple sequence number
  • Update output of bootstrap scripts to list the minimum required IDE
    for each platform (Visual Studio 2015 - Windows ; Xcode 6.4 - MacOSX).

FreeOrionSDK v0.4.6-2

30 Nov 18:25
Compare
Choose a tag to compare
FreeOrionSDK v0.4.6-2 Pre-release
Pre-release

Release 2 of the FreeOrionSDK for FreeOrion v0.4.6

[0.4.6-2] - 2016-11-30

  • Use dotglob to copy hidden files in MacOSX SDK
  • Fix install name for SDL dependency library on MacOSX
  • Fix install name for python dependency library on MacOSX

FreeOrionSDK v0.4.6-1

10 Nov 09:54
Compare
Choose a tag to compare
FreeOrionSDK v0.4.6-1 Pre-release
Pre-release

Release 1 of the FreeOrionSDK for FreeOrion v0.4.6

[0.4.6-1] - 2016-11-10

Initial changelog for the first automatic created FreeOrionSDK. It documents
the differences between the manual maintained old SDK and the new one.

  • [ANY] Updated Boost from 1.58(WIN)/1.56(OSX) to 1.59.
  • [ANY] Disabled Boost libraries:
    • context
    • coroutine
    • coroutine2
    • graph_parallel
    • mpi
    • wave
    • zlib
  • [ANY] Linking boost against zlib, not boost_zlib.
  • [ANY] Updated GLEW from 1.12.0 to 1.13.0.
  • [ANY] Updated libpng from 1.6.17(WIN)/1.5.12(OSX) to 1.6.25.
  • [ANY] Updated Python from 2.7.9(WIN)/2.7.8(OSX) to 2.7.12.
  • [ANY] Disabled Python modules:
    • audioop
    • bsddb
    • csv
    • curses
    • dbm
    • elementtree
    • gdbm
    • grp
    • hotshot
    • json
    • linuxaudiodev
    • mmap
    • multibytecodecs and related implementation modules
    • multiprocessing
    • nis
    • parser
    • pwd
    • pyexpat
    • select
    • socket
    • spwd
    • sqlite
    • ssl
    • syslog
    • termios
    • testcapi
    • tkinter
    • unicodedata
    • wininst
  • [ANY] Updated SDL from 2.0.3 to 2.0.4.
  • [ANY] Dropped unused FreeALUT dependency.
  • [ANY] Dropped unused FreeImage dependency.
  • [ANY] Changed SDK artifact file names to contain matching FreeOrion version,
    compiler, toolset and target platform.
  • [ANY] Moved shared libaries from temp into bin directory. Updated
    bootstrap.bat and bootstrap.command accordingly.
  • [WIN] Updated OpenAL Soft dependency from 1.15.0 to 1.17.2.
  • [WIN] Remove invalid platform configuration files in python dependency stdlib.
  • [OSX] Built Boost with C++11 support and against libc++.dylib.
  • [OSX] Updated libogg dependency from 1.1.2 to 1.3.2.
  • [OSX] Updated FreeType2 from 2.3.11 to 2.5.5.
  • [OSX] Remove Radicale WebDAV installation from python site-packages.
  • [OSX] Renamed vorbis.framework to Vorbis.framework.
  • [OSX] Updated libvorbis from 1.1.1 to 1.3.5.