[Arakhnę-Dev] [24] - Bug fix: the new version of HAL does not store the serial number and the system UUID in the same properties as in its previous versions . |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
- To: dev@xxxxxxxxxxx
- Subject: [Arakhnę-Dev] [24] - Bug fix: the new version of HAL does not store the serial number and the system UUID in the same properties as in its previous versions .
- From: subversion@xxxxxxxxxxxxx
- Date: Wed, 10 Dec 2008 14:47:39 +0100
Revision: 24
Author: galland
Date: 2008-12-10 14:47:39 +0100 (Wed, 10 Dec 2008)
Log Message:
-----------
- Bug fix: the new version of HAL does not store the serial number and the system UUID in the same properties as in its previous versions. Support both of thems.
- Support he loaded of 64 and 32 bits libraries according to the data model used by the current operating system.
Modified Paths:
--------------
trunk/arakhneVmutils/java/src/main/resources/Changelog
trunk/arakhneVmutils/java/src/main/resources/VERSION
trunk/pom.xml
Removed Paths:
-------------
trunk/arakhneVmutils/native/josuuid/src/main/resources/
Modified: trunk/arakhneVmutils/java/src/main/resources/Changelog
===================================================================
--- trunk/arakhneVmutils/java/src/main/resources/Changelog 2008-12-10 13:31:17 UTC (rev 23)
+++ trunk/arakhneVmutils/java/src/main/resources/Changelog 2008-12-10 13:47:39 UTC (rev 24)
@@ -1,3 +1,14 @@
+arakhneVmutils-2.1
+
+* HAL changed the name of the properties where the serial number and
+ system UUID were stored. Reflect this change in josuuid.
+* OperatingSystem is now able to indicate if the current operating
+ system is 32 or 64 bits compliant.
+* LibraryLoader is now able to load 64 or 32 bits library accordingly
+ to the current operating system.
+
+-- Stephane GALLAND <galland@xxxxxxxxxxx> Wed, 10 Dec 2008 14:33:19 +0100
+
arakhneVmutils-1.0
* First public release
Modified: trunk/arakhneVmutils/java/src/main/resources/VERSION
===================================================================
--- trunk/arakhneVmutils/java/src/main/resources/VERSION 2008-12-10 13:31:17 UTC (rev 23)
+++ trunk/arakhneVmutils/java/src/main/resources/VERSION 2008-12-10 13:47:39 UTC (rev 24)
@@ -1 +1 @@
-arakhneVmutils 2.0
+arakhneVmutils 2.1
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-12-10 13:31:17 UTC (rev 23)
+++ trunk/pom.xml 2008-12-10 13:47:39 UTC (rev 24)
@@ -19,7 +19,7 @@
<version_myjdk>1.6</version_myjdk>
<version_arakhnelogger>1.0-SNAPSHOT</version_arakhnelogger>
<version_arakhnerefs>3.0-SNAPSHOT</version_arakhnerefs>
- <version_arakhnevmutils>2.0-SNAPSHOT</version_arakhnevmutils>
+ <version_arakhnevmutils>2.1-SNAPSHOT</version_arakhnevmutils>
</properties>
<dependencyManagement>