summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authordpash <dpash@dbcabf3a-b0e7-0310-adc4-f8d773084564>2005-07-17 11:42:18 +0000
committerdpash <dpash@dbcabf3a-b0e7-0310-adc4-f8d773084564>2005-07-17 11:42:18 +0000
commit83de9a864965b5d771522b7ec6c6f26e45c66903 (patch)
tree1e1fd3524a6261f4cc23c174565389fa39417c4d /debian/changelog
parent203b1286fd4dda5589cb5cdfa3b0c76be1e0d85a (diff)
downloadirssi-83de9a864965b5d771522b7ec6c6f26e45c66903.zip
Update the changelog and dependancies to include information from the
old packaging of irssi-text git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3858 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ce58a092..6be5912f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,15 @@
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() (Closes: #232628)
-- David Pashley <david@davidpashley.com> Sun, 10 Jul 2005 15:11:38 +0300