Strabon

changeset 1437:0f5d155b0feb

updated ChangeLog
author Stella Giannakopoulou <sgian@di.uoa.gr>
date Wed Oct 22 12:46:56 2014 +0300 (2014-10-22)
parents 1f370b2e7e9c
children 026a89d023b3
files ChangeLog runtime/src/main/resources/log4j.properties
line diff
     1.1 --- a/ChangeLog	Wed Oct 22 12:31:13 2014 +0300
     1.2 +++ b/ChangeLog	Wed Oct 22 12:46:56 2014 +0300
     1.3 @@ -1,3 +1,7 @@
     1.4 +	* Fixed a bug that would not return the correct result or would fail 
     1.5 +	  when a spatial function involved a constant and a variable.
     1.6 +	  (bug #74: http://bug.strabon.di.uoa.gr/ticket/74)
     1.7 +
     1.8  	* Fixed a bug that would not return the correct spatial datatype of a
     1.9  	  projected geometry literal stored in the database.
    1.10  	  (bug #71: http://bug.strabon.di.uoa.gr/ticket/71)
     2.1 --- a/runtime/src/main/resources/log4j.properties	Wed Oct 22 12:31:13 2014 +0300
     2.2 +++ b/runtime/src/main/resources/log4j.properties	Wed Oct 22 12:46:56 2014 +0300
     2.3 @@ -1,7 +1,7 @@
     2.4  # logger level values: OFF, ERROR, WARN, INFO, DEBUG, ALL
     2.5  #log4j.rootLogger=ALL, CA
     2.6 -#log4j.rootLogger=DEBUG, CA
     2.7 -log4j.rootLogger=INFO, CA
     2.8 +log4j.rootLogger=DEBUG, CA
     2.9 +#log4j.rootLogger=INFO, CA
    2.10  
    2.11  # Console Appender
    2.12  log4j.appender.CA=org.apache.log4j.ConsoleAppender