changelog 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. libsdl2 (2.0.2) UNRELEASED; urgency=low
  2. * Updated SDL to version 2.0.2
  3. -- Sam Lantinga <slouken@libsdl.org> Sun, 9 Feb 2014 2:55:59 -0800
  4. libsdl2 (2.0.1) UNRELEASED; urgency=low
  5. * Updated SDL to version 2.0.1
  6. -- Sam Lantinga <slouken@libsdl.org> Wed, 23 Oct 2013 16:31:38 -0800
  7. libsdl2 (2.0.0) UNRELEASED; urgency=low
  8. * SDL is now a native debian package.
  9. * Removed udeb package
  10. * Disabled DirectFB support by default, to avoid runtime dependencies
  11. -- Sam Lantinga <slouken@libsdl.org> Fri, 15 Feb 2013 08:55:04 -0800
  12. libsdl2 (2.0.0~20130127-1) UNRELEASED; urgency=low
  13. * New upstream snapshot.
  14. -- Sam Hocevar <sho@debian.org> Wed, 30 Jan 2013 23:01:12 +0100
  15. libsdl2 (2.0.0~20130103-1) unstable; urgency=low
  16. [ Manuel A. Fernandez Montecelo ]
  17. * debian/control:
  18. - Updating maintainers/permissions:
  19. - Add myself and Felix Geyer
  20. - Update Build-Depends:
  21. - Remove a few obsolete items
  22. - Add items added lately to libsdl1.2, such as libts (touch screen)
  23. support
  24. - Add "libsdl2-dbg", analog to libsdl1.2-dbg
  25. - Change "XC-Package-Type: udeb" to "Package-Type"
  26. * debian/compat: set level 9
  27. * debian/source/format: Set to "3.0 (quilt)"
  28. - Remove README.source, not needed with new format
  29. * debian/sdl2-config.1: Fix typo, "progams"->"programs"
  30. * debian/libsdl2-dev.install:
  31. - Remove "usr/lib/*/*.la", discouraged
  32. - Add man pages: "usr/share/man/man3/*"
  33. * debian/libsdl2-dev.manpages: add file to install local "sdl2-config.1"
  34. * debian/sources: Removed, possible obsolete file from long ago?
  35. * debian/copyright:
  36. - Upstream updated to zlib/libpng
  37. - Copyright-file format conversion to 1.0
  38. - Complete revamp and detailed research about copyright and licenses used,
  39. it's very messy but hopefully complete
  40. [ Felix Geyer ]
  41. * Simplify debian/rules by using dh(1).
  42. -- Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> Sun, 27 Jan 2013 16:40:49 +0100
  43. libsdl2 (2.0~20120220c-1) experimental; urgency=low
  44. * Upstream version was renamed to 2.0 (Closes: #669367).
  45. * New upstream snapshot (Closes: #671506).
  46. * This package no longer conflicts with libsdl-1.2.
  47. * debian/rules: add multiarch support (Closes: #669364).
  48. * debian/patches/fix_joystick_misc_axes.diff: fix a joystick remapping
  49. bug causing some axes to malfunction.
  50. * debian/patches/external_header_paths.diff: provide additional CFLAGS
  51. so that headers such as SDL_syswm.h can be included (Closes: #669363).
  52. -- Sam Hocevar <sho@debian.org> Thu, 17 May 2012 19:03:59 +0200
  53. libsdl-1.3 (1.3.0~20111204-1) experimental; urgency=low
  54. * Initial upload from upstream snapshot.
  55. -- Sam Hocevar <sho@debian.org> Sun, 04 Dec 2011 14:35:05 +0100