Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
・バッファーオーバーランの可能性がある箇所を修正しました。

・EUC-JIS-2004のSS2(0x8E)またはSS3(0x8F)の直後のバイト列において最上位ビットを無視していたバグを修正しました。
 ・正常系の処理結果に変更はありません。
 ・SS2(0x8E)またはSS3(0x8F)の直後にASCII文字があるような不正な文字列をエラーとするようになります。
  • Loading branch information
nathancorvussolis committed Nov 28, 2015
1 parent ba742f8 commit 475c01b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CorvusSKK ver. 2.1.3
# CorvusSKK ver. 2.1.4

Windowsで動作するSKK風のIMEです。

Expand Down
6 changes: 3 additions & 3 deletions common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
#define TEXTSERVICE_DESC TEXTSERVICE_NAME L"_DEBUG"
#endif

#define TEXTSERVICE_VER L"2.1.3"
#define TEXTSERVICE_VER L"2.1.4"

//for resource
#define RC_AUTHOR "nathancorvussolis"
#define RC_PRODUCT "CorvusSKK"
#define RC_VERSION "2.1.3"
#define RC_VERSION_D 2,1,3,0
#define RC_VERSION "2.1.4"
#define RC_VERSION_D 2,1,4,0

#endif
4 changes: 2 additions & 2 deletions installer/README.TXT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

==============================================================================

CorvusSKK ver. 2.1.3
CorvusSKK ver. 2.1.4

https://nathancorvussolis.github.io/
[email protected]
Expand Down Expand Up @@ -29,6 +29,6 @@

マニュアル

https://github.com/nathancorvussolis/corvusskk/blob/2.1.3/README.md
https://github.com/nathancorvussolis/corvusskk/blob/2.1.4/README.md

==============================================================================
2 changes: 1 addition & 1 deletion installer/_version.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

set VERSION=2.1.3
set VERSION=2.1.4

set TARGETDIR=build
2 changes: 1 addition & 1 deletion installer/corvusskk-version.wxi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define version="2.1.3" ?>
<?define version="2.1.4" ?>
</Include>

0 comments on commit 475c01b

Please sign in to comment.