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 2013/02/06 06:30:37 UTC

svn commit: r1442845 - in /commons/proper/daemon/branches/1.0.x: RELEASE-NOTES.txt build.xml src/native/unix/native/version.h src/site/xdoc/binaries.xml src/site/xdoc/download_daemon.xml

Author: mturk
Date: Wed Feb  6 05:30:36 2013
New Revision: 1442845

URL: http://svn.apache.org/viewvc?rev=1442845&view=rev
Log:
Update versions to 1.0.13

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/src/native/unix/native/version.h
    commons/proper/daemon/branches/1.0.x/src/site/xdoc/binaries.xml
    commons/proper/daemon/branches/1.0.x/src/site/xdoc/download_daemon.xml

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=1442845&r1=1442844&r2=1442845&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt (original)
+++ commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt Wed Feb  6 05:30:36 2013
@@ -1,5 +1,5 @@
             Apache Commons Daemon
-               Version 1.0.12
+               Version 1.0.13
                Release Notes
 
 
@@ -84,6 +84,8 @@ NEW FEATURES:
 
 BUG FIXES:
 
+1.0.13: DAEMON-276
+
 1.0.12: DAEMON-268, DAEMON-272, DAEMON-274
 
 1.0.11: DAEMON-244, DAEMON-246, DAEMON-247, DAEMON-252, DAEMON-253, DAEMON-254,

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=1442845&r1=1442844&r2=1442845&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/build.xml (original)
+++ commons/proper/daemon/branches/1.0.x/build.xml Wed Feb  6 05:30:36 2013
@@ -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.12"/>
+  <property name="component.version"       value="1.0.13"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="target"/>

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=1442845&r1=1442844&r2=1442845&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 Wed Feb  6 05:30:36 2013
@@ -31,7 +31,7 @@
 #define JSVC_MINOR_VERSION      0
 
 /** patch level */
-#define JSVC_PATCH_VERSION     12
+#define JSVC_PATCH_VERSION     13
 
 /**
  *  This symbol is defined for internal, "development" copies of JSVC.

Modified: commons/proper/daemon/branches/1.0.x/src/site/xdoc/binaries.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/site/xdoc/binaries.xml?rev=1442845&r1=1442844&r2=1442845&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/site/xdoc/binaries.xml (original)
+++ commons/proper/daemon/branches/1.0.x/src/site/xdoc/binaries.xml Wed Feb  6 05:30:36 2013
@@ -32,7 +32,7 @@ you will find subdirectories containing 
 corresponding to your operating system. If your machine is not in the list,
 please mail us and we will try to make it available, or you can try to build it on your own.
 The non-Windows files are compressed tar files. They are named <code>commons-daemon-m.n.p-bin-os-hw.tar.gz</code>.
-For example: In the directory <code>linux</code> we have <code>commons-daemon-1.0.11-bin-linux-i686.tar.gz</code>
+For example: In the directory <code>linux</code> we have <code>commons-daemon-1.0.13-bin-linux-i686.tar.gz</code>
 That is a file suitable for a Linux system running on Intel hardware.
 Windows builds are provided as a zip file.
 </p>
@@ -57,7 +57,7 @@ Do the following:
 </subsection>
 <subsection name="procrun">
 <p>
-The Windows archive (e.g. commons-daemon-1.0.11-bin-windows.zip) contains 2 different executables:
+The Windows archive (e.g. commons-daemon-1.0.13-bin-windows.zip) contains 2 different executables:
 <ul>
 <li>prunsrv.exe - service application for running applications as services.</li>
 <li>prunmgr.exe - the GUI manager application used to monitor and configure installed services.</li>

Modified: commons/proper/daemon/branches/1.0.x/src/site/xdoc/download_daemon.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/site/xdoc/download_daemon.xml?rev=1442845&r1=1442844&r2=1442845&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/site/xdoc/download_daemon.xml (original)
+++ commons/proper/daemon/branches/1.0.x/src/site/xdoc/download_daemon.xml Wed Feb  6 05:30:36 2013
@@ -95,32 +95,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Commons Daemon 1.0.12 ">
+    <section name="Commons Daemon 1.0.13 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/daemon/binaries/commons-daemon-1.0.12-bin.tar.gz">commons-daemon-1.0.12-bin.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.0.12-bin.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.0.12-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/daemon/binaries/commons-daemon-1.0.13-bin.tar.gz">commons-daemon-1.0.13-bin.tar.gz</a></td>
+              <td><a href="http://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.0.13-bin.tar.gz.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.0.13-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/daemon/binaries/commons-daemon-1.0.12-bin.zip">commons-daemon-1.0.12-bin.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.0.12-bin.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.0.12-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/daemon/binaries/commons-daemon-1.0.13-bin.zip">commons-daemon-1.0.13-bin.zip</a></td>
+              <td><a href="http://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.0.13-bin.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/daemon/binaries/commons-daemon-1.0.13-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/daemon/source/commons-daemon-1.0.12-src.tar.gz">commons-daemon-1.0.12-src.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/daemon/source/commons-daemon-1.0.12-src.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/daemon/source/commons-daemon-1.0.12-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/daemon/source/commons-daemon-1.0.13-src.tar.gz">commons-daemon-1.0.13-src.tar.gz</a></td>
+              <td><a href="http://www.apache.org/dist/commons/daemon/source/commons-daemon-1.0.13-src.tar.gz.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/daemon/source/commons-daemon-1.0.13-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/daemon/source/commons-daemon-1.0.12-src.zip">commons-daemon-1.0.12-src.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/daemon/source/commons-daemon-1.0.12-src.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/daemon/source/commons-daemon-1.0.12-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/daemon/source/commons-daemon-1.0.13-src.zip">commons-daemon-1.0.13-src.zip</a></td>
+              <td><a href="http://www.apache.org/dist/commons/daemon/source/commons-daemon-1.0.13-src.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/daemon/source/commons-daemon-1.0.13-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>