Browse Source

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 6 years ago
parent
commit
c47a4273bb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini View File

@@ -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>