[Commits] [wesnoth/wesnoth] ce0a5c: bi: Add OpenSSL/libcrypto version info

GitHub noreply at github.com
Thu May 25 06:23:14 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: ce0a5c182907fc0cd796dde2aa7a61b0452f4f7c
      https://github.com/wesnoth/wesnoth/commit/ce0a5c182907fc0cd796dde2aa7a61b0452f4f7c
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2017-05-25 (Thu, 25 May 2017)

  Changed paths:
    M src/build_info.cpp
    M src/build_info.hpp

  Log Message:
  -----------
  bi: Add OpenSSL/libcrypto version info

Best 90 minutes I've ever spent in my life. I could've done string
comparisons, but somehow I suspect their format is more likely to change
in the future than the numeric versions.

Also, beware that the upstream documentation (both on their wiki and
their source) does not accurately reflect history -- the version numbers
for releases between 0.9.3 and 0.9.5 were vastly different, and this
version of the algorithm I wrote seems to be the best fit for all of
them.)


  Commit: 80a59fbd8b0d142c9201339f4f8f96e8a178f03c
      https://github.com/wesnoth/wesnoth/commit/80a59fbd8b0d142c9201339f4f8f96e8a178f03c
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2017-05-25 (Thu, 25 May 2017)

  Changed paths:
    M data/gui/window/game_version.cfg

  Log Message:
  -----------
  gui2/game_version: Try to not overflow tab selector space

The previous commit adding a new library to the Library tab causes a
vertical scrollbar to appear there and somehow make the tab selector
overflow and get a vertical scrollbar. Vultraz suggested this fix and
seems to be aware that it doesn't solve preexisting issues with overlong
tab labels/translations.


Compare: https://github.com/wesnoth/wesnoth/compare/30d1c382bd61...80a59fbd8b0d


More information about the Commits mailing list