Skip to content

Releases: Libki/libki-server

r24.01

23 Jan 12:01
Compare
Choose a tag to compare

Release 24.01

r23.11

13 Nov 18:50
Compare
Choose a tag to compare
Prevent patrons from logging in on the exact minute of closing time #337

This bug is due to a check for for "truthiness" of the minutes until
closing variable. The problem being that 0 is false so we never check to
see if it is 0 or less. Instead, we should be checking to see if the
variable is defined.

r23.10

10 Oct 10:55
Compare
Choose a tag to compare
Error in script 'libki_nightly.pl' during user cleanup #332

r23.09

15 Sep 18:47
Compare
Choose a tag to compare
Fix the return value for insufficient funds

r23.07

11 Jul 12:23
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: r23.05...r23.07

r23.05

01 May 16:13
Compare
Choose a tag to compare

What's Changed

Bug Fix 🐛

  • Fix Libki server crashes when a pdf with an owner password is uploade… by @kylemhall in #299

Other Changes

  • Add ability to disable patron hold notifictions via SIP2 by @kylemhall in #296
  • Fix for Dockerfile smell DL4000 by @grosa1 in #295

New Contributors

Full Changelog: r23.04...r23.05

r23.04

31 Mar 16:46
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fix 🐛

Other Changes

  • Add ability to disable importing names when using SIP2 integration #285 by @kylemhall in #289

Full Changelog: r23.03...r23.04

r23.03.01

21 Mar 17:24
Compare
Choose a tag to compare

What's Changed

Bug Fix 🐛

Full Changelog: r23.03...r23.03.01

r23.03

10 Mar 19:49
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add additional info to SHUTDOWN command logging by @kylemhall in #270

Other Changes

Full Changelog: r23.02...r23.03

r23.02

01 Feb 15:01
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Add ability to specify if personal names in SIP come in reserse order… by @kylemhall in #265

Full Changelog: r23.01...r23.02