Kouhei Sutou
null+****@clear*****
Thu Jul 3 11:31:14 JST 2014
Kouhei Sutou 2014-07-03 11:31:14 +0900 (Thu, 03 Jul 2014) New Revision: 70bdb8c068cf1773970b2716419390a69de05b83 https://github.com/groonga/groonga-gobject/commit/70bdb8c068cf1773970b2716419390a69de05b83 Message: Add news Added files: doc/text/news.md Copied files: doc/text/Makefile.am (from doc/Makefile.am) Modified files: configure.ac doc/Makefile.am Modified: configure.ac (+1 -0) =================================================================== --- configure.ac 2014-07-03 11:18:51 +0900 (297f7a5) +++ configure.ac 2014-07-03 11:31:14 +0900 (d004834) @@ -138,6 +138,7 @@ AC_CONFIG_FILES([ groonga-gobject/Makefile test/Makefile doc/Makefile + doc/text/Makefile doc/reference/Makefile doc/reference/version.xml sample/Makefile Modified: doc/Makefile.am (+2 -1) =================================================================== --- doc/Makefile.am 2014-07-03 11:18:51 +0900 (43426a1) +++ doc/Makefile.am 2014-07-03 11:31:14 +0900 (abc7028) @@ -1,4 +1,4 @@ -# Copyright (C) 2013 Kouhei Sutou <kou �� clear-code.com> +# Copyright (C) 2013-2014 Kouhei Sutou <kou �� clear-code.com> # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by @@ -14,4 +14,5 @@ # along with this library. If not, see <http://www.gnu.org/licenses/>. SUBDIRS = \ + text \ reference Copied: doc/text/Makefile.am (+5 -3) 84% =================================================================== --- doc/Makefile.am 2014-07-03 11:18:51 +0900 (43426a1) +++ doc/text/Makefile.am 2014-07-03 11:31:14 +0900 (d94a078) @@ -1,4 +1,4 @@ -# Copyright (C) 2013 Kouhei Sutou <kou �� clear-code.com> +# Copyright (C) 2014 Kouhei Sutou <kou �� clear-code.com> # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by @@ -13,5 +13,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with this library. If not, see <http://www.gnu.org/licenses/>. -SUBDIRS = \ - reference +# TODO: Integrated with GTK-Doc. + +dist_doc_DATA = \ + news.md Added: doc/text/news.md (+21 -0) 100644 =================================================================== --- /dev/null +++ doc/text/news.md 2014-07-03 11:31:14 +0900 (5209bbd) @@ -0,0 +1,21 @@ +# News + +## 1.0.1: 2014-07-03 + +### Improvements + + * Added `ggrn_command_escape()`. + * Added `ggrn_command_escape_query()`. + +### Fixes + + * Fixed a bug that opened database isn't disposed. + [Reported by Tomoatsu Shimada] + +### Thanks + + * Tomoatsu Shimada + +## 1.0.0: 2014-01-28 + +The first release! -------------- next part -------------- HTML����������������������������...Download