Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4231 - trunk/packaging/deb/geant2-java-rrd-ma

Subject: perfsonar development work

List archive

perfsonar: r4231 - trunk/packaging/deb/geant2-java-rrd-ma


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4231 - trunk/packaging/deb/geant2-java-rrd-ma
  • Date: Thu, 17 Jul 2008 06:51:22 -0400

Author: roman
Date: 2008-07-17 06:51:22 -0400 (Thu, 17 Jul 2008)
New Revision: 4231

Modified:
trunk/packaging/deb/geant2-java-rrd-ma/changelog
trunk/packaging/deb/geant2-java-rrd-ma/postinst
Log:
change log updated


Modified: trunk/packaging/deb/geant2-java-rrd-ma/changelog
===================================================================
--- trunk/packaging/deb/geant2-java-rrd-ma/changelog 2008-07-17 10:13:18
UTC (rev 4230)
+++ trunk/packaging/deb/geant2-java-rrd-ma/changelog 2008-07-17 10:51:22
UTC (rev 4231)
@@ -1,5 +1,102 @@
-geant2-java-rrd-ma (3.1-1) unstable; urgency=low
+geant2-java-rrd-ma (3.1-1) stable; urgency=low

- * initial release
+ * New: EchoRequest message allows now checking: if eXist database is
running and the count the content of metadata configuration file; access data
from random RRD file. It is also possible to request a self-test including
all above.
+ * New: parameter keyword introduced in metadata block to indicate
project/organisation name
+ * New: new request MeasurementArchiveStoreRequest switched off by default
+ * New: performance improvements for MetadataKeyRequest message which
fetches all metadata elements
+ * Change: format of log messages changed
+ * Change: use of pSbase v1.0.20080630
+ * Change: obsolete authRealm removed from metadata configuration file

- -- Roman Lapacz
<>
Tue, 14 Jul 2008 14:46:48 +0200
+ -- Roman Lapacz
<>
Thu, 17 Jul 2008 12:00:00 +0200
+
+geant2-java-rrd-ma (3.0-1) stable; urgency=low
+
+ * New: support of ErrorResponse message type (use of perfsonar-base
library version 1.0.20080310)
+ * New: netutil namespace of datum element in the response containing
utilization value is used.
+ * New: WebAdmin administration (set of servlets) added
+ * New: RPM is used as the installation package
+ * New: support of AuthN functionality
+ * Change: supportedEventTypes parameter in metadata element (in metadata
cofiguration file) replaced with eventType element (the parameter is still
supported)
+ * Change: LS register component can now take metadata elements from xml
database directly (not only from XML metadata config file)
+ * Change: LS register interval time updated (now it's 12 hours)
+ * Change: service name has changed (now it is geant2-java-rrd-ma)
+
+ -- Roman Lapacz
<>
Mon, 10 Mar 2008 12:00:00 +0200
+
+geant2-java-rrd-ma (2.3.2-1) stable; urgency=low
+
+ * New: the dump of rrd test file added
+ * Fixed Bug #264: bulding the rrdjtool library for 64 bit arch fixed
+
+ -- Roman Lapacz
<>
Fri, 23 Nov 2007 12:00:00 +0200
+
+geant2-java-rrd-ma (2.3.1-1) stable; urgency=low
+
+ * Fixed Bug #243: problem with static default context name of eXist in URL
address fixed
+
+ -- Roman Lapacz
<>
Fri, 26 Oct 2007 12:00:00 +0200
+
+geant2-java-rrd-ma (2.3-1) stable; urgency=low
+
+ * New: support for two additional characteristics: ifErrors and ifDiscards
+ * New: new RRD test file to reflect new characteristics
+ * New: eventType paremeter added to the key
+ * Change: nmwg namespace for utilization datum element
+ * Change: defaultly all log messages are collected in one log file
+ * Change: defaultly debug log level is switched off
+ * Change: base chanining switched on, propert in service.properties exist
to switch it off
+ * Change: eventType URL-based only
+ * Change: service moved to new SVN structure
+ * Change: ant scripts improved
+ * Change: namespace of datum elements in SetupDataResponse message tied to
eventType value
+ * Change: supportedEventType parameter replaced by eventType element in
metadata config file (excluding utilization). But service supports both
+ * Change: use of new versions of base and NMWG libraries
+ * Change: if 'jar' target is called and const.properties file does not
exist then const.properties.template is renamed into const.properties before
compilation
+ * Change: new parameters set in data element in SetupDataResponse message
containing general parameters used to create rrd file
+ * Change: updated support for LookupInfoRequest to include all service
properties
+ * Change: service can generate keys with parameters elements of different
namespaces
+ * Fixed Bug #102: missing data in response
+ * Fixed Bug #103: missing data in response
+ * Fixed Bug #150: time interval shifted
+ * Fixed Bug #157: namespace declaration
+ * Fixed Bug #195: directories structure
+ * Fixed Bug #198: exist database installation and initialisation
limitations
+ * Fixed Bug #221: supportedEventType vs eventType compatibility issue
+
+ -- Roman Lapacz
<>
Wed, 24 Oct 2007 12:00:00 +0200
+
+geant2-java-rrd-ma (2.2-1) stable; urgency=low
+
+ * Change: default log4j parameters updated; can generate 11 archive log
files for each log level (500KB each)
+ * Change: bug of wrong Context of exist war file fixed
+ * Change: bug of wrong data source name when writing data into new RRD
file fixed. Using new eventType was causing a problem while storing new data
in RRD MA
+
+ -- Roman Lapacz
<>
Tue, 22 May 2007 12:00:00 +0200
+
+geant2-java-rrd-ma (2.1-1) stable; urgency=low
+
+ * New: Support for LookupInfoRequest for getting general information about
the service
+ * New: Key contains optional parameters describing RRD file: step, data
type, heartbeat, min and max value
+ * New: Configure script asks for service description, contact email and
organization name
+ * New: Iso time type support
+ * Change: using only one exception class
+
+ -- Roman Lapacz
<>
Tue, 15 May 2007 12:00:00 +0200
+
+geant2-java-rrd-ma (2.0-1) stable; urgency=low
+
+ * New: Lookup Service registration
+ * New: pre-install, configure, deploy, test steps in installation process
+ * New: echoRequest functionality
+ * New: 64-bit Linux support for building the rrdjtool library
+ * New: result codes
+ * New: support for mulitple service in one Tomcat instance
+ * New: removing whitespaces such as newline, tabs, etc that are present in
the request messages
+ * Change: support for new utilization evenType value naming scheme
+ * Change: log4J configuration in log4j.properties
+ * Fixed Bug #108: installation process
+ * Fixed Bug #109: installation process
+
+ -- Roman Lapacz
<>
Wed, 21 Mar 2007 12:00:00 +0200
+

Modified: trunk/packaging/deb/geant2-java-rrd-ma/postinst
===================================================================
--- trunk/packaging/deb/geant2-java-rrd-ma/postinst 2008-07-17 10:13:18
UTC (rev 4230)
+++ trunk/packaging/deb/geant2-java-rrd-ma/postinst 2008-07-17 10:51:22
UTC (rev 4231)
@@ -21,7 +21,7 @@
case "$1" in
configure)
ln -s
/var/lib/tomcat5.5/webapps/geant2-java-rrd-ma/WEB-INF/classes/perfsonar/conf
/etc/geant2-java-rrd-ma || true
- gunzip /usr/share/doc/geant2-java-rrd-ma/samples/rrd/*.gz
+ gunzip -f /usr/share/doc/geant2-java-rrd-ma/samples/rrd/*.gz
chown -R tomcat55
/var/lib/tomcat5.5/webapps/geant2-java-rrd-ma/WEB-INF/classes/perfsonar/conf
/etc/init.d/geant2-tomcat5.5 restart
;;



  • perfsonar: r4231 - trunk/packaging/deb/geant2-java-rrd-ma, svnlog, 07/17/2008

Archive powered by MHonArc 2.6.16.

Top of Page