]> git.proxmox.com Git - pve-firewall.git/commitdiff
recompile for debian jessie, bump version to 2.0-1
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Feb 2015 11:27:52 +0000 (12:27 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Feb 2015 11:27:52 +0000 (12:27 +0100)
Makefile
debian/changelog
src/pvefw-logger.c

index b89ebceb130e60caf526e9337ebf19d0c0009bdc..8be48d06992e1f9eca88df45412995179a08c4a1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-RELEASE=3.3
+RELEASE=4.0
 
-VERSION=1.0
-PKGREL=18
+VERSION=2.0
+PKGREL=1
 
 PACKAGE=pve-firewall
 
index b9de52daedbd7ac43ec70ab7bfda6a88358b04eb..d00691cfb9ca97b1a577c1943e279c7bd390aff5 100644 (file)
@@ -1,3 +1,9 @@
+pve-firewall (2.0-1) unstable; urgency=medium
+
+  * recompile for debian jessie
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 27 Feb 2015 12:22:04 +0100
+
 pve-firewall (1.0-18) unstable; urgency=low
 
   * fix alias lookup
index f4321fbb4f53a489e19f706ce7960dad257dd118..b7a2fb2983258e8cfc14d322151e0913e642e6bf 100644 (file)
@@ -653,8 +653,6 @@ main(int argc, char *argv[])
 
     gboolean wrote_pidfile = FALSE;
 
-    g_thread_init(NULL);
-
     openlog("pvepw-logger", LOG_CONS|LOG_PID, LOG_DAEMON);
 
     GOptionContext *context;