changelog 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. mssh (1.3-3) unstable; urgency=low
  2. * Fixed Vcs-* on control to point to debian packaging instead of upstream
  3. * Added flags to remove unnecesary linking.
  4. -- Hector Garcia <[email protected]> Wed, 22 Jan 2014 17:08:56 +0100
  5. mssh (1.3-2) unstable; urgency=medium
  6. * Included Debian QA work which I accidentally missed.
  7. * Added patch to focus on paste. Closes: #695918.
  8. * Added patch to fix a man page lintian warning.
  9. -- Hector Garcia <[email protected]> Tue, 21 Jan 2014 09:39:47 +0100
  10. mssh (1.3-1) unstable; urgency=low
  11. * New maintainer. Closes: #674885.
  12. * New upstream release.
  13. - Supports comments on configuration archive.
  14. - Document on man page where aliases are defined. Closes: #583807.
  15. - Can specify conection port number on command line. Closes: #729881.
  16. - Allow window to be smaller than 1024x768. Closes: #654954.
  17. * Added bash_completion file. Closes: #635226.
  18. * Updated debian/rules to comply with Standards-Version: 3.9.5
  19. -- Hector Garcia <[email protected]> Wed, 15 Jan 2014 18:12:21 +0100
  20. mssh (1.2-4) unstable; urgency=low
  21. * QA upload
  22. * Fix FTBFS with current toolchain by removing -pedantic-error from
  23. CFLAGS. (Closes: #714438) The patch additionally removes -Werror from
  24. CFLAGS, too, to avoid similar FTBFS, at least while the package is
  25. orphaned.
  26. * Apply wrap-and-sort
  27. * Update config.{sub,guess} using dh_autotools-dev_updateconfig to avoid
  28. FTBFS due to outdated config.{sub,guess}.
  29. + Build-depend on autotools-dev
  30. * Add some files which are potentially leftovers of unsuccessful builds
  31. to debian/clean.
  32. * Upstream's (and hence the former maintainer's) website is empty and
  33. the DNS record for his FTP server no more exists.
  34. + Comment out ftp.brad-smith.co.uk in watch file
  35. + Comment out Homepage header
  36. -- Axel Beckert <[email protected]> Sun, 30 Jun 2013 19:16:46 +0200
  37. mssh (1.2-3) unstable; urgency=low
  38. * QA upload
  39. * Switch to dh7 style debian/rules
  40. - Bump debhelper compatibility to 9, update debhelper build dependency
  41. - Fixes lintian warning debian-rules-missing-recommended-target
  42. * Switch to source format "3.0 (quilt)"
  43. * Bump Standards-Version to 3.9.4 (no changes)
  44. * Fix lintian warning hyphen-used-as-minus-sign.
  45. -- Axel Beckert <[email protected]> Tue, 07 May 2013 02:08:55 +0200
  46. mssh (1.2-2) unstable; urgency=low
  47. * QA upload
  48. * Set Maintainer to QA Group (O: #674885)
  49. * Set Vcs-Header to collab-maint repository (Closes: #626594)
  50. * Leave original Vcs-Headers with updated URLs as comments
  51. -- Axel Beckert <[email protected]> Sat, 29 Dec 2012 23:05:22 +0100
  52. mssh (1.2-1.1) unstable; urgency=low
  53. * Non-maintainer upload.
  54. * Fix "FTBFS: mssh-terminal.c:49:5: error: 'vte_terminal_fork_command'
  55. is deprecated (declared at /usr/include/vte-
  56. 0.0/vte/vtedeprecated.h:82) [-Werror=deprecated-declarations]":
  57. apply patch from Ubuntu / Michael Vogt:
  58. - fix ftbfs (LP: #756105)
  59. (use vte_terminal_fork_command_full instead of the deprecated
  60. vte_terminal_fork_command in src/mssh-terminal.c)
  61. (Closes: #634426)
  62. -- gregor herrmann <[email protected]> Wed, 02 Nov 2011 19:32:56 +0100
  63. mssh (1.2-1) unstable; urgency=low
  64. * New upstream release.
  65. - Setup set_word_chars on VTE termianls properly. Closes: #565237.
  66. - Correct terminal focus when a session closes. Closes: #565336.
  67. - Add keyboard shortcuts for changing session focus. Closes: #565337.
  68. - Add option to override column count. Closes: #565338.
  69. * Thanks to Chris Lamb <[email protected]> for above suggestions.
  70. -- Bradley Smith <[email protected]> Fri, 15 Jan 2010 22:23:37 +0000
  71. mssh (1.1-1) unstable; urgency=low
  72. * New upstream release.
  73. - Implement usage of aliases from config file. Closes: #544939.
  74. -- Bradley Smith <[email protected]> Sat, 05 Sep 2009 16:30:14 +0100
  75. mssh (1.0-1) unstable; urgency=low
  76. * New upstream release. Closes: #543658, #543625, #543624.
  77. * Update build-depends.
  78. -- Bradley Smith <[email protected]> Wed, 02 Sep 2009 21:13:26 +0100
  79. mssh (0.2-1) unstable; urgency=low
  80. * New upstream release. Closes: #543511.
  81. * Update Standards-Version to 3.8.3.
  82. * Add Vcs-* entries.
  83. -- Bradley Smith <[email protected]> Tue, 25 Aug 2009 18:38:07 +0100
  84. mssh (0.1-1) unstable; urgency=low
  85. * Initial release. Closes: #539660.
  86. -- Bradley Smith <[email protected]> Sun, 02 Aug 2009 19:11:20 +0100