Skip to content

Commit

Permalink
Update Copyright, set revision to tag now
Browse files Browse the repository at this point in the history
  • Loading branch information
wrowe committed Nov 18, 2015
1 parent 7838e7c commit ff10878
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion NOTICE-BMX.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod_bmx Monitoring Module for Apache
Copyright (c) 2007 Hyperic, Inc.
Copyright (c) 2007 Codemass, Inc.
Copyright (c) 2012 VMware, Inc.
Copyright (c) 2012-2015 VMware, Inc.

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
19 changes: 11 additions & 8 deletions STATUS-BMX.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ mod_bmx 1.0.0 STATUS: -*-text-*-

Releases:

* 0.9.6 - Tagged RC7 2015-11-18
* 0.9.5 - Tagged RC6 2012-06-30
* 0.9.4 - Tagged RC5 2012-06-25
* 0.9.3 - Tagged RC4 2012-03-14
Expand All @@ -26,6 +27,14 @@ Release Showstoppers:

Wishlist for 1.0.0 release:

* Adopt socache APIs for storing persistent data, such as selection between
a DBM or SHM, for httpd 2.4 and beyond. Use this as well in 2.2 if the
user toggles the option (as socache modules have been backported).

* Adopt ap_mutex management for transparent selection of locking mechanics
for httpd 2.4 and beyond. Use this as well in 2.2 if user toggles the
option (as the mod_mutex backport provides this option).

* Drop duplicate 'global' record keeping; either the caller or bmx/status
reporting sections should sum that tally, reducing the lock hold time.

Expand All @@ -38,14 +47,6 @@ Wishlist for 1.0.0 release:

* Correct request data collection; missing HTTP request/header byte counts.

* Adopt socache APIs for storing persistent data, such as selection between
a DBM or SHM, for httpd 2.4 and beyond. Use this as well in 2.2 if the
user toggles the option (as socache modules have been backported).

* Adopt ap_mutex management for transparent selection of locking mechanics
for httpd 2.4 and beyond. Use this as well in 2.2 if user toggles the
option (as the mod_mutex backport provides this option).

Wishlist:

* Add support for disabling/enabling for particular VHosts in mod_bmx_vhost.
Expand Down Expand Up @@ -194,3 +195,5 @@ Version 0.9.6:

* Distinguish identical hostnames across multiple ports [maximebeck, jfclere]

* Introduce httpd project styled docs for merging into httpd/manual [wrowe]

4 changes: 2 additions & 2 deletions modules/bmx/mod_bmx.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
#include "apr_general.h" /* stringify */

#define MODBMX_COPYRIGHT \
"Copyright 2012 VMware, Inc."
"Copyright 2012-2015 VMware, Inc."

#define MODBMX_VERSION_MAJOR 0
#define MODBMX_VERSION_MINOR 9
#define MODBMX_VERSION_SUBVER 6
#define MODBMX_VERSION_DEV 1
#define MODBMX_VERSION_DEV 0

#if MODBMX_VERSION_DEV
#define MODBMX_VERSION_DEVSTR "-dev"
Expand Down
2 changes: 1 addition & 1 deletion modules/bmx/mod_bmx.rc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ BEGIN
VALUE "FileDescription", LONG_NAME_STR "\0"
VALUE "FileVersion", MODBMX_REVISION "\0"
VALUE "InternalName", BIN_NAME_STR "\0"
VALUE "LegalCopyright", "Copyright 2012 VMware, Inc.\0"
VALUE "LegalCopyright", "Copyright 2012-2015 VMware, Inc.\0"
VALUE "OriginalFilename", BIN_NAME_STR "\0"
VALUE "ProductName", "BMX Monitoring Modules for Apache HTTP Server\0"
VALUE "ProductVersion", MODBMX_REVISION "\0"
Expand Down

0 comments on commit ff10878

Please sign in to comment.