소스 검색

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>