Skip to content
Snippets Groups Projects
Commit 56529e10 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/genom3-pocolibs] Update to 1.6

Changes since 1.5:
 . Fix a race condition during daemonization
 . Fix compatibility with genom3-2.99.20 for 'remote' objects
 . Do not hardcode mangled name of the pocolibs::metadata::component type
 . Fix the json {,de}serialization of enums containing an invalid value
 . Do not generate unused variable / label for tasks without permanent activity
 . Require genom3 >= 2.99.23 for the updated genom_mwerr exception
 . Drop removed .code member from the genom_mwerr exception
 . In client/c, generate json exception encoding code only for public
   exceptions
 . Assert that an enum is valid during the json serialization
 . In client/c, always cleanup comLib mboxes when terminating the last client
 . Fix csLib mailbox "max reply size" computation in the server
 . Implement optional<type>
 . Fix 'port name' vs. 'parameter name' mismatch in activity codels
parent bb2b7bc1
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Created: Anthony Mallet on Sun, 28 Jan 2007
#
DISTNAME= genom3-pocolibs-1.5
DISTNAME= genom3-pocolibs-1.6
CATEGORIES= architecture
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=genom3-pocolibs/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}genom3/genom3-pocolibs
......
SHA1 (genom3-pocolibs-1.5.tar.gz) = 6a8d9614788953603c6fabb447e2510b08436fc6
RMD160 (genom3-pocolibs-1.5.tar.gz) = 74f0ba89f84bb6577123f02d851498816aa6c3ba
Size (genom3-pocolibs-1.5.tar.gz) = 327836 bytes
SHA1 (genom3-pocolibs-1.6.tar.gz) = 1c49302962f63e353e87773c1114a2cc55190308
RMD160 (genom3-pocolibs-1.6.tar.gz) = 0691d2c250c68d60bb2d69f2ad20ca7c999183ba
Size (genom3-pocolibs-1.6.tar.gz) = 328330 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment