Skip to content

Releases: Joungkyun/libkrisp

3.1.5

10 Jul 18:38
Compare
Choose a tag to compare
  • fixed build error and shared library on cygwin (e1c9803)
  • support windows native binary (0a7d63f)
    • use MinGW32 with Code::Blocks workspace
  • fixed wrong db close when database file not found (e4d653f)
  • fixed libiconv link on cygwin (bff9a88)
  • fixed access uninitialized variable (a8566ec)

3.1.4

10 Jul 18:39
Compare
Choose a tag to compare
  • fixed cygwin compile environments (9f4786f)
  • fixed libipcalc link (1717c98)
  • add kr_range API for ISP or Country (9dc5db7)
  • fixed opening the wrong path of database (1e6fec8)

3.1.3

10 Jul 18:40
Compare
Choose a tag to compare
  • changed build environment with automake
  • revert gcc visibility
  • enhanced krisp.m4
  • add 'extern C' for C plus plus
  • fixed missing krversion.h

3.1.2

10 Jul 18:41
Compare
Choose a tag to compare
  • fixed build environments on other OS (ulong type, make command)
  • debianized
  • add english man pages
  • fixed segfault cause of miss casting

3.1.1

10 Jul 18:42
Compare
Choose a tag to compare
  • initialize db handler to NULL when database connect failed on kr_open
  • changed default value of db_time_stamp_interval from 3600 sec to 0 sec
  • add _REENTRANT compile flag
  • add journal_mode=OFF option on sqlite3 database handle

3.1.0

10 Jul 18:44
Compare
Choose a tag to compare
  • reconnect database when changed mtime of database
    • add 4 members in KR_NET struct
      • database
      • db_time_stamp_interval
      • db_time_stamp
      • db_stamp_checked
  • kr_close (KR_API ) => kr_close (KR_API *)