From 37a44139d11dc48691bdd7ce1ea424c94fc241af Mon Sep 17 00:00:00 2001 From: Arnaud Cornet Date: Wed, 2 Apr 2008 23:49:48 +0200 Subject: [PATCH] Update src/version.h and Changelog for release. --- ChangeLog | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/version.h | 2 +- 2 files changed, 51 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f0c3a7a..dc73f82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +commit 2cbf377cc2ce387ed2542a0c2c7a2b45c38ba58d +Author: Arnaud Cornet +Date: Wed Apr 2 23:41:27 2008 +0200 + + Fix default nick/user/realname check + + (debian bug 473999). + allow ssl_check_mode = none. + tweak HOME handling. + + Most of this is Yoann Guillot's work. + +commit e383c2b6f6c69bf71010621b5e9f2be875b92971 +Merge: d7430d4... 6cee8c7... +Author: Loïc Gomez +Date: Sat Feb 16 13:50:40 2008 +0100 + + Merge branch 'master' of http://bip.t1r.net/bip + +commit 6cee8c728f4465e2cb185d2e32e1d6587c063a41 +Author: Arnaud Cornet +Date: Sat Feb 16 11:33:00 2008 +0100 + + bip-release glitch fix. + +commit 303503cfc75634b891664afa00ccdad290e464bc +Author: Arnaud Cornet +Date: Sat Feb 16 11:32:13 2008 +0100 + + Post release leak fix. :) + +commit 2516a89ac873cc04dc2403b9b3400a5125cc6828 +Author: Arnaud Cornet +Date: Fri Feb 15 23:59:35 2008 +0100 + + Add -git to version string. + +commit eb1dbb1023ca4d5c207936e1e7f39aa323eebe2c +Author: Arnaud Cornet +Date: Fri Feb 15 23:59:30 2008 +0100 + + Update src/version.h and Changelog for release. + +commit d7430d44cc780384507bef5bb3f1a4c3e1cc6315 +Author: Loïc Gomez +Date: Mon Feb 11 13:10:42 2008 +0100 + + SSL: + - make bip compile with --disable-ssl configuration + commit ba4e70d6647cab63471391649adc7d5029d43228 Author: Loïc Gomez Date: Mon Feb 4 18:38:09 2008 +0100 diff --git a/src/version.h b/src/version.h index 346febd..2453d5a 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define BIP_VERSION "0.7.0-git" +#define BIP_VERSION "0.7.1"