[Groonga-commit] groonga/groonga at 5069dd5 [master] doc: start adding 8.0.4 news

Back to archive index

Masafumi Yokoyama null+****@clear*****
Wed Jun 27 19:58:04 JST 2018


Masafumi Yokoyama	2018-06-27 19:58:04 +0900 (Wed, 27 Jun 2018)

  New Revision: 5069dd530c5cbe5cc77e22fe9671ba8878917e14
  https://github.com/groonga/groonga/commit/5069dd530c5cbe5cc77e22fe9671ba8878917e14

  Message:
    doc: start adding 8.0.4 news
    
    TODO:
    
    * [x] Select commits for users.
    * [ ] Group related commits.
    * [ ] Rewrite message for users.
    * [ ] Separate commits into "Improvements" and "Fixes".

  Modified files:
    doc/source/news.rst

  Modified: doc/source/news.rst (+67 -0)
===================================================================
--- doc/source/news.rst    2018-06-26 17:27:46 +0900 (2062fdf1a)
+++ doc/source/news.rst    2018-06-27 19:58:04 +0900 (82ac59c31)
@@ -7,6 +7,73 @@
 News
 ====
 
+.. _release-8-0-4:
+
+Release 8.0.4 - 2018-06-29
+--------------------------
+
+Improvements
+^^^^^^^^^^^^
+
+* kytea: follow variable name change
+  * Fix build error.
+* ii: add sub error message
+  * Improve error message.
+* sub_filter: fix too much score with a too filtered case
+* highlighter: add grn_highlighter_clear_keywords()
+* Add a new predicate: grn_obj_is_number_family_bulk()
+* Add a new API: grn_plugin_proc_get_value_mode()
+* vector_find: add
+* Suppress memcpy warnings in msgpack
+* Update mruby
+  * from 1.0.0 to 1.4.1
+* ? windows: never use clock_gettime()
+* doc: add api reference for "grn_obj_is_index_column"
+  * Merge pull request #855 from komainu8/add_api_document
+* windows: suppress printf format warnings
+* ? windows: use grn_memcpy()
+* windows: suppress warning by msgpack
+* ? windows: use grn_memcpy()
+* ? Add encoding converter
+* ? mrb: add LocaleOutput
+* ? windows: convert image path to grn_encoding
+* windows: support install path that has non-ascii characters again
+* ? Check sys/sysmacros.h for mruby-file-stat
+* ? Stop to check sys/sysmacros on Windows
+* ? Stop to include config.h into tar.gz
+* ? mecab: convert error message encoding
+* ? grndb: fix output channel
+* ? windows convert: fix inverted from/to
+* ? window_sum: support dynamic column as a target column
+* query-log show-condition: (maybe) fix a crash bug
+* doc: add api reference for "grn_obj_is_vector_column"
+* ? Fix codes_curr check position
+* ? TokenMecab windows: MeCab requires UTF-8 for rcfile
+* column_create: add more validations
+  * 08e2456ba35407e3d5172f71a0200fac2a770142 に詳細有り
+* highlighter lexicon: fix a not highlighted bug
+  * If keyword is less than N, the keyword wasn't highlighted.
+* ? Add missing path encoding conversion on plugin load error
+* ? Remove not required inline
+* windows: fix a base path detection bug
+  * If system locale DLL path includes 0x5c ("\" in ASCII) such as "U+8868
+    CJK UNIFIED IDEOGRAPH-8868" in CP932, the base path detection is
+    buggy.
+* grndb: disabling log check
+  * Disable for now
+  * Because it's not completed yet.
+* TokenNgram: fix wrong first character length
+* ? mruby-file-stat: fix a memory leak
+* column_create: accept TokenDelmit with WITH_POSITION
+  * It's useful pattern for tag search.
+* doc vector_find: add
+  * TODO: translation
+
+Fixes
+^^^^^
+
+* ...
+
 .. _release-8-0-3:
 
 Release 8.0.3 - 2018-05-29
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180627/e1857644/attachment-0001.htm 



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