2007-11-19 [colin] 3.1.0cvs5
* src/common/utils.c Fix bug 1392, 'Top level domain .EU is not recognised as valid'
This commit is contained in:
parent
7ec8925999
commit
0a9e72a098
4 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-11-19 [colin] 3.1.0cvs5
|
||||
|
||||
* src/common/utils.c
|
||||
Fix bug 1392, 'Top level domain .EU is
|
||||
not recognised as valid'
|
||||
|
||||
2007-11-19 [wwp] 3.1.0cvs4
|
||||
|
||||
* src/compose.c
|
||||
|
|
|
@ -3062,3 +3062,4 @@
|
|||
( cvs diff -u -r 1.382.2.421 -r 1.382.2.422 src/compose.c; cvs diff -u -r 1.50.2.43 -r 1.50.2.44 src/compose.h; cvs diff -u -r 1.1.2.9 -r 1.1.2.10 src/prefs_logging.c; cvs diff -u -r 1.1.2.47 -r 1.1.2.48 src/prefs_summaries.c; ) > 3.1.0cvs2.patchset
|
||||
( cvs diff -u -r 1.60.2.105 -r 1.60.2.106 src/addressbook.c; cvs diff -u -r 1.18.2.11 -r 1.18.2.12 src/addressbook.h; cvs diff -u -r 1.14.2.44 -r 1.14.2.45 src/editaddress.c; cvs diff -u -r 1.11.2.17 -r 1.11.2.18 src/editgroup.c; cvs diff -u -r 1.1.2.6 -r 1.1.2.7 src/addrduplicates.c; ) > 3.1.0cvs3.patchset
|
||||
( cvs diff -u -r 1.382.2.422 -r 1.382.2.423 src/compose.c; cvs diff -u -r 1.50.2.44 -r 1.50.2.45 src/compose.h; ) > 3.1.0cvs4.patchset
|
||||
( cvs diff -u -r 1.36.2.125 -r 1.36.2.126 src/common/utils.c; ) > 3.1.0cvs5.patchset
|
||||
|
|
|
@ -11,7 +11,7 @@ MINOR_VERSION=1
|
|||
MICRO_VERSION=0
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=4
|
||||
EXTRA_VERSION=5
|
||||
EXTRA_RELEASE=
|
||||
EXTRA_GTK2_VERSION=
|
||||
|
||||
|
|
|
@ -4057,7 +4057,7 @@ static GHashTable *create_domain_tab(void)
|
|||
"bz", "ca", "cc", "cd", "cf", "cg", "ch", "ci", "ck", "cl",
|
||||
"cm", "cn", "co", "cr", "cu", "cv", "cx", "cy", "cz", "de",
|
||||
"dj", "dk", "dm", "do", "dz", "ec", "ee", "eg", "eh", "er",
|
||||
"es", "et", "fi", "fj", "fk", "fm", "fo", "fr", "ga", "gd",
|
||||
"es", "et", "eu", "fi", "fj", "fk", "fm", "fo", "fr", "ga", "gd",
|
||||
"ge", "gf", "gg", "gh", "gi", "gl", "gm", "gn", "gp", "gq",
|
||||
"gr", "gs", "gt", "gu", "gw", "gy", "hk", "hm", "hn", "hr",
|
||||
"ht", "hu", "id", "ie", "il", "im", "in", "io", "iq", "ir",
|
||||
|
|
Loading…
Reference in a new issue