release notes stub

This commit is contained in:
Mike McLean 2017-09-19 22:14:23 -04:00
parent b27fcec544
commit f05568ae75
3 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,31 @@
Migrating to Koji 1.14
======================
..
reStructured Text formatted
The 1.14 release of Koji includes a several changes that you should consider when
migrating.
DB Updates
----------
The schema updates this time are minor
* dropping unused `log_messages` table
* new standard entries in the archivetypes table
As in previous releases, we provide a migration script that updates the
database.
::
# psql koji koji </usr/share/doc/koji/docs/schema-upgrade-1.13-1.14.sql
Other changes
-------------
There are numerous other changes in 1.14 that should not have a direct impact
on migration. For details see:
:doc:`release_notes_1.14`

View file

@ -5,6 +5,7 @@ Release Notes
.. toctree::
:maxdepth: 1
release_notes_1.14
release_notes_1.13
For releases before 1.13, see the migration guides:

View file

@ -0,0 +1,29 @@
Koji 1.14 Release Notes
=======================
Migrating from Koji 1.13
------------------------
For details on migrating see :doc:`migrating_to_1.14`
Client Changes
--------------
TODO
Changes to the Web interface
----------------------------
TODO
Builder changes
---------------
TODO
System changes
--------------
TODO