Skip to content

Commit

Permalink
2019-07-16 Fred Gleason <[email protected]>
Browse files Browse the repository at this point in the history
	* Incremented the package version to 3.0.1.
  • Loading branch information
ElvishArtisan committed Jul 16, 2019
1 parent 2ee6a00 commit 7ad83ef
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 5 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -18859,3 +18859,5 @@
from being restarted in response to a 'ModifyAction' notification.
2019-07-02 Fred Gleason <[email protected]>
* Fixed a typo in the 'EditCart' call in 'docs/apis/web_api.xml'.
2019-07-16 Fred Gleason <[email protected]>
* Incremented the package version to 3.0.1.
7 changes: 3 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ Requests, v2.12.5 or later
HTTP transfer library for Python. Available at
http://docs.python-requests.org/.

Qt Toolkit, v4.6 or better
Most modern Linux distros include this. It's typically installed as part
of the KDE Desktop Environment, although KDE is by no means required.
It can also be downloaded directly at http://www.qt.io/.
Qt4 Toolkit, v4.6 or better
Most modern Linux distros include this. It can also be downloaded directly
at http://www.qt.io/.

Secret Rabbit Code
A sample-rate converter library, written by Erik de Castro Lopo. Included
Expand Down
42 changes: 42 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
The NEWS file for the Rivendell package.

-------------------------------------------------------------------------------
v3.0.1 -- 7/16/2019

This is the first production release of Rivendell 3.x. Many changes
and enhancements have been made over v2.x; see the 'Changes' section
below for a list of the major ones. If you are upgrading from previous
v1.x or v2.x version of Rivendell, please see the file 'UPGRADING' for
important information.

Changes:
Rivendell is now Unicode UTF-8 clean.

Qt4 is now used throughout Rivendell instead of Qt3.

A multicast update system has been added that allows Rivendell
modules to update views syncronously in step with changes made in
other modules.

The Rivendell Loadable Modules system for processing PAD data has
been completely replaced by PyPAD, allowing PAD processing plug-ins
to be written in the popular Python scripting langauge. Backward
compatible replacement scripts for many of the RLM plug-ins supplied
in Rivendell v2.x are included.

Added a compatibility library to facilitate the use of the Rivendell
Web API in external applications.

A system of virtual log machines has been added, allowing play-out
of up to 23 logs simultaneously.

Rivendell is now fully systemd compatibile.

The Windows ports of rdlogedit(1) and rdlogmanager(1) have been
removed.

Database Update:
This version of Rivendell uses database schema version 308, and will
automatically upgrade any earlier versions. To see the current schema
version prior to upgrade, see RDAdmin->SystemInfo.

Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading
to allow any necessary changes to the database schema to be applied.
-------------------------------------------------------------------------------
v3.0.0rc03 -- 7/1/2019

Expand Down
2 changes: 1 addition & 1 deletion PACKAGE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0rc03
3.0.1

0 comments on commit 7ad83ef

Please sign in to comment.