git » libjio » commit 37ba322

Add a document on upgrading the library.

author Alberto Bertogli
2004-08-30 15:22:52 UTC
committer Alberto Bertogli
2007-07-15 13:17:52 UTC
parent 68f18978a7a6eed596a3a7ba89751bd47482608f

Add a document on upgrading the library.

Add a document on upgrading the library.

UPGRADING +19 -0

diff --git a/UPGRADING b/UPGRADING
new file mode 100644
index 0000000..87fcd2f
--- /dev/null
+++ b/UPGRADING
@@ -0,0 +1,19 @@
+
+Here are the notes for upgrading libjio from one version to another.
+
+While normally nothing should be done, sometimes things change and some
+actions need to be done. Here's the listing for the releases, you should
+always check it before upgrading.
+
+You should always clean all your files before upgrading. While I don't expect
+the transaction on-disk format to change, it's a good practise and it doesn't
+take much. If it's mandatory, it will be noted.
+
+If you want to see what motivated the changes, see the changelog or just ask.
+
+
+0.18 -> 0.19
+* Applications need to be recompiled due to a change in the flag numbering.
+* A flag number has changed, from J_COMMITED to J_COMMITTED. If you used that
+	flag, you need to rename it.
+