Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
msgpack-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Fabian Föll
msgpack-c
Commits
fd4e28f2
Commit
fd4e28f2
authored
7 years ago
by
Takatoshi Kondo
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #621 from redboltz/v2.1.4
Updated the version to 2.1.4.
parents
22bc7070
20980626
No related branches found
Branches containing commit
Tags
2.1.4
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+8
-0
8 additions, 0 deletions
CHANGELOG.md
appveyor.yml
+1
-1
1 addition, 1 deletion
appveyor.yml
include/msgpack/version_master.h
+1
-1
1 addition, 1 deletion
include/msgpack/version_master.h
with
10 additions
and
2 deletions
CHANGELOG.md
+
8
−
0
View file @
fd4e28f2
# 2017-08-03 version 2.1.4
*
Add boost asio examples (including zlib) (#610)
*
Remove some warnings (#611)
*
Fix unpack visitor to treat float32/64 correctly (#613)
*
Improve documents (#616)
*
Fix alignment problem on some platform (#617, #518)
*
Fix conflict std::tuple, std::pair, and boost::fusion::sequence problem (#619)
# 2017-06-15 version 2.1.3
*
Improve build system (#603)
*
Add C++17 adaptors
`std::optional`
and
`std::string_view`
. (#607, #608)
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
1
−
1
View file @
fd4e28f2
version
:
2.1.
3
.{build}
version
:
2.1.
4
.{build}
image
:
-
Visual Studio
2015
...
...
This diff is collapsed.
Click to expand it.
include/msgpack/version_master.h
+
1
−
1
View file @
fd4e28f2
#define MSGPACK_VERSION_MAJOR 2
#define MSGPACK_VERSION_MINOR 1
#define MSGPACK_VERSION_REVISION
3
#define MSGPACK_VERSION_REVISION
4
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