From 20adcea188f3849a63e77add2e722fdcd0786921 Mon Sep 17 00:00:00 2001 From: Felix Ingrand <felix@laas.fr> Date: Mon, 25 Feb 2013 15:26:14 +0100 Subject: [PATCH] [wip/genom3-openprs] Release version 1.0.2 - Proper template for the latest version of transgen3 - Some changes to make sure that some function names will not conflict with original GenoM. - Fix a bug in dynamic string management. - Rename the MAKE-NEW-<"$COMP">... OP used to create a module with a non default name. - Fix some ugly uppercase names. - Bug in the way we computed the number of arguments in PUGetOprsVarArgG3Parameters. - Prefix the goal name with the module name to avoid name collision when multiple modules are loaded. - Added some code to optimize and cache symbol and PFR hashtable lookup. - Bump version to 1.0.2 before robotpkg release. --- genom3-openprs/Makefile | 2 +- genom3-openprs/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/genom3-openprs/Makefile b/genom3-openprs/Makefile index f5d61b26..1f93425f 100644 --- a/genom3-openprs/Makefile +++ b/genom3-openprs/Makefile @@ -2,7 +2,7 @@ # Created: Anthony Mallet on Sun, 28 Jan 2007 # -DISTNAME= genom3-openprs-1.0.1 +DISTNAME= genom3-openprs-1.0.2 CATEGORIES= architecture MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=genom3-openprs/} MASTER_REPOSITORY= git git://git.openrobots.org/git/robots/genom3-openprs diff --git a/genom3-openprs/distinfo b/genom3-openprs/distinfo index f4e048e6..a40f0805 100644 --- a/genom3-openprs/distinfo +++ b/genom3-openprs/distinfo @@ -1,3 +1,3 @@ -SHA1 (genom3-openprs-1.0.1.tar.gz) = b3e4c6177db2c2aac0292e695dc27499d5f54556 -RMD160 (genom3-openprs-1.0.1.tar.gz) = ccff4dff6cfb63cfa4cb72092755f95cac05458e -Size (genom3-openprs-1.0.1.tar.gz) = 150035 bytes +SHA1 (genom3-openprs-1.0.2.tar.gz) = 367636716cf0db4baec89e6fc488e49ca6d88820 +RMD160 (genom3-openprs-1.0.2.tar.gz) = 4fc5b6782231c41dbdd613503da8a4a55cecec4c +Size (genom3-openprs-1.0.2.tar.gz) = 62017 bytes -- GitLab