Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bimalkjha committed Dec 11, 2024
1 parent 70605bf commit ed91fff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2024-12-11, Version 0.5.2
=========================

* doc: update installation and SSL connection info (Bimal Jha)

* update: install script and install.md doc (Bimal Jha)


2024-12-10, Version 0.5.1
=========================

Expand Down
2 changes: 1 addition & 1 deletion installer/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ else
export LD_LIBRARY_PATH=$IBM_DB_HOME/lib:$LD_LIBRARY_PATH
fi

export PATH=$PATH:$IBM_DB_HOME/bin
export PATH=$IBM_DB_HOME/bin:$PATH

5 changes: 4 additions & 1 deletion installer/setenvwin.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ echo off
cd ../../clidriver
set clidrvpath=%cd%
set IBM_DB_HOME=%clidrvpath%
set PATH=%PATH%;%IBM_DB_HOME%\bin
set PATH=%IBM_DB_HOME%\bin;%PATH%
set LIB=%IBM_DB_HOME%\lib;%LIB%
set CGO_CFLAGS=%IBM_DB_HOME%\include
set CGO_LDFLAGS=%IBM_DB_HOME%\lib

0 comments on commit ed91fff

Please sign in to comment.