Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Releases: swisspol/GCDWebServer

3.3.1

16 Jan 14:20
Compare
Choose a tag to compare
  • Improved tvOS compatibility
  • Improved CocoaLumberjack compatibility
  • Other minor fixes

3.3

15 Dec 06:30
Compare
Choose a tag to compare
3.3
  • Added support for tvOS
  • Added support for NAT port mapping
  • Fixed a crash under Swift 2 related to async handlers (thanks @tifroz)
  • Enable support for Podfiles with use_frameworks! (thanks @macdrevx)

3.2.7

10 Sep 16:02
Compare
Choose a tag to compare
  • Fixed broken Carthage integration (thanks @0xpablo)

3.2.6

09 Sep 16:43
Compare
Choose a tag to compare
  • Fixed buffer overflow when retrieving socket addresses
  • Add version to framework Info.plist

3.2.5

03 Jul 15:49
Compare
Choose a tag to compare
  • Added Carthage support (thanks @sagmor)

3.2.4

12 Jun 16:38
Compare
Choose a tag to compare
  • Minor bug fixes

3.2.3

13 Apr 20:07
Compare
Choose a tag to compare
  • Add remote and local addresses to GCDWebServerRequest (thanks sergiou87)
  • Updated for CocoaLumberJack 2.0
  • Fixed -serverURL not taking into account GCDWebServerOption_BindToLocalhost
  • Handle starting the server with nil options

3.2.2

15 Jan 17:35
Compare
Choose a tag to compare
  • Addressed Clang static analyzer warnings
  • Fixed some documentation issues

3.2.1

02 Dec 14:53
Compare
Choose a tag to compare
  • Added GCDWebServerOption_BindToLocalhost option
  • Bug fixes

3.2

07 Nov 02:45
Compare
Choose a tag to compare
3.2
  • Removed MRC support
  • Bug fixes