ChangeLog.old 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # 20180909 bkw:
  2. # - Re-enable building with synctex, since texlive has been fixed. This
  3. # requires a patch, since this version of zathura was written for an
  4. # older version of texlive.
  5. # 20180903 bkw:
  6. # - Disable building with synctex, since it currently doesn't work due
  7. # to a bug in the texlive package. Will be re-enabled when the texlive
  8. # issue is fixed.
  9. # - Really get rid of color output from the Makefile. I know it's cute,
  10. # but it confuses less when redirecting to a file.
  11. # 20180102 bkw:
  12. # - Updated for v0.3.8. Have to do some fudging to get it to build with
  13. # Slack 14.2's older glib2: upstream claims they need 2.50, but the
  14. # only thing they seem to need it for is the --dependency-file option
  15. # to glib-compile-resources, which turns out to be unneeded.
  16. # 20170711 bkw:
  17. # - BUILD=2
  18. # - Include API docs in package
  19. # - Switch to github URLs since upstream's site has been broken for 3-4
  20. # days now. Side effect is, it makes it easier for my update script to
  21. # let me know when there's a new release. This means adding the built
  22. # man pages to SBo git (otherwise I'd have Sphinx as a dep, yuck).
  23. # 20170125 bkw:
  24. # - Updated for v0.3.7, poppler plugin v0.2.7
  25. # 20160725 bkw:
  26. # - Updated for v0.3.6
  27. # 20150511 bkw:
  28. # - Version bump 0.3.3. The poppler plugin is still on 0.2.5.
  29. # - Make the poppler plugin's pdf.so a symlink. Will do the same
  30. # for zathura-pdf-mupdf, to allow switching between the two without
  31. # reinstalling packages. This wouldn't have worked with older versions,
  32. # due to changes in glib's g_file_test() between glib 1.x and 2.x.
  33. # - Upstream started using -fdiagnostics-color=always, which is only
  34. # supported in newer gcc versions. Get rid of it.
  35. # Updated 20130617 by B. Watson <yalhcru@gmail.com>:
  36. # - Updated for v0.2.3
  37. # Updated 20120721 by B. Watson <yalhcru@gmail.com>:
  38. # - Updated for v0.2.0
  39. # - generated man pages now included by upstream, get rid of ours
  40. # Updated 20120312 by B. Watson <yalhcru@gmail.com>:
  41. # - Updated for v0.1.1, including poppler plugin
  42. # - Restore missing .desktop file and AUTHORS doc
  43. # - Add an icon
  44. # - Include generated man pages
  45. # - fix homepage URL