Skip to content

Commit

Permalink
Bump v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioprog committed Oct 1, 2018
1 parent 207506e commit e7b4e12
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
2018-10-01 silvioprog <[email protected]>

Bump v1.2.0

Fix docs.

Merge all changes from branch "router".

2018-09-18 silvioprog <[email protected]>

Removes all "[ci skip]" entries from the ChangeLog and fix the library reference link.

Bump v1.1.0

Upgrade document "ABIComplianceChecker.md".

Fix #2 issued as "The authentication process doesn't allow to send a response when it is cancelled".

Handle errors using fixed buffer size.

2018-09-17 silvioprog <[email protected]>

Implements the response cleaning feature: sg_httpres_clear().

2018-08-31 silvioprog <[email protected]>

Adds steps to build for Raspbian.

2018-08-29 silvioprog <[email protected]>

Bump v1.0.3

Uses better parameter names in the sg_strerror() function.

Update the SECURITY document.
Expand Down
2 changes: 1 addition & 1 deletion include/sagui.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ extern "C" {
#endif

#define SG_VERSION_MAJOR 1
#define SG_VERSION_MINOR 1
#define SG_VERSION_MINOR 2
#define SG_VERSION_PATCH 0
#define SG_VERSION_HEX ((SG_VERSION_MAJOR << 16) | (SG_VERSION_MINOR << 8) | (SG_VERSION_PATCH))

Expand Down

0 comments on commit e7b4e12

Please sign in to comment.