From 21fbb1d7ed23de67f3a8237139ff154d5da16b08 Mon Sep 17 00:00:00 2001 From: auroux Date: Thu, 27 Mar 2008 22:34:26 +0000 Subject: [PATCH] Bugfixes: release 0.4.2.1. --- ChangeLog | 4 ++++ NEWS | 2 +- README | 2 +- configure.in | 2 +- html-doc/manual.html | 9 ++++++++- src/TODO | 9 +++++++++ src/xo-callbacks.c | 8 ++++---- src/xo-paint.c | 3 ++- 8 files changed, 30 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3d65b56..b7b94e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Version 0.4.2.1 (Mar 27, 2008): + - bugfix for #1926757 (crash upon pasting variable-width stroke) + - bugfix: set ruler/recognizer setting to default upon switching tools + Version 0.4.2 (Mar 25, 2008): - bugfixes for X.org 7.3; allow XInput and core events in reverse order - resize selection (patch contributed by Andy Neitzke) diff --git a/NEWS b/NEWS index 8adf320..89600d4 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 0.4.2 (March 25, 2008) +Version 0.4.2.1 (March 27, 2008) Installation: see INSTALL User's manual: see html-doc/manual.html diff --git a/README b/README index 8adf320..89600d4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Version 0.4.2 (March 25, 2008) +Version 0.4.2.1 (March 27, 2008) Installation: see INSTALL User's manual: see html-doc/manual.html diff --git a/configure.in b/configure.in index 66c9057..b85ae36 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(configure.in) -AM_INIT_AUTOMAKE(xournal, 0.4.2) +AM_INIT_AUTOMAKE(xournal, 0.4.2.1) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE diff --git a/html-doc/manual.html b/html-doc/manual.html index f043617..ce3edc1 100644 --- a/html-doc/manual.html +++ b/html-doc/manual.html @@ -24,7 +24,7 @@ Xournal User's Manual

- Version 0.4.2 + Version 0.4.2.1


@@ -580,6 +580,13 @@ Bug reports and suggestions can also be submitted on Xournal's

Version history

+Version 0.4.2.1 (Mar 27, 2008): +

+

+

Version 0.4.2 (Mar 25, 2008):