diff --git a/Data/ISO3166_CountryCodes.hs b/Data/ISO3166_CountryCodes.hs
--- a/Data/ISO3166_CountryCodes.hs
+++ b/Data/ISO3166_CountryCodes.hs
@@ -6,7 +6,7 @@
 
      Defines the type CountryCode with constructors for each
      of the two-letter codes defined in
-     <http://www.iso.org/iso/iso3166_en_code_lists.txt> and
+     <http://www.iso.org/iso/list-en1-semic-3.txt> and
      instances for 'Eq', 'Read', 'Show', 'Enum', 'Bounded'
      and 'Ord'.
 
@@ -118,6 +118,8 @@
    |
    BO -- ^ BOLIVIA, PLURINATIONAL STATE OF
    |
+   BQ -- ^ BONAIRE, SAINT EUSTATIUS AND SABA
+   |
    BA -- ^ BOSNIA AND HERZEGOVINA
    |
    BW -- ^ BOTSWANA
@@ -176,6 +178,8 @@
    |
    CU -- ^ CUBA
    |
+   CW -- ^ CURAÇAO
+   |
    CY -- ^ CYPRUS
    |
    CZ -- ^ CZECH REPUBLIC
@@ -374,8 +378,6 @@
    |
    NL -- ^ NETHERLANDS
    |
-   AN -- ^ NETHERLANDS ANTILLES
-   |
    NC -- ^ NEW CALEDONIA
    |
    NZ -- ^ NEW ZEALAND
@@ -422,7 +424,7 @@
    |
    QA -- ^ QATAR
    |
-   RE -- ^ REUNION
+   RE -- ^ RÉUNION
    |
    RO -- ^ ROMANIA
    |
@@ -432,13 +434,13 @@
    |
    BL -- ^ SAINT BARTHÉLEMY
    |
-   SH -- ^ SAINT HELENA
+   SH -- ^ SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA
    |
    KN -- ^ SAINT KITTS AND NEVIS
    |
    LC -- ^ SAINT LUCIA
    |
-   MF -- ^ SAINT MARTIN
+   MF -- ^ SAINT MARTIN (FRENCH PART)
    |
    PM -- ^ SAINT PIERRE AND MIQUELON
    |
@@ -462,6 +464,8 @@
    |
    SG -- ^ SINGAPORE
    |
+   SX -- ^ SINT MAARTEN (DUTCH PART)
+   |
    SK -- ^ SLOVAKIA
    |
    SI -- ^ SLOVENIA
@@ -538,7 +542,7 @@
    |
    VU -- ^ VANUATU
    |
-   VE -- ^ VENEZUELA
+   VE -- ^ VENEZUELA, BOLIVARIAN REPUBLIC OF
    |
    VN -- ^ VIET NAM
    |
@@ -590,6 +594,7 @@
 countryNameFromCode BM = "BERMUDA"
 countryNameFromCode BT = "BHUTAN"
 countryNameFromCode BO = "BOLIVIA, PLURINATIONAL STATE OF"
+countryNameFromCode BQ = "BONAIRE, SAINT EUSTATIUS AND SABA"
 countryNameFromCode BA = "BOSNIA AND HERZEGOVINA"
 countryNameFromCode BW = "BOTSWANA"
 countryNameFromCode BV = "BOUVET ISLAND"
@@ -619,6 +624,7 @@
 countryNameFromCode CI = "CÔTE D'IVOIRE"
 countryNameFromCode HR = "CROATIA"
 countryNameFromCode CU = "CUBA"
+countryNameFromCode CW = "CURAÇAO"
 countryNameFromCode CY = "CYPRUS"
 countryNameFromCode CZ = "CZECH REPUBLIC"
 countryNameFromCode DK = "DENMARK"
@@ -718,7 +724,6 @@
 countryNameFromCode NR = "NAURU"
 countryNameFromCode NP = "NEPAL"
 countryNameFromCode NL = "NETHERLANDS"
-countryNameFromCode AN = "NETHERLANDS ANTILLES"
 countryNameFromCode NC = "NEW CALEDONIA"
 countryNameFromCode NZ = "NEW ZEALAND"
 countryNameFromCode NI = "NICARAGUA"
@@ -742,15 +747,15 @@
 countryNameFromCode PT = "PORTUGAL"
 countryNameFromCode PR = "PUERTO RICO"
 countryNameFromCode QA = "QATAR"
-countryNameFromCode RE = "REUNION"
+countryNameFromCode RE = "RÉUNION"
 countryNameFromCode RO = "ROMANIA"
 countryNameFromCode RU = "RUSSIAN FEDERATION"
 countryNameFromCode RW = "RWANDA"
 countryNameFromCode BL = "SAINT BARTHÉLEMY"
-countryNameFromCode SH = "SAINT HELENA"
+countryNameFromCode SH = "SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA"
 countryNameFromCode KN = "SAINT KITTS AND NEVIS"
 countryNameFromCode LC = "SAINT LUCIA"
-countryNameFromCode MF = "SAINT MARTIN"
+countryNameFromCode MF = "SAINT MARTIN (FRENCH PART)"
 countryNameFromCode PM = "SAINT PIERRE AND MIQUELON"
 countryNameFromCode VC = "SAINT VINCENT AND THE GRENADINES"
 countryNameFromCode WS = "SAMOA"
@@ -762,6 +767,7 @@
 countryNameFromCode SC = "SEYCHELLES"
 countryNameFromCode SL = "SIERRA LEONE"
 countryNameFromCode SG = "SINGAPORE"
+countryNameFromCode SX = "SINT MAARTEN (DUTCH PART)"
 countryNameFromCode SK = "SLOVAKIA"
 countryNameFromCode SI = "SLOVENIA"
 countryNameFromCode SB = "SOLOMON ISLANDS"
@@ -800,7 +806,7 @@
 countryNameFromCode UY = "URUGUAY"
 countryNameFromCode UZ = "UZBEKISTAN"
 countryNameFromCode VU = "VANUATU"
-countryNameFromCode VE = "VENEZUELA"
+countryNameFromCode VE = "VENEZUELA, BOLIVARIAN REPUBLIC OF"
 countryNameFromCode VN = "VIET NAM"
 countryNameFromCode VG = "VIRGIN ISLANDS, BRITISH"
 countryNameFromCode VI = "VIRGIN ISLANDS, U.S."
diff --git a/iso3166-country-codes.cabal b/iso3166-country-codes.cabal
--- a/iso3166-country-codes.cabal
+++ b/iso3166-country-codes.cabal
@@ -1,4 +1,4 @@
-Version: 0.20090527.1
+Version: 0.20101223.3
 Name:		iso3166-country-codes
 Cabal-Version:  >= 1.6
 Build-type:	Simple
