summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-08 15:32:56 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-08 15:32:56 +0100
commit80f27f81cc7991f52e4a41c7f687681fd9c15a65 (patch)
tree479f8aaf7d740ec4ae593e1379c5b3f66af6334b
parentdab2055efda424112f30f3efc3e8ba8488fcb4b6 (diff)
Change the broadcast string so V2 only recognises V2 servers (and vice versa).
-rw-r--r--ChangeLog4
-rw-r--r--src/lib/util.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ccbbadc49..40bef2f3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-08 c.hetherington <cth@carlh.net>
+
+ * Stop V2 recognising V1 servers and vice versa (#510).
+
2015-07-07 Carl Hetherington <cth@carlh.net>
* Version 2.1.19 released.
diff --git a/src/lib/util.h b/src/lib/util.h
index 836823607..be21fc89a 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -51,7 +51,7 @@ namespace dcp {
/** The maximum number of audio channels that we can have in a DCP */
#define MAX_DCP_AUDIO_CHANNELS 12
/** Message broadcast to find possible encoding servers */
-#define DCPOMATIC_HELLO "Boys, you gotta learn not to talk to nuns that way"
+#define DCPOMATIC_HELLO "I mean really, Ray, it's used."
/** Number of films to keep in history */
#define HISTORY_SIZE 10
#define REPORT_PROBLEM _("Please report this problem by using Help -> Report a problem or via email to carl@dcpomatic.com")