Circlean/CHANGELOG.md

3.6 KiB

Version 2.4 - 2018-01-29

  • Bump Raspbian
  • Bump PyCIRCLean
  • Wait 15s before shutdown (simplify debug)

Version 2.3.1 - 2017-10-25

  • Bugfix for Raspberry Pi 3 that was causing rc.local to fail to boot
  • Turned off several networking related services: startup is much faster

Version 2.3 - 2017-09-08

  • Updated to the newest version of Raspbian Stretch lite (2017-08-16 release)
  • Using the newest version of PyCIRCLean, including several vulnerability and bug fixes
  • Refactored CIRCLean bash scripts according to Defensive Bash Programming
  • Added IN_PROGRESS.txt canary file that gets added and then deleted from destination key
  • Various smaller bug fixes

Version 2.2 - 2017-04-18

  • Updated to newest version of Raspbian Jessie lite (April 10th 2017 release)
  • Using the newest version of PyCIRCLean, which includes a new log format and various bug fixes
  • Filecheck.py configuration information is now conveniently held in a Config object instead of in globals
  • New easier to read text-based logger (removed twiggy dependency)
  • Various filetypes in filecheck.py now have improved descriptions for log

Version 2.1.1 - 2017-02-28

  • Fix copying PDF documents to the destination key

Version 2.1 - 2017-02-02

  • Updated to the newest version of Raspbian Jessie lite (January 11th 2017 release)
  • NTFS files can now be mounted as source or destination keys
  • Added udev rules that ensure the USB ports map deterministically to source and destination keys
  • New debug flag and debug logging functionality to make working on Circlean without a monitor easier
  • Turned off automatic display sleep

Version 2.0.2 - 2016-05-12

  • Improve filename encoding

Version 2.0.1 - 2016-04-26

  • Re-add timidity so the MIDI files are played properly

Version 2.0 - 2016-04-26

  • No critical bugs have been identified, this release uses the latest version of Raspbian Jessie lite, with all system updates

Version 2.0-BETA - 2015-11-06

  • There a new beta version of CIRCLean which is a significant improvement from the latest version in term of speed and efficiency on low-end hardware like the first version of the Raspberry Pi. The new code base of CIRCLean is now based on PyCIRCLean

Version 1.3 - 2015-05-27

Version 1.2 - 2015-03-10

  • Rollback the migration to Jessie and use Wheezy again: the only important dependency from Jessie was poppler, which is available in the backports
  • Use the most recent security patches
  • Do not wait for user input in case of password protected archive

Version 1.1.1 - 2014-10-26

  • General upgrade of Debian to avoid the system to fail in case there is no HDMI cable connected.

Version 1.1 - 2014-10-01

Version 1.0 - 2014-05-20

  • Based on Raspbian Jessie
  • Fully automated tests with Qemu
  • Mimetype: support of PDF, Office documents, archives, windows executables
  • Filesystem: USB keys have to be formated in vfat
  • Support of multiple partitions
  • Renaming of autorun.inf on the source key
  • Operating system is read only
  • Use pdf2htmlEX v0.11