changelog 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. mssh (1.2-2) UNRELEASED; urgency=low
  2. * QA upload
  3. * Set Maintainer to QA Group (O: #674885)
  4. * Set Vcs-Header to collab-maint repository (Closes: #626594)
  5. * Leave original Vcs-Headers with updated URLs as comments
  6. -- Axel Beckert <[email protected]> Sat, 29 Dec 2012 21:23:38 +0100
  7. mssh (1.2-1.1) unstable; urgency=low
  8. * Non-maintainer upload.
  9. * Fix "FTBFS: mssh-terminal.c:49:5: error: 'vte_terminal_fork_command'
  10. is deprecated (declared at /usr/include/vte-
  11. 0.0/vte/vtedeprecated.h:82) [-Werror=deprecated-declarations]":
  12. apply patch from Ubuntu / Michael Vogt:
  13. - fix ftbfs (LP: #756105)
  14. (use vte_terminal_fork_command_full instead of the deprecated
  15. vte_terminal_fork_command in src/mssh-terminal.c)
  16. (Closes: #634426)
  17. -- gregor herrmann <[email protected]> Wed, 02 Nov 2011 19:32:56 +0100
  18. mssh (1.2-1) unstable; urgency=low
  19. * New upstream release.
  20. - Setup set_word_chars on VTE termianls properly. Closes: #565237.
  21. - Correct terminal focus when a session closes. Closes: #565336.
  22. - Add keyboard shortcuts for changing session focus. Closes: #565337.
  23. - Add option to override column count. Closes: #565338.
  24. * Thanks to Chris Lamb <[email protected]> for above suggestions.
  25. -- Bradley Smith <[email protected]> Fri, 15 Jan 2010 22:23:37 +0000
  26. mssh (1.1-1) unstable; urgency=low
  27. * New upstream release.
  28. - Implement usage of aliases from config file. Closes: #544939.
  29. -- Bradley Smith <[email protected]> Sat, 05 Sep 2009 16:30:14 +0100
  30. mssh (1.0-1) unstable; urgency=low
  31. * New upstream release. Closes: #543658, #543625, #543624.
  32. * Update build-depends.
  33. -- Bradley Smith <[email protected]> Wed, 02 Sep 2009 21:13:26 +0100
  34. mssh (0.2-1) unstable; urgency=low
  35. * New upstream release. Closes: #543511.
  36. * Update Standards-Version to 3.8.3.
  37. * Add Vcs-* entries.
  38. -- Bradley Smith <[email protected]> Tue, 25 Aug 2009 18:38:07 +0100
  39. mssh (0.1-1) unstable; urgency=low
  40. * Initial release. Closes: #539660.
  41. -- Bradley Smith <[email protected]> Sun, 02 Aug 2009 19:11:20 +0100