
Add a document on upgrading the library.

---

 cur-root/UPGRADING |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+)

diff -puN /dev/null UPGRADING
--- /dev/null	2004-04-13 23:59:22.000000000 -0300
+++ cur-root/UPGRADING	2004-08-30 12:21:20.179711144 -0300
@@ -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.
+
_
