From commits-return-20845-apmail-commons-commits-archive=commons.apache.org@commons.apache.org Mon Aug 1 19:38:36 2011
Return-Path:
X-Original-To: apmail-commons-commits-archive@minotaur.apache.org
Delivered-To: apmail-commons-commits-archive@minotaur.apache.org
Received: from mail.apache.org (hermes.apache.org [140.211.11.3])
by minotaur.apache.org (Postfix) with SMTP id AB7527342
for ; Mon, 1 Aug 2011 19:38:36 +0000 (UTC)
Received: (qmail 20513 invoked by uid 500); 1 Aug 2011 19:38:36 -0000
Delivered-To: apmail-commons-commits-archive@commons.apache.org
Received: (qmail 20391 invoked by uid 500); 1 Aug 2011 19:38:35 -0000
Mailing-List: contact commits-help@commons.apache.org; run by ezmlm
Precedence: bulk
List-Help:
List-Unsubscribe:
List-Post:
List-Id:
Reply-To: dev@commons.apache.org
Delivered-To: mailing list commits@commons.apache.org
Received: (qmail 20384 invoked by uid 99); 1 Aug 2011 19:38:35 -0000
Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136)
by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 19:38:35 +0000
X-ASF-Spam-Status: No, hits=-2000.0 required=5.0
tests=ALL_TRUSTED
X-Spam-Check-By: apache.org
Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4)
by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 19:38:34 +0000
Received: from eris.apache.org (localhost [127.0.0.1])
by eris.apache.org (Postfix) with ESMTP id CA5A023888C2
for ; Mon, 1 Aug 2011 19:38:13 +0000 (UTC)
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: svn commit: r1152906 - in /commons/proper/daemon/trunk: ./ src/native/unix/
src/native/unix/native/ src/native/windows/apps/prunmgr/
src/native/windows/apps/prunsrv/ src/site/xdoc/
Date: Mon, 01 Aug 2011 19:38:13 -0000
To: commits@commons.apache.org
From: mturk@apache.org
X-Mailer: svnmailer-1.0.8
Message-Id: <20110801193813.CA5A023888C2@eris.apache.org>
Author: mturk
Date: Mon Aug 1 19:38:09 2011
New Revision: 1152906
URL: http://svn.apache.org/viewvc?rev=1152906&view=rev
Log:
Bump the version numbers
Modified:
commons/proper/daemon/trunk/RELEASE-NOTES.txt
commons/proper/daemon/trunk/build.xml
commons/proper/daemon/trunk/src/native/unix/CHANGES.txt
commons/proper/daemon/trunk/src/native/unix/native/version.h
commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.h
commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.rc
commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.rc
commons/proper/daemon/trunk/src/site/xdoc/download_daemon.xml
Modified: commons/proper/daemon/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/RELEASE-NOTES.txt?rev=1152906&r1=1152905&r2=1152906&view=diff
==============================================================================
--- commons/proper/daemon/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/daemon/trunk/RELEASE-NOTES.txt Mon Aug 1 19:38:09 2011
@@ -1,7 +1,7 @@
$Id$
Commons Daemon Package
- Version 1.0.6
+ Version 1.0.7
Release Notes
Modified: commons/proper/daemon/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/build.xml?rev=1152906&r1=1152905&r2=1152906&view=diff
==============================================================================
--- commons/proper/daemon/trunk/build.xml (original)
+++ commons/proper/daemon/trunk/build.xml Mon Aug 1 19:38:09 2011
@@ -59,7 +59,7 @@
-
+
Modified: commons/proper/daemon/trunk/src/native/unix/CHANGES.txt
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/unix/CHANGES.txt?rev=1152906&r1=1152905&r2=1152906&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/unix/CHANGES.txt (original)
+++ commons/proper/daemon/trunk/src/native/unix/CHANGES.txt Mon Aug 1 19:38:09 2011
@@ -1,6 +1,9 @@
APACHE COMMONS DAEMON (UNIX) CHANGELOG:
Last modified at [$Date$]
+Changes with 1.0.7
+
+
Changes with 1.0.6
* Fix syslog infinite loop (DAEMON-194)
* Fix syslog invalid descriptors (DAEMON-186)
Modified: commons/proper/daemon/trunk/src/native/unix/native/version.h
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/unix/native/version.h?rev=1152906&r1=1152905&r2=1152906&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/unix/native/version.h (original)
+++ commons/proper/daemon/trunk/src/native/unix/native/version.h Mon Aug 1 19:38:09 2011
@@ -31,7 +31,7 @@
#define JSVC_MINOR_VERSION 0
/** patch level */
-#define JSVC_PATCH_VERSION 6
+#define JSVC_PATCH_VERSION 7
/**
* This symbol is defined for internal, "development" copies of JSVC.
Modified: commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.h
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.h?rev=1152906&r1=1152905&r2=1152906&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.h (original)
+++ commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.h Mon Aug 1 19:38:09 2011
@@ -24,7 +24,7 @@
#define _PRUNMGR_H
#undef PRG_VERSION
-#define PRG_VERSION "1.0.6.0"
+#define PRG_VERSION "1.0.7.0"
#define PRG_REGROOT L"Apache Software Foundation\\Procrun 2.0"
#define IDM_TM_EXIT 2000
Modified: commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.rc
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.rc?rev=1152906&r1=1152905&r2=1152906&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.rc (original)
+++ commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.rc Mon Aug 1 19:38:09 2011
@@ -228,7 +228,7 @@ END
STRINGTABLE
BEGIN
IDS_APPLICATION RSTR_PSM
- IDS_APPVERSION "Version 1.0.6-dev"
+ IDS_APPVERSION "Version 1.0.7"
IDS_APPFULLNAME RSTR_PSM " Version " PRG_VERSION
IDS_APPCOPYRIGHT "Copyright (c) 2000-2011 The Apache Software Foundation"
IDS_APPDESCRIPTION "Apache Commons Daemon Service Management Tool"
@@ -259,8 +259,8 @@ BEGIN
END
1 VERSIONINFO
- FILEVERSION 1,0,6,0
- PRODUCTVERSION 1,0,6,0
+ FILEVERSION 1,0,7,0
+ PRODUCTVERSION 1,0,7,0
FILEFLAGSMASK 0x3fL
#if defined(_DEBUG)
FILEFLAGS 0x03L
Modified: commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.rc
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.rc?rev=1152906&r1=1152905&r2=1152906&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.rc (original)
+++ commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.rc Mon Aug 1 19:38:09 2011
@@ -22,8 +22,8 @@
IDI_MAINICON ICON "../../resources/procrunw.ico"
1 VERSIONINFO
- FILEVERSION 1,0,6,0
- PRODUCTVERSION 1,0,6,0
+ FILEVERSION 1,0,7,0
+ PRODUCTVERSION 1,0,7,0
FILEFLAGSMASK 0x3fL
#if defined(_DEBUG)
FILEFLAGS 0x03L
Modified: commons/proper/daemon/trunk/src/site/xdoc/download_daemon.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/download_daemon.xml?rev=1152906&r1=1152905&r2=1152906&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/download_daemon.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/download_daemon.xml Mon Aug 1 19:38:09 2011
@@ -95,18 +95,18 @@ limitations under the License.
-