Преглед изворни кода

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 година
родитељ
комит
c47a4273bb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini Прегледај датотеку

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