Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Perrad
lua-MessagePack
Commits
93a79de2
Commit
93a79de2
authored
Mar 10, 2017
by
François Perrad
Browse files
prepare release 0.5.0
parent
bf4ac710
Changes
8
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
93a79de2
Revision history for lua-MessagePack
0.5.0
export unpack_cursor instead of unpackers
0.5.0
Fri Mar 10 17:07:20 2017
export unpack_cursor instead of unpackers
(see issue #23)
0.4.0 Thu Dec 8 10:30:00 2016
refactor without types_map indirection
...
...
COPYRIGHT
View file @
93a79de2
...
...
@@ -5,7 +5,7 @@ lua-MessagePack is licensed under the terms of the MIT/X11 license reproduced be
===============================================================================
Copyright (C) 2012-201
6
Francois Perrad.
Copyright (C) 2012-201
7
Francois Perrad.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
README.md
View file @
93a79de2
...
...
@@ -25,7 +25,7 @@ and the sources are hosted at <http://github.com/fperrad/lua-MessagePack/>.
Copyright and License
---------------------
Copyright (c) 2012-201
6
Francois Perrad
Copyright (c) 2012-201
7
Francois Perrad
This library is licensed under the terms of the MIT/X11 license, like Lua itself.
docs/index.md
View file @
93a79de2
...
...
@@ -60,7 +60,7 @@ make test
## Copyright and License
Copyright
©
2012-201
6
Fran
ç
ois Perrad
Copyright
©
2012-201
7
Fran
ç
ois Perrad
[

](http://www.openhub.net/accounts/4780?ref=Rank)
[

](http://www.linkedin.com/in/fperrad)
...
...
mkdocs.yml
View file @
93a79de2
...
...
@@ -6,4 +6,4 @@ pages:
-
Home
:
index.md
-
API
:
messagepack.md
theme
:
mkdocs
copyright
:
Copyright © 2012-201
6
François Perrad
copyright
:
Copyright © 2012-201
7
François Perrad
msgpack.org.md
View file @
93a79de2
...
...
@@ -38,6 +38,6 @@ Links
Copyright and License
---------------------
Copyright (c) 2012-201
6
Francois Perrad
[

](https://www.openhub.net/accounts/4780)
Copyright (c) 2012-201
7
Francois Perrad
[

](https://www.openhub.net/accounts/4780)
This library is licensed under the terms of the MIT/X11 license, like Lua itself.
src/MessagePack.lua
View file @
93a79de2
...
...
@@ -887,9 +887,9 @@ else
end
set_array
'without_hole'
m
.
_VERSION
=
'0.
4
.0'
m
.
_VERSION
=
'0.
5
.0'
m
.
_DESCRIPTION
=
"lua-MessagePack : a pure Lua implementation"
m
.
_COPYRIGHT
=
"Copyright (c) 2012-201
6
Francois Perrad"
m
.
_COPYRIGHT
=
"Copyright (c) 2012-201
7
Francois Perrad"
return
m
--
-- This library is licensed under the terms of the MIT/X11 license,
...
...
src5.3/MessagePack.lua
View file @
93a79de2
...
...
@@ -635,9 +635,9 @@ else
end
set_array
'without_hole'
m
.
_VERSION
=
'0.
4
.0'
m
.
_VERSION
=
'0.
5
.0'
m
.
_DESCRIPTION
=
"lua-MessagePack : a pure Lua 5.3 implementation"
m
.
_COPYRIGHT
=
"Copyright (c) 2012-201
6
Francois Perrad"
m
.
_COPYRIGHT
=
"Copyright (c) 2012-201
7
Francois Perrad"
return
m
--
-- This library is licensed under the terms of the MIT/X11 license,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment