summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2019-02-14 22:20:55 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2019-02-14 22:29:27 +0100
commit3d63ede5a890058809e2cf3412fa338d4dc10706 (patch)
treee98697e1c7aa6127707571f925bfae198a4a03ec
parent54ad4c5b857a4d610facaf802710aa5ea8e2f094 (diff)
release 2.1.8
-rw-r--r--CHANGELOG4
-rw-r--r--build/debian/changelog6
-rw-r--r--src/defs_version.h2
3 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3adb276ff7..8359a036d3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+==== 2.1.8 2019-02-14 ====
+
+* Fix a rare chance for a corrupt track file while writing metadata in out of disk situations. lp:1815305
+
==== 2.1.7 2019-01-15 ====
* Fix syncing to doublespeed lp:1808697
diff --git a/build/debian/changelog b/build/debian/changelog
index e054636581..0ccc87117d 100644
--- a/build/debian/changelog
+++ b/build/debian/changelog
@@ -1,3 +1,9 @@
+mixxx (2.1.8-0ubuntu1) bionic; urgency=medium
+
+ * New upstream release
+
+ -- Daniel Schürmann <daschuer@mixxx.org> Thu, 14 Feb 2019 22:14:49 +0100
+
mixxx (2.1.7-0ubuntu1) bionic; urgency=medium
* New upstream release
diff --git a/src/defs_version.h b/src/defs_version.h
index bce2e2c899..d50e695eb2 100644
--- a/src/defs_version.h
+++ b/src/defs_version.h
@@ -54,5 +54,5 @@
// READ ABOVE CAREFULLY BEFORE CHANGING!
// USE 3 DIGITS VERSION ONLY /!\ _
- #define MIXXX_VERSION "2.1.7"
+ #define MIXXX_VERSION "2.1.8"
#endif