We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c34398 commit 635cb74Copy full SHA for 635cb74
debian/changelog
@@ -1,3 +1,9 @@
1
+dive (1.4.2-1) unstable; urgency=low
2
+
3
+ * Some bug fixes
4
5
+ -- Vitaly Shukela <[email protected]> Sat, 20 Oct 2013 02:50:00 +0300
6
7
dive (1.4.1-1) unstable; urgency=low
8
9
* Refuse to run program if --lock-securebits option failed to apply
dived.c
@@ -52,7 +52,7 @@
52
#define MAXFD 1024
53
54
#define VERSION 1100
55
-#define VERSION2 "v1.4.1"
+#define VERSION2 "v1.4.2"
56
57
#define CLONE_STACK_SIZE (1024*16)
58
// For use with "--unshare"
0 commit comments