Table of Contents

1.1.0 • Build 20190805 • August 5, 2019

Highlights

Toner Information

Toner level information is retrieved via SNMP and shown in the proxy printer list.

Notification Plug-in

Notification Plug-in to send Job Ticket status messages to Smartschool.

Atom Feed

Atom Feed Service for administrators showing run-time status, statistics, errors and warnings of the past weekday.

Document Store

Proxy Printed PDF documents can be stored and retrieved.

PDF Repair

Invalid PDF files are repaired during Web Print.

Email Encryption

OpenPGP Settings for PGP/MIME email signing and encryption.

PDF Verification

Feature Preview of OpenPGP Service to verify authenticity and integrity of PDF documents.


Database Upgrade

This application version implements database version 1.9. Depending on your database type, run one or two of the SQL scripts below to upgrade from a previous application with database version 1.7 or 1.8.

Database Script
Apache Derby upg-1.8.sql
upg-1.9.sql
PostgreSQL upg-1.8.sql
upg-1.9.sql

Run the commands below as explained in the User Manual.

# 1.7 -> 1.8
./savapage-db --db-run-script upg-1.8.sql
# 1.8 -> 1.9
./savapage-db --db-run-script upg-1.9.sql

Important: Run each script once. Script upg-1.8.sql initializes database column values, running it a second time will mess up database rows that are inserted after the first run.


Details

See https://issues.savapage.org for details.

Added

Changed

Fixed

Security