Quellcode durchsuchen

Bump version

Overview of changes:

 *  Added locking mechanism

    We have to assume that filtering can take long, so if cron is used
    to launch imapdomo and gap is too small, imapdomo instances could
    run over each other, increasing the load even more.

    Now imapdomo drops a lockfile by default, and silently gives up if
    lockfile exists.  This can be disabled by command line switch.

 *  Removed dead code
Alois Mahdal vor 6 Jahren
Ursprung
Commit
c47a4273bb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini Datei anzeigen

@@ -1,5 +1,5 @@
1 1
 [project]
2
-    version     = 0.0.7
2
+    version     = 0.0.8
3 3
     name        = imapdomo
4 4
     pkgname     = imapdomo
5 5
     maintainer  = Alois Mahdal <netvor+imapdomo@vornet.cz>