mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.5 KiB

  1. BASH PATCH REPORT
  2. =================
  3. Bash-Release: 3.2
  4. Patch-ID: bash32-002
  5. Bug-Reported-by: Jim Gifford <jim@jg555.com>
  6. Bug-Reference-ID: <12j2pc3aq35mb04@corp.supernews.com>
  7. Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2006-10/msg00082.html
  8. Bug-Description:
  9. An incorrect encoding specification in the Content-Type header causes msgfmt
  10. to fail, which causes `make install' to fail.
  11. Patch:
  12. *** bash-3.2/po/ru.po Tue Jan 10 17:51:03 2006
  13. --- po/ru.po Mon Oct 16 15:13:23 2006
  14. ***************
  15. *** 13,17 ****
  16. "Language-Team: Russian <ru@li.org>\n"
  17. "MIME-Version: 1.0\n"
  18. ! "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  21. --- 13,17 ----
  22. "Language-Team: Russian <ru@li.org>\n"
  23. "MIME-Version: 1.0\n"
  24. ! "Content-Type: text/plain; charset=KOI8-R\n"
  25. "Content-Transfer-Encoding: 8bit\n"
  26. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  27. *** bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006
  28. --- patchlevel.h Mon Oct 16 14:22:54 2006
  29. ***************
  30. *** 26,30 ****
  31. looks for to find the patch level (for the sccs version string). */
  32. ! #define PATCHLEVEL 1
  33. #endif /* _PATCHLEVEL_H_ */
  34. --- 26,30 ----
  35. looks for to find the patch level (for the sccs version string). */
  36. ! #define PATCHLEVEL 2
  37. #endif /* _PATCHLEVEL_H_ */