소스 검색

Bump version to 0.0.12

Overview of changes:

 *  Added experimental ruleset manager

    Instead of manipulating queue over and over, handler can now
    start a ruleset tied to a queue loader and add rules as functions
    that always operate on freshly loaded queue.  Once queue stops
    yielding no more rules are executed, saving unnecessary round trips
    with server.

    To make this work with least possible amount of typing to use,
    this module is stateful operation, but with some basic care it
    should  be safe and overall the ruleset approach should make it
    easier to prevent conflicts such as when later, more inclusive rule
    overrides former.
Alois Mahdal 4 년 전
부모
커밋
7749e2df65
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini 파일 보기

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