Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
c47a4273bb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini Näytä tiedosto

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