From 9f42f6b87d89b9957b266896e75aea3b16d86ab2 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Thu, 6 Feb 2014 20:22:19 +0100 Subject: [PATCH] Release version 0.4.2. --- NEWS | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0748263..2208dae 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +Version 0.4.2 (2014-02-06) +========================== + +The v0.4.2 release is a bugfix release. + +Bug fixes: + + * [iconhd] Use only 12 bits for the temperature. + * [d9] Identify event 0x07 on Suunto d9-style computers as Below Floor. + * [iconhd] Add Mares Puck 2 dive computer + * [misc] Disable the cancellation callback during shutdown. + * [misc] Add cancellation support to several backends. + * [atom2] Fix the memory layout for the Atom 3.x and VT4.x. + * [atom2] Mark the Oceanic Veo 2.0 as a non air integrated model. + * [iconhd] Fix the memory layout descriptors. + * [atom2] Add support for the Sherwood Amphos. + * [atom2] Add support for the Oceanic OCi. + * [smart] Add support for a new Uwatec Aladin 2G variant. + * [shearwater] Buffer the slip packet before sending. + * [shearwater] Use the correct vtable for the Shearwater Petrel. + * [iconhd] Adds support for DC_FIELD_ATMOSPHERIC to the iconhd parser + * [iconhd] Fix units for atmospheric pressure for iconhd type + * [n2ition3] Add support for the Scubapro XTender 5. + * [leonardo] Use only 11 bits for the depth. + * [iconhd] Add iconhd gas change event + * [atom2] Fix the memory layout for the VT4.x. + * [eon] Remove the infinite timeout. + * [eon] Improve the progress events. + Version 0.4.1 (2013-07-01) ========================== diff --git a/configure.ac b/configure.ac index dd08484..872f797 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ m4_define([dc_version_major],[0]) m4_define([dc_version_minor],[4]) m4_define([dc_version_micro],[2]) -m4_define([dc_version_suffix],[devel]) +m4_define([dc_version_suffix],[]) m4_define([dc_version],dc_version_major.dc_version_minor.dc_version_micro[]m4_ifset([dc_version_suffix],-[dc_version_suffix])) # Libtool versioning.