From 6b2d56fe5ed629ec4aa49ae1501f8065471afbcf Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Sun, 9 Apr 2006 15:36:15 +0000 Subject: [PATCH] 2006-04-09 [colin] 2.1.0cvs23 * AUTHORS * src/gtk/authors.h Add Alexei --- AUTHORS | 1 + ChangeLog | 6 ++++++ PATCHSETS | 1 + configure.ac | 2 +- src/gtk/authors.h | 1 + 5 files changed, 10 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 7f2763431..fa60d46cc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -245,4 +245,5 @@ contributors (beside the above; based on Changelog) Marien Zwart Joshua M. Kwan Ralgh Young + Alexey Illarionov diff --git a/ChangeLog b/ChangeLog index 3859bd3ea..0f8d13d39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-09 [colin] 2.1.0cvs23 + + * AUTHORS + * src/gtk/authors.h + Add Alexei + 2006-04-09 [colin] 2.1.0cvs22 * src/mainwindow.c diff --git a/PATCHSETS b/PATCHSETS index 654d7cbff..fc8b8ab13 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1394,3 +1394,4 @@ ( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 manual/fr/glossary.xml; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 manual/fr/keyboard.xml; ) > 2.1.0cvs20.patchset ( cvs diff -u -r 1.105.2.50 -r 1.105.2.51 src/prefs_account.c; cvs diff -u -r 1.16.2.18 -r 1.16.2.19 src/prefs_customheader.c; ) > 2.1.0cvs21.patchset ( cvs diff -u -r 1.274.2.105 -r 1.274.2.106 src/mainwindow.c; cvs diff -u -r 1.1.2.38 -r 1.1.2.39 src/gtk/quicksearch.c; ) > 2.1.0cvs22.patchset +( cvs diff -u -r 1.100.2.37 -r 1.100.2.38 AUTHORS; cvs diff -u -r 1.1.2.17 -r 1.1.2.18 src/gtk/authors.h; ) > 2.1.0cvs23.patchset diff --git a/configure.ac b/configure.ac index 4a7789394..cb3056f20 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=1 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=22 +EXTRA_VERSION=23 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/gtk/authors.h b/src/gtk/authors.h index 58edaab3f..879164036 100644 --- a/src/gtk/authors.h +++ b/src/gtk/authors.h @@ -225,5 +225,6 @@ static char *CONTRIBS_LIST[] = { "Gál Zoltán", "Marien Zwart", "Martin Zwickel", +"Alexey Illarionov", NULL }; -- 2.25.1