Package: cronometer / 0.9.9+dfsg1-2

Metadata

Package Version Patches format
cronometer 0.9.9+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_no_mswin_taskdefs.diff | (download)

build.xml | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 don't generate windows executables
05_dont_check_for_updates.diff | (download)

src/ca/spaz/cron/CRONOMETER.java | 4 3 + 1 - 0 !
src/ca/spaz/cron/ui/SplashScreen.java | 2 2 + 0 - 0 !
src/ca/spaz/cron/user/UserManager.java | 9 7 + 2 - 0 !
3 files changed, 12 insertions(+), 3 deletions(-)

 we don't want our users manually upgrading cronometer through its
 own check-website-for-new-versions feature.
06_java9_compatibility.diff | (download)

build.xml | 2 1 + 1 - 0 !
src/ca/spaz/cron/ExportWizard.java | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 sets the source encoding and replaces sun.misc.base64encoder to fix the build failure with java 9
07_java21_compatibility.diff | (download)

build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 java 21 compatibility
08_jfreechart_1_5_compatibility.diff | (download)

src/ca/spaz/cron/metrics/BiomarkerPanel.java | 8 4 + 4 - 0 !
src/ca/spaz/cron/metrics/MetricChart.java | 8 4 + 4 - 0 !
src/ca/spaz/cron/metrics/MetricEditorOld.java | 4 2 + 2 - 0 !
3 files changed, 10 insertions(+), 10 deletions(-)

 adjust to newer jfreechart api