Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
23141c2f
Commit
23141c2f
authored
Oct 28, 2014
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added 5.5 release notes
parent
c8ba652f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
ReleaseNotes.md
docs/ReleaseNotes.md
+25
-0
No files found.
docs/ReleaseNotes.md
View file @
23141c2f
# Mongoose Release Notes
## Release 5.5, October 28 2014
Changes in Libmongoose library:
-
Added new API function:
`mg_forward()`
for proxying functionality
-
Added new API function:
`mg_send_file_data()`
for sending file data
-
Added new utility API functions:
`mg_mmap() and mg_munpap()`
-
Changed the way SSL settings are handled: removed
`ssl_certificate`
and
`ssl_ca_certificate`
options, and instead made
`listening_port`
accept
`ssl://PORT:SSL_CERT:CA_CERT`
notation
-
Added ability to listen on multiple ports, see
`listening_port`
documentation
-
Added
`enable_proxy`
option
-
Added
[
cookie_authentication
](
https://github.com/cesanta/mongoose/tree/master/examples/cookie_authentication
)
example
-
Added
[
websocket\_ssl\_proxy
](
https://github.com/cesanta/mongoose/tree/master/examples/websocket_ssl_proxy
)
example
-
Added
[
http_client
](
https://github.com/cesanta/mongoose/tree/master/examples/http_client
)
example
-
Increased default 'idle connection' timeout from 30 to 300 seconds
-
Fixed MinGW build
-
Refactored all examples, put each in it's own directory with dedicated build
-
Many smaller bugfixed, including SSL, CGI, API, proxy, etc
Changes in pre-compiled binaries:
-
Support for multiple listening ports
-
Fixed CGI handling for scripts that specify interpreter in the hashbang line
## Release 5.4, July 28 2014
Changes in Libmongoose library:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment