Changes between v2.25.1-rc1 and v2.25.1 -------------------------------------------- commit 57d3f5451a2ffab9540f75f72267c5610cf3f170 Author: Karel Zak Date: Wed Sep 3 11:49:34 2014 +0200 build-sys: release++ (v2.25.1) Signed-off-by: Karel Zak NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit f5f891143a78d12c9d226710064a65b904a5db4c Author: Karel Zak Date: Wed Sep 3 11:48:02 2014 +0200 docs: update v2.25.1-ReleaseNotes Signed-off-by: Karel Zak Documentation/releases/v2.25.1-ReleaseNotes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) commit 4739195f30994e7c266af67b4859c0a1ada1768d Author: Karel Zak Date: Wed Sep 3 11:15:08 2014 +0200 po: merge changes Signed-off-by: Karel Zak po/ca.po | 2 +- po/cs.po | 2 +- po/da.po | 142 +- po/de.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/eu.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/gl.po | 2 +- po/hr.po | 2 +- po/hu.po | 2 +- po/id.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/nl.po | 2 +- po/pl.po | 2 +- po/pt_BR.po | 2 +- po/ru.po | 2 +- po/sl.po | 2 +- po/sv.po | 2 +- po/tr.po | 2 +- po/uk.po | 2 +- po/util-linux.pot | 4 +- po/vi.po | 2 +- po/zh_CN.po | 2 +- po/zh_TW.po | 28958 +++++++++++++++++++++++++++------------------------- 27 files changed, 15345 insertions(+), 13807 deletions(-) commit b06f640a1fcc8d7ffd7cbb14a7ebe1534f8c7c00 Author: Wei-Lun Chao Date: Wed Sep 3 10:32:55 2014 +0200 po: update zh_TW.po (from translationproject.org) po/zh_TW.po | 29551 +++++++++++++++++++++++++++------------------------------- 1 file changed, 13810 insertions(+), 15741 deletions(-) commit 22374a1932ef30ba7ee2aa89647e2a59f52b7f85 Author: Trần Ngọc Quân Date: Wed Sep 3 10:32:55 2014 +0200 po: update vi.po (from translationproject.org) po/vi.po | 169 +++++++++++++++++++++++++++------------------------------------ 1 file changed, 71 insertions(+), 98 deletions(-) commit 78bc49d91f2733c6adc8e95ed459c8aa8dc26920 Author: Yuri Chornoivan Date: Wed Sep 3 10:32:55 2014 +0200 po: update uk.po (from translationproject.org) po/uk.po | 245 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 109 insertions(+), 136 deletions(-) commit 361f9c1bf7295737802c925fe87bbbe83553d80a Author: Rafael Ferreira Date: Wed Sep 3 10:32:55 2014 +0200 po: update pt_BR.po (from translationproject.org) po/pt_BR.po | 1544 +++++++++++++++++++++++++++-------------------------------- 1 file changed, 693 insertions(+), 851 deletions(-) commit 5896ade88ed4e8fd8b0b99f95ae346b3fcb5af64 Author: Jakub Bogusz Date: Wed Sep 3 10:32:55 2014 +0200 po: update pl.po (from translationproject.org) po/pl.po | 210 +++++++++++++++++++++++---------------------------------------- 1 file changed, 75 insertions(+), 135 deletions(-) commit dfd5107800a79a3feb358b27eed1cc07c10cee63 Author: Benno Schulenberg Date: Wed Sep 3 10:32:55 2014 +0200 po: update nl.po (from translationproject.org) po/nl.po | 229 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 117 insertions(+), 112 deletions(-) commit 9409e0e0462ff09e7863eb76546f6edfcbcaae0b Author: David Prévot Date: Wed Sep 3 10:32:55 2014 +0200 po: update fr.po (from translationproject.org) po/fr.po | 222 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 105 insertions(+), 117 deletions(-) commit 99d858a6f91468b9977b09132dd9e3b2b0ee63d6 Author: Mario Blättermann Date: Wed Sep 3 10:32:55 2014 +0200 po: update de.po (from translationproject.org) po/de.po | 130 +++++++++++++++++++++++++++------------------------------------ 1 file changed, 55 insertions(+), 75 deletions(-) commit 08fbbcfb92f863b88a65d9bec7c7fc7ea6fe1e9d Author: Joe Hansen Date: Wed Sep 3 10:32:55 2014 +0200 po: update da.po (from translationproject.org) po/da.po | 796 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 421 insertions(+), 375 deletions(-) commit d4c67bbf1ba0353bc739a272f73adb62395a2c02 Author: Petr Písař Date: Wed Sep 3 10:32:55 2014 +0200 po: update cs.po (from translationproject.org) po/cs.po | 195 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 86 insertions(+), 109 deletions(-) commit e08d9215529529126aa6d71d21b0a999a3b909dc Author: Michael Marineau Date: Tue Sep 2 20:39:28 2014 -0700 build-sys: create parent directory for $(PATHFILES) When building outside the source tree there is nothing to guarantee the target directory exists before writing to it. Most of the time this just happens to work because something else creates the directory but not always. For example: $ mkdir build $ cd build $ ../configure --disable-dependency-tracking $ make libuuid/uuid.pc GEN libuuid/uuid.pc /bin/sh: line 2: libuuid/uuid.pc.tmp: No such file or directory make: *** [libuuid/uuid.pc] Error 1 Makefile.am | 1 + 1 file changed, 1 insertion(+)