From ed2ab98102f2cacf39dff5a515ed742b4c53af9e Mon Sep 17 00:00:00 2001 From: Wouter Coekaerts Date: Sat, 6 Oct 2007 09:39:55 +0000 Subject: [PATCH] Release 0.8.12 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4606 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- NEWS | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d844cb58..2c390d2e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v0.8.12 YYYY-YY-YY The Irssi team +v0.8.12 2007-10-06 The Irssi team + Some changes to character set recoding. + Rewrite SSL connection/handshake code. + Remove support for glib 1.x. diff --git a/configure.in b/configure.in index b14f6066..a8644151 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(irssi, 0.8.12-rc1) +AC_INIT(irssi, 0.8.12) AC_CONFIG_SRCDIR([src]) AC_PREREQ(2.50)