diff --git a/changelog.txt b/changelog.txt
index c6f74e771..a219fc144 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -8,6 +8,12 @@ https://www.mediafire.com/folder/3ccy2c7g36hp3/Fmd
Changelog:
(! = Important, + = Addition, - = Removal, * = Bug fix/Change/Edit, ? = Require feedback)
+0.9.16.2 (10-06-2015)
+[*] Fix updater can't download manga list from server
+[*] Fix open with external program, program path and parameter now separated
+[*] Fix Madokami can't download images
+[*] Various changes and bug fixes
+
0.9.16.1 (09-06-2015)
[!] Fix FMD not closed when updating.
- This bug prevent updater to overwrite the existing file.
diff --git a/mangadownloader/languages/fmd.en.po b/mangadownloader/languages/fmd.en.po
index 1221fb83c..faae90511 100644
--- a/mangadownloader/languages/fmd.en.po
+++ b/mangadownloader/languages/fmd.en.po
@@ -1618,3 +1618,4 @@ msgstr "Synchronizing data"
#: uupdatethread.rs_updatinglist
msgid "Updating list"
msgstr "Updating list"
+
diff --git a/mangadownloader/languages/fmd.id_ID.po b/mangadownloader/languages/fmd.id_ID.po
index 7392201fe..904a7e988 100644
--- a/mangadownloader/languages/fmd.id_ID.po
+++ b/mangadownloader/languages/fmd.id_ID.po
@@ -1610,3 +1610,4 @@ msgstr "Sinkronisasi data"
#: uupdatethread.rs_updatinglist
msgid "Updating list"
msgstr "Memperbarui daftar"
+
diff --git a/mangadownloader/md.lpi b/mangadownloader/md.lpi
index 945ce3732..f607082ae 100644
--- a/mangadownloader/md.lpi
+++ b/mangadownloader/md.lpi
@@ -19,7 +19,7 @@
-
+
diff --git a/update b/update
index 5d9dd599d..332b36faa 100644
--- a/update
+++ b/update
@@ -3,6 +3,6 @@ https://github.com/riderkick/FMD/releases/download/0.9.8.1/fmd_0.9.8.1.7z
## update info above was deprecated
-VERSION=0.9.16.1
-WIN32=https://github.com/riderkick/FMD/releases/download/0.9.16.1/fmd_0.9.16.1.7z
-WIN64=https://github.com/riderkick/FMD/releases/download/0.9.16.1/fmd_0.9.16.1_Win64.7z
\ No newline at end of file
+VERSION=0.9.16.2
+WIN32=https://github.com/riderkick/FMD/releases/download/0.9.16.2/fmd_0.9.16.2.7z
+WIN64=https://github.com/riderkick/FMD/releases/download/0.9.16.2/fmd_0.9.16.2_Win64.7z
\ No newline at end of file