Skip to content

Version 3.2.14

Compare
Choose a tag to compare
@nunziotocci nunziotocci released this 05 Jun 19:18
· 513 commits to master since this release

Changes since 3.2.12:

  • Fix file rename to not overwrite files
  • Add GS.log
  • Make file editor not automatically refresh test page (closed #75)
  • Fix rename overwriting files (closed #72)
  • Fix WebSocket Connection Dropped when Internet is Slow (closed #57)
  • Fix <gs-envelope> sort broken (closed #61)
  • Use OpenSSL directly instead of through LibreSSL for compatibility (closed #59)
  • Make Compilation Successful output cleaner
  • Update INSTALL_WEB_SERVER_MODE.md
  • Remove SSL_CTX_set_ecdh_auto for compatibility
  • Add free() function to structs to aid memory saftey
  • Prevent invalid cookie from giving wrong error
  • Fix websockets behind nginx reverse proxy
  • Add new datasheet
  • Fix 100% CPU when tls enabled
  • Fix crash in cnxn_reset_cb
  • Close PGconn immediately if no request in progress
  • Fix result tally bar
  • Update README_FIREFOX.md

Tested on:

  • Ubuntu 17.04
  • Fedora 25
  • OpenBSD 6.1
  • OS X 10.11 El Capitan