Skip to content

Commit 0630e03

Browse files
committed
Release Version 9.21
1 parent 1d55394 commit 0630e03

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

doc/jlatex/jintro.tex

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ \subsection{開発履歴}
212212
\item[2016] init-unit-testにtraceオプションを追加した.\#f(nan inf)をロードできるようにした.models/docの更新修正.バージョンが9.17となった.
213213
gcc-5対応を行った.バージョンが9.18となった.
214214
aarm64(ARM)対応を行った.バージョンが9.19となった. OSX対応を行った (gluTessCallback, glGenTexturesEXT), GL\_COLOR\_ATTACHMENT 定数の追加, color-image クラスの修正 (BGR から RGB へ修正).バージョンが9.20となった.
215+
hashtab の :trim の挙動の誤りを修正した -を含むファイルをコンパイル出来るようにした.cygwinでcygpq.dllがなくてもエラーにならないようにした.バージョンが9.21となった.
215216
\end{description}
216217

217218
\subsection{インストール}

doc/jlatex/jmanual.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
\AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
1111

1212
%%%
13-
\newcommand{\eusversion}{9.20}
13+
\newcommand{\eusversion}{9.21}
1414

1515

1616
\flushbottom

doc/latex/intro.tex

+1
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ \subsection{Revision History}
284284
\item[2016] Version 9.17 is released, add trace option in (init-unit-test), enable to read \#f(nan inf).fix models/doc.
285285
Version 9.18 is released, support gcc-5.
286286
Version 9.20 is released, support OSX (gluTessCallback, glGenTexturesEXT), add GL\_COLOR\_ATTACHMENT constants, fix color-image class, (it uses RGB not BGR).
287+
Version 9.21 is released, fix :trim of hashtab class, enable to compile filename containing -, do not raise error when not found cygpq.dll (Cygwin)
287288
\end{description}
288289

289290
\subsection{Installation}

doc/latex/manual.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
\usepackage[dvipdfmx,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
99

1010
%%%
11-
\newcommand{\eusversion}{9.20}
11+
\newcommand{\eusversion}{9.21}
1212

1313
\flushbottom
1414
\makeindex

lisp/Makefile.generic1

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ TOOLDIR=tool
2828
XWINDOWDIR=xwindow
2929
GLDIR=opengl/src
3030
GLINCLUDE=-I/usr/local/Mesa/include/
31-
VERSION=9.20
31+
VERSION=9.21
3232
XVERSION=X_V11R6
3333

0 commit comments

Comments
 (0)