[Groonga-commit] groonga/grntest [master] Add 1.0.1 entry

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 15 11:48:27 JST 2012


Kouhei Sutou	2012-10-15 11:48:27 +0900 (Mon, 15 Oct 2012)

  New Revision: c1dcf5635a27bf77b148944b12be647fa62c8559
  https://github.com/groonga/grntest/commit/c1dcf5635a27bf77b148944b12be647fa62c8559

  Log:
    Add 1.0.1 entry

  Modified files:
    doc/text/news.md

  Modified: doc/text/news.md (+33 -0)
===================================================================
--- doc/text/news.md    2012-10-15 11:33:16 +0900 (2120e56)
+++ doc/text/news.md    2012-10-15 11:48:27 +0900 (9db7e65)
@@ -1,5 +1,38 @@
 # News
 
+## 1.0.1: 2012-10-15
+
+This has a backward incompatible change. It is directive syntax.
+
+Old:
+
+    # NAME ARGUMENT
+
+New:
+
+    #@NAME ARGUMENT
+
+This change is for easy to debug. Conssider about we have a typo in
+`NAME`. It is just ignored in old syntax because it is also a comment
+line. It is reported in new syntax because it syntax is only for
+directive. Grntest can know that user want to use a directive. If
+grntest knows that user want to use a directive, grntest can report an
+error for an unknown directive name.
+
+### Improvements
+
+* Inverted expected and actual in diff.
+* Added memory leak check.
+* Documented many features.
+* Changed directive syntax.
+* Added `copy-path` directive.
+* Supported multiple `--test` and `--test-suite` options.
+* Added `--database` option.
+
+### Fixes
+
+* Fixed a problem that test report can't be shown for no tests.
+
 ## 1.0.0: 2012-08-29
 
 The first release!!!
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index