summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-06-22 08:57:26 +0200
committerLars-Dominik Braun <lars@6xq.net>2018-06-22 08:57:26 +0200
commit80d5d507c8bbb67c0f3cc067e81caa5955e68b31 (patch)
tree6d20261a73cc3ecabfa648f9fd57c328c05c18c2
parent38b16f9957a7bad74e337100b497ffc04ceb9a54 (diff)
downloadpianobar-80d5d507c8bbb67c0f3cc067e81caa5955e68b31.tar.gz
pianobar-80d5d507c8bbb67c0f3cc067e81caa5955e68b31.tar.bz2
pianobar-80d5d507c8bbb67c0f3cc067e81caa5955e68b31.zip
Release 2018.06.222018.06.22
HAPPY 10TH BIRTHDAY PIANOBAR! It’s first public release was created on 2008-06-05. So I’m slightly late to the party. Sorry about that. Also, I never thought a piece of software *I* wrote would last that long.
-rw-r--r--ChangeLog7
-rw-r--r--src/config.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f6e8309..0b50b1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Release 2018.06.22
+
+- Happy 10th birthday pianobar!
+- Add network timeouts and retries
+- Fix cross-thread memory access
+- Misc UI and documentation improvements
+
Release 2017.08.30
- Support binding to specific network interface, see config option bind_to
diff --git a/src/config.h b/src/config.h
index 9087d50..0918560 100644
--- a/src/config.h
+++ b/src/config.h
@@ -3,7 +3,7 @@
/* package name */
#define PACKAGE "pianobar"
-#define VERSION "2017.08.30-dev"
+#define VERSION "2018.06.22"
/* glibc feature test macros, define _before_ including other files */
#define _POSIX_C_SOURCE 200809L