Author: mladen.turk(a)jboss.com
Date: 2007-10-29 04:22:20 -0400 (Mon, 29 Oct 2007)
New Revision: 1149
Modified:
trunk/build/unix/package.list
trunk/sight/build.xml
trunk/sight/native/CHANGES
trunk/sight/native/include/sight_version.h
trunk/sight/native/os/windows/libsight.rc
Log:
Upgrade SIGHT version to 1.0.2
Modified: trunk/build/unix/package.list
===================================================================
--- trunk/build/unix/package.list 2007-10-29 08:12:38 UTC (rev 1148)
+++ trunk/build/unix/package.list 2007-10-29 08:22:20 UTC (rev 1149)
@@ -2,7 +2,8 @@
# add new versions of package after existing ones.
jboss-native|2.0.2|1.2.9|1.2.8|0.9.8e|TOMCAT_NATIVE_1_1_11
jboss-native|2.0.3|1.2.8|1.2.8|0.9.8e|TOMCAT_NATIVE_1_1_11
-jboss-native|2.0.3-dev|1.2.8|1.2.8|0.9.8e|trunk
+jboss-native|2.0.3-dev|1.2.8|1.2.8|0.9.8f|trunk
# SIGHT
jboss-sight|1.0.0|1.2.9|1.2.8||trunk
jboss-sight|1.0.1|1.2.8|1.2.8||trunk
+jboss-sight|1.0.2|1.2.8|1.2.8||trunk
Modified: trunk/sight/build.xml
===================================================================
--- trunk/sight/build.xml 2007-10-29 08:12:38 UTC (rev 1148)
+++ trunk/sight/build.xml 2007-10-29 08:22:20 UTC (rev 1149)
@@ -12,8 +12,8 @@
<!-- Initialization properties -->
<property name="name" value="System information gathering hybrid
tool"/>
<property name="title" value="JBoss system information gathering
hybrid tool library"/>
- <property name="version" value="1.0.1"/>
- <property name="version.number" value="101"/>
+ <property name="version" value="1.0.2"/>
+ <property name="version.number" value="102"/>
<property name="project" value="sight"/>
<property name="build.dir" value="./dist"/>
<property name="build.src" value="${build.dir}/src"/>
Modified: trunk/sight/native/CHANGES
===================================================================
--- trunk/sight/native/CHANGES 2007-10-29 08:12:38 UTC (rev 1148)
+++ trunk/sight/native/CHANGES 2007-10-29 08:22:20 UTC (rev 1149)
@@ -1 +1,5 @@
+Changes for SIGHT 1.0.2
+ - Added close method for Directory
+ - Added open and close methods for File
+
Changes for SIGHT 1.0.0
Modified: trunk/sight/native/include/sight_version.h
===================================================================
--- trunk/sight/native/include/sight_version.h 2007-10-29 08:12:38 UTC (rev 1148)
+++ trunk/sight/native/include/sight_version.h 2007-10-29 08:22:20 UTC (rev 1149)
@@ -72,7 +72,7 @@
#define SIGHT_MINOR_VERSION 0
/** patch level */
-#define SIGHT_PATCH_VERSION 1
+#define SIGHT_PATCH_VERSION 2
/**
* This symbol is defined for internal, "development" copies of SIGHT.
Modified: trunk/sight/native/os/windows/libsight.rc
===================================================================
--- trunk/sight/native/os/windows/libsight.rc 2007-10-29 08:12:38 UTC (rev 1148)
+++ trunk/sight/native/os/windows/libsight.rc 2007-10-29 08:22:20 UTC (rev 1149)
@@ -30,7 +30,7 @@
LANGUAGE 0x9,0x1
1 11 logmessages.bin
-#define STR_COPYRIGHT "Copyright � 2006 Red Hat Middleware, LLC. " \
+#define STR_COPYRIGHT "Copyright � 2007 Red Hat Middleware, LLC. " \
"or its licensors, as applicable."
#define STR_LICENSE "Distributable under LGPL license. " \
@@ -39,8 +39,8 @@
#define STR_COMPANY "Red Hat�, Inc."
#define STR_TRADEMARK "� Red Hat Inc."
#define STR_PRODUCT "System information gathering hybrid tool"
-#define STR_VERISON "1.0.1.0"
-#define CSV_VERISON 1,0,1,0
+#define STR_VERISON "1.0.2.0"
+#define CSV_VERISON 1,0,2,0
#define PRIVATE_BUILD 0
#define PRERELEASE_BUILD 0
Show replies by date