Change the broadcast string so V2 only recognises V2 servers (and vice versa).
authorCarl Hetherington <cth@carlh.net>
Wed, 8 Jul 2015 14:32:56 +0000 (15:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 8 Jul 2015 14:32:56 +0000 (15:32 +0100)
ChangeLog
src/lib/util.h

index ccbbadc49ad52584f9a954c670d01e6f9cbce492..40bef2f3f22ad9af73791f379b1c5b27e4599f18 100644 (file)
--- 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.
index 836823607e519128440f2265b6f7c2839cc8890a..be21fc89aaaefe91b62e12ba6ee92fe461346c62 100644 (file)
@@ -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")