diff --git a/appinfo.properties b/appinfo.properties index 575ca356..3319f115 100644 --- a/appinfo.properties +++ b/appinfo.properties @@ -1,10 +1,10 @@ #Everything can be manually updated except buildnum and builddate. -#Tue, 09 Apr 2019 17:16:24 +0200 -program.BUILDNUM=1673 +#Wed, 10 Apr 2019 16:03:58 +0200 +program.BUILDNUM=1674 program.AUTHOR=Morten Johannes Ervik, CSU/IARC -program.BUILDDATE=20190409171624 +program.BUILDDATE=20190410160358 program.DESCRIPTION=CanReg5 is a multi user, multi platform, open source tool to input, store, check and analyse cancer registry data. program.COPYRIGHT=2008-2019 -program.VERSION=5.00.44BETA2 +program.VERSION=5.00.44BETA3 program.COMPANY=International Agency for Research on Cancer program.PROGNAME=CanReg diff --git a/buildnumber.properties b/buildnumber.properties index ee274cbe..c9644fd0 100644 --- a/buildnumber.properties +++ b/buildnumber.properties @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Tue Apr 09 17:16:24 CEST 2019 -build.number=1674 +#Wed Apr 10 16:03:58 CEST 2019 +build.number=1675 diff --git a/changelog.txt b/changelog.txt index ce646087..357291f6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,11 +1,13 @@ Changelog -5.00.44BETA2 -- Data visualizations in R are now translated to Spanish and Portuguese. +5.00.44BETA3 +- Data visualizations in R are now translated to Russian, Spanish and Portuguese. - As usual, defaults to English if no language is available. - Memory leaks fixed. - Remote sessions are automatically logged out if connection drops. - Warning message when trying to add duplicate short names of variables -- also across tables. +- Fixed a bug where existing source records could dissapear during import. +- Added a very simple ADHOC database for data analysis/quality control. - Rcan updated to 1.3.64 - jcalendar updated - Various fixes.