You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2012/02/13 09:53:55 UTC

svn commit: r1243437 - in /commons/proper/daemon/branches/1.0.x: ./ src/native/unix/native/ src/native/windows/apps/prunmgr/ src/native/windows/apps/prunsrv/

Author: mturk
Date: Mon Feb 13 08:53:55 2012
New Revision: 1243437

URL: http://svn.apache.org/viewvc?rev=1243437&view=rev
Log:
Bump dev version to 1.0.10

Modified:
    commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt
    commons/proper/daemon/branches/1.0.x/build.xml
    commons/proper/daemon/branches/1.0.x/doap_daemon.rdf
    commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h
    commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.h
    commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc
    commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.h
    commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc

Modified: commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt?rev=1243437&r1=1243436&r2=1243437&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt (original)
+++ commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt Mon Feb 13 08:53:55 2012
@@ -79,6 +79,8 @@ NEW FEATURES:
 
 BUG FIXES:
 
+1.0.10:
+
 1.0.9: DAEMON-232, DAEMON-233, DAEMON-234, DAEMON-237, DAEMON-240
 
 1.0.8: DAEMON-195, DAEMON-215, DAEMON-216, DAEMON-218, DAEMON-219, DAEMON-220,

Modified: commons/proper/daemon/branches/1.0.x/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/build.xml?rev=1243437&r1=1243436&r2=1243437&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/build.xml (original)
+++ commons/proper/daemon/branches/1.0.x/build.xml Mon Feb 13 08:53:55 2012
@@ -59,7 +59,7 @@
   <property name="component.title"         value="Java Daemons"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="1.0.9"/>
+  <property name="component.version"       value="1.0.10-SNAPSHOT"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="target"/>

Modified: commons/proper/daemon/branches/1.0.x/doap_daemon.rdf
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/doap_daemon.rdf?rev=1243437&r1=1243436&r2=1243437&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/doap_daemon.rdf (original)
+++ commons/proper/daemon/branches/1.0.x/doap_daemon.rdf Mon Feb 13 08:53:55 2012
@@ -36,6 +36,16 @@
     <release>
       <Version>
         <name>commons-daemon</name>
+        <created>2012-02-13</created>
+        <revision>1.0.9</revision>
+      </Version>
+      <Version>
+        <name>commons-daemon</name>
+        <created>2011-11-23</created>
+        <revision>1.0.8</revision>
+      </Version>
+      <Version>
+        <name>commons-daemon</name>
         <created>2011-08-12</created>
         <revision>1.0.7</revision>
       </Version>

Modified: commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h?rev=1243437&r1=1243436&r2=1243437&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h (original)
+++ commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h Mon Feb 13 08:53:55 2012
@@ -31,7 +31,7 @@
 #define JSVC_MINOR_VERSION      0
 
 /** patch level */
-#define JSVC_PATCH_VERSION      8
+#define JSVC_PATCH_VERSION     10
 
 /**
  *  This symbol is defined for internal, "development" copies of JSVC.

Modified: commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.h
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.h?rev=1243437&r1=1243436&r2=1243437&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.h (original)
+++ commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.h Mon Feb 13 08:53:55 2012
@@ -24,7 +24,7 @@
 #define _PRUNMGR_H
 
 #undef  PRG_VERSION
-#define PRG_VERSION    "1.0.8.0"
+#define PRG_VERSION    "1.0.10.0"
 #define PRG_REGROOT   L"Apache Software Foundation\\Procrun 2.0"
 
 #define IDM_TM_EXIT                     2000

Modified: commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc?rev=1243437&r1=1243436&r2=1243437&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc (original)
+++ commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunmgr/prunmgr.rc Mon Feb 13 08:53:55 2012
@@ -228,7 +228,7 @@ END
 STRINGTABLE
 BEGIN
     IDS_APPLICATION     RSTR_PSM
-    IDS_APPVERSION      "Version 1.0.9"
+    IDS_APPVERSION      "Version 1.0.10"
     IDS_APPFULLNAME     RSTR_PSM " Version " PRG_VERSION
     IDS_APPCOPYRIGHT    "Copyright (c) 2000-2012 The Apache Software Foundation"
     IDS_APPDESCRIPTION  "Apache Commons Daemon Service Management Tool"
@@ -259,8 +259,8 @@ BEGIN
 END
 
 1 VERSIONINFO
- FILEVERSION 1,0,9,0
- PRODUCTVERSION 1,0,9,0
+ FILEVERSION 1,0,10,0
+ PRODUCTVERSION 1,0,10,0
  FILEFLAGSMASK 0x3fL
 #if defined(_DEBUG)
  FILEFLAGS 0x03L

Modified: commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.h
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.h?rev=1243437&r1=1243436&r2=1243437&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.h (original)
+++ commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.h Mon Feb 13 08:53:55 2012
@@ -25,7 +25,7 @@
 #define _PRUNSRV_H
 
 #undef  PRG_VERSION
-#define PRG_VERSION    "1.0.9.0"
+#define PRG_VERSION    "1.0.10.0"
 #define PRG_REGROOT   L"Apache Software Foundation\\Procrun 2.0"
 
 #endif /* _PRUNSRV_H */

Modified: commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc?rev=1243437&r1=1243436&r2=1243437&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc (original)
+++ commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/prunsrv.rc Mon Feb 13 08:53:55 2012
@@ -22,8 +22,8 @@
 IDI_MAINICON         ICON                   "../../resources/procrunw.ico"
 
 1 VERSIONINFO
- FILEVERSION 1,0,9,0
- PRODUCTVERSION 1,0,9,0
+ FILEVERSION 1,0,10,0
+ PRODUCTVERSION 1,0,10,0
  FILEFLAGSMASK 0x3fL
 #if defined(_DEBUG)
  FILEFLAGS 0x03L