From c10cc874275439d708e6a453670211a611158522 Mon Sep 17 00:00:00 2001
From: Dirk Hohndel <dirk@hohndel.org>
Date: Tue, 17 Feb 2015 13:54:16 -0800
Subject: [PATCH] Get ready for Subsurface 4.4.1

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
---
 README                        |  8 ++++----
 ReleaseNotes/ReleaseNotes.txt | 27 ++++++++++++++++++++++++---
 subsurface.pro                |  2 +-
 3 files changed, 29 insertions(+), 8 deletions(-)

diff --git a/README b/README
index 71df24aef..26bb9b806 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-This is the README file for Subsurface 4.4 Beta 3
+This is the README file for Subsurface 4.4.1
 
 Please check the ReleaseNotes.txt for details about new features and
-changes since Subsurface 4.3
+changes since Subsurface 4.4 (and earlier versions).
 
 Subsurface can be found at http://subsurface-divelog.org
 
@@ -24,11 +24,11 @@ If you want the latest release (instead of the bleeding edge
 development version) you can either get this via git or the release tar
 ball. After cloning run the following command:
 
-git checkout v4.3  (or whatever the last release is)
+git checkout v4.4.1  (or whatever the last release is)
 
 or download a tar ball from:
 
-http://subsurface-divelog.org/downloads/Subsurface-4.3.tgz
+http://subsurface-divelog.org/downloads/Subsurface-4.4.1.tgz
 
 Detailed build instructions can be found in the INSTALL file.
 
diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt
index 428bd4c29..99e96f4fd 100644
--- a/ReleaseNotes/ReleaseNotes.txt
+++ b/ReleaseNotes/ReleaseNotes.txt
@@ -1,16 +1,37 @@
-// _Subsurface_ 4.4 Release Notes
+// _Subsurface_ 4.4.1 Release Notes
 
-_Subsurface_ 4.4 - February 2015
+_Subsurface_ 4.4.1 - February 2015
 --------------------------------
 
 The _Subsurface_ development team proudly announces
-the release of version 4.4 of _Subsurface_, an open
+the release of version 4.4.1 of _Subsurface_, an open
 source divelog and dive planning program for Windows, Mac and Linux.
 
 License: GPLv2
 
 _Subsurface_ can be found at: http://_Subsurface_-divelog.org
 
+This is just a small update to _Subsurface_ 4.4, mainly intended to update
+the user manual translations to be consistent with 4.4, to fix a small
+number of bugs and to update to the latest libdivecomputer.
+
+Some of the changes since _Subsurface_ 4.4
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Spanish, Russian and French translations of the user manual have been
+updated.
+
+Better and more flexible parsing of GPS coordinates.
+
+Small fixes to the HTML export.
+
+Fixed a problem where dives imported from some Shearwater dive computers
+would be considered CCR dives. For dives imported in the past, manually
+setting them to OC works around the issue.
+
+Several fixes to imports from other divelog, including importing from
+MacDive.
+
 Some of the changes since _Subsurface_ 4.3
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
diff --git a/subsurface.pro b/subsurface.pro
index 2cc6b0982..ed78bce4a 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -19,7 +19,7 @@ else: TARGET = subsurface
 
 QMAKE_CLEAN += $$TARGET
 
-VERSION = 4.4
+VERSION = 4.4.1
 
 HEADERS = \
 	cochran.h \