|
From: HAYASHI K. <nul...@cl...> - 2014-05-28 08:15:35
|
HAYASHI Kentaro 2014-05-28 17:14:54 +0900 (Wed, 28 May 2014) New Revision: e8f3ab1b09014cddece4191d01637a6e0e162c28 https://github.com/clear-code/cutter/commit/e8f3ab1b09014cddece4191d01637a6e0e162c28 Message: doc: add 1.2.4 entry Modified files: NEWS NEWS.ja Modified: NEWS (+17 -0) =================================================================== --- NEWS 2014-05-28 11:52:54 +0900 (32aded2) +++ NEWS 2014-05-28 17:14:54 +0900 (284d128) @@ -2,6 +2,23 @@ = NEWS --- The history of Cutter +== [release-1-2-4] 1.2.4: 2014-05-29 + +In this release, there are some bugfixes since Cutter 1.2.3 released. + +=== Cutter + +==== Fixes + + * Added -fexections to use C code with C++ exceptions. [Reported by OBATA Akio] + * Fixed a problem that bash isn't found when executing make check on FreeBSD. + * Fixed a crash bug because of double free allocated memory. [GitHub #12] [Reported by Kazuhiro Yamato] + +=== Thanks + + * OBATA Akio + * Kazuhiro Yamato + == [release-1-2-3] 1.2.3: 2014-02-09 As long time has passed since Cutter 1.2.2 release, Modified: NEWS.ja (+17 -0) =================================================================== --- NEWS.ja 2014-05-28 11:52:54 +0900 (8a277ea) +++ NEWS.ja 2014-05-28 17:14:54 +0900 (49b9b0f) @@ -2,6 +2,23 @@ = お知らせ --- Cutterの歴史 +== [release-1-2-4] 1.2.4: 2014-05-29 + +今回のリリースでは、報告のあったいくつかの不具合修正を行いました。 + +=== Cutter + +==== 修正 + + * C++で書かれた例外処理とCのコードをリンクしても問題ないようにするために、-fexceptionsを指定するようにしました。 [OBATA Akioさんが報告] + * FreeBSD環境でmake checkを実行したときにbashが見つからない問題を修正しました。 + * メモリを二重に開放していることが原因でCutterがクラッシュすることがある問題を修正しました。 [GitHub #12] [大和一洋さんが報告] + +=== Thanks + + * OBATA Akioさん + * 大和一洋さん + == [release-1-2-3] 1.2.3: 2014-02-09 しばらくぶりのCutterリリースです。いくつかの改善と不具合修正を行いました。 |