summaryrefslogtreecommitdiffstats
path: root/UPGRADING
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-04-07 04:14:47 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2011-04-10 16:27:39 +0200
commitb10c7fb86b366b74422e44a143d4a8c8ad2eda88 (patch)
tree4d7bdf23bcf3aae86dfd1c88e678a7aebc50fc29 /UPGRADING
parentb2a04c1238a0b83b1115c811d9bd3aa08d5c2eae (diff)
downloadaur-b10c7fb86b366b74422e44a143d4a8c8ad2eda88.tar.gz
aur-b10c7fb86b366b74422e44a143d4a8c8ad2eda88.tar.xz
Add note on gettext migration to "UPGRADING".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 9efc079f..da85a8dc 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -1,6 +1,12 @@
Upgrading
=========
+From 1.8.2 to 1.9.0
+-------------------
+
+1. Translation files are now gettext compatible and need to be compiled after
+each AUR upgrade by running `make install` in the "po/" directory.
+
From 1.8.1 to 1.8.2
-------------------