1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-08 04:26:01 -04:00
irssi/debian/changelog
dpash 5c867d6726 * New upstream version
* Disable the GnuTLS patch for now.
  * Added Provides, Replaces and Conflicts for irssi-text and irssi-snapshot



git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4039 dbcabf3a-b0e7-0310-adc4-f8d773084564
2005-10-13 23:37:36 +00:00

24 lines
970 B
Plaintext

irssi (0.8.10~rc6-1) unstable; urgency=low
* New upstream version
* Disable the GnuTLS patch for now.
* Added Provides, Replaces and Conflicts for irssi-text and irssi-snapshot
-- David Pashley <david@davidpashley.com> Fri, 14 Oct 2005 00:39:15 +0100
irssi (0.8.10~rc5-1) unstable; urgency=low
* Initial packaging to unify irssi-text and irssi-snapshot
* Check for an executable file before we try to execute it with /upgrade
(Closes: #242026)
* Only allow /exec to recurse 100 times (Closes: #186416)
* Call SIGTSTP rather than SIGSTOP on ^Z (With thanks to Mark Hymers
<mark.hymers@ncl.ac.uk>) (Closes: #177108)
* Redirect Glib critical errors to the status window rather than to stderr
(Closes: #270596)
* Correctly lower case chat protocols using g_ascii_strdown() rather than
using the deprecated g_strdown() (pushed upstream) (Closes: #232628)
-- David Pashley <david@davidpashley.com> Sun, 10 Jul 2005 15:11:38 +0300