From 0b52415a790c6ee29d6e9cb0f4c38403ca56cc69 Mon Sep 17 00:00:00 2001
From: Jonathan Hanks <jonathan.hanks@ligo.org>
Date: Fri, 6 Sep 2019 09:16:50 -0700
Subject: [PATCH] Updating the NEWS file

---
 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/NEWS b/NEWS
index e438a4fda..06cf1864c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
 ==================================================================================================
 Changes for 4.0  (NOT YET RELEASED)
 ==================================================================================================
+- Removing all daqd variants except daqd_shmem.
+- Renaming and reworking the streamer processes
+   - local_dc (takes input from models and concentrates it into one memory buffer)
+   - omx_xmit/omx_recv
+      - still needs work to consume the buffer from local_dc
+   - zmq_xmit/zmq_recv (takes the buffer from local_dc and transmits it over zmq pub/sub)
+   - dix_xmit/dix_recv (takes the buffer from local_dc and transmits it over IX dolphin)
+- Improved FE/IFO data simulation code for daqd and streamer testing
+   - This provides properly formated data, not a plant model of an IFO
 ==================================================================================================
 Changes for 3.6  (NOT YET RELEASED)
 ==================================================================================================
-- 
GitLab