diff --git a/0001_fix_setgroup.patch b/0001_fix_setgroup.patch
index 69b569a..ede6701 100644
--- a/0001_fix_setgroup.patch
+++ b/0001_fix_setgroup.patch
@@ -16,11 +16,11 @@ Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
  nbd-server.c | 1 +
  1 file changed, 1 insertion(+)
 
-Index: nbd-3.18/nbd-server.c
+Index: nbd-3.19/nbd-server.c
 ===================================================================
---- nbd-3.18.orig/nbd-server.c
-+++ nbd-3.18/nbd-server.c
-@@ -3471,6 +3471,7 @@ void dousers(const gchar *const username
+--- nbd-3.19.orig/nbd-server.c
++++ nbd-3.19/nbd-server.c
+@@ -3476,6 +3476,7 @@ void dousers(const gchar *const username
  			err(str);
  		}
  		setgroups(0, NULL);
diff --git a/nbd-3.18.tar.xz b/nbd-3.18.tar.xz
deleted file mode 100644
index 43d9b43..0000000
--- a/nbd-3.18.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:d83762cefc3e87171283652b71595e5d01a54f95d912315b823a49b0a3d46031
-size 527436
diff --git a/nbd-3.19.tar.xz b/nbd-3.19.tar.xz
new file mode 100644
index 0000000..2060231
--- /dev/null
+++ b/nbd-3.19.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b4466412f13e057659f25d35e1e8e181afd62c7179bff22a6add81445ecb8690
+size 524412
diff --git a/nbd.changes b/nbd.changes
index f327408..665a28b 100644
--- a/nbd.changes
+++ b/nbd.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Wed May 29 13:43:41 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
+
+- Update to version 3.19.0:
+  * Better error messages in case of unexpected disconnects
+  * Better compatibility with non-bash sh implementations
+    (for configure.sh)
+  * Fix for a segfault in NBD_OPT_INFO handling
+  * The ability to specify whether to listen on both TCP and Unix
+    domain sockets, rather than to always do so
+  * Various minor editorial and spelling fixes in the documentation.
+
 -------------------------------------------------------------------
 Tue Jan 15 15:09:19 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
 
diff --git a/nbd.spec b/nbd.spec
index 5fd9806..6d75d71 100644
--- a/nbd.spec
+++ b/nbd.spec
@@ -25,7 +25,7 @@
 %define use_firewalld 0
 %endif
 Name:           nbd
-Version:        3.18
+Version:        3.19
 Release:        0
 Summary:        Network Block Device Server and Client Utilities
 License:        GPL-2.0-or-later