Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mongoose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ganil-acq
GANILinux
linux-service
library
mongoose
Commits
23141c2f
Commit
23141c2f
authored
10 years ago
by
Sergey Lyubka
Browse files
Options
Downloads
Patches
Plain Diff
Added 5.5 release notes
parent
c8ba652f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/ReleaseNotes.md
+25
-0
25 additions, 0 deletions
docs/ReleaseNotes.md
with
25 additions
and
0 deletions
docs/ReleaseNotes.md
+
25
−
0
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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment