[freeciv] 04/09: Merge tag 'upstream/2.5.1'

Markus Koschany apo-guest at moszumanska.debian.org
Wed Aug 19 12:51:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository freeciv.

commit f00d305300b3639cf6e66446794114eaed506939
Merge: f1cd842 53f9331
Author: Markus Koschany <apo at gambaru.de>
Date:   Mon Aug 17 16:33:05 2015 +0200

    Merge tag 'upstream/2.5.1'
    
    Upstream version 2.5.1
    
    # gpg: Signature made Mon 17 Aug 2015 16:32:58 CEST using RSA key ID 513B51E4
    # gpg: Good signature from "Markus Koschany <apo at gambaru.de>" [ultimate]
    # gpg:                 aka "Markus Koschany <markus at koschany.net>" [ultimate]

 COPYING                                            |    43 +-
 ChangeLog                                          |  1886 ++++
 INSTALL                                            |     9 +-
 Makefile.am                                        |     1 +
 Makefile.in                                        |    14 +-
 NEWS-2.5                                           |   266 +-
 aclocal.m4                                         |     1 +
 ai/Makefile.in                                     |    13 +-
 ai/classic/Makefile.in                             |    13 +-
 ai/default/Makefile.in                             |    13 +-
 ai/default/advdiplomacy.c                          |    40 +-
 ai/default/advdomestic.c                           |     2 +-
 ai/default/aidata.c                                |    12 +-
 ai/default/aiunit.c                                |     3 +-
 ai/stub/Makefile.in                                |    13 +-
 ai/threaded/Makefile.in                            |    13 +-
 bootstrap/freeciv-gtk2.desktop.in                  |     4 +-
 bootstrap/freeciv-qt.desktop.in                    |     4 +-
 bootstrap/freeciv-sdl.desktop.in                   |     6 +-
 bootstrap/freeciv-server.desktop.in                |     4 +-
 bootstrap/freeciv.desktop.in                       |     4 +-
 client/Makefile.in                                 |    13 +-
 client/agents/Makefile.in                          |    13 +-
 client/agents/agents.c                             |     6 +-
 client/agents/cma_fec.c                            |    16 +-
 client/citydlg_common.c                            |     6 +-
 client/client_main.c                               |    33 +-
 client/client_main.h                               |     2 +
 client/control.c                                   |     6 +-
 client/gui-gtk-2.0/Makefile.in                     |    13 +-
 client/gui-gtk-2.0/citizensinfo.c                  |     8 +-
 client/gui-gtk-2.0/citydlg.c                       |     3 -
 client/gui-gtk-2.0/diplodlg.c                      |     6 +-
 client/gui-gtk-2.0/gui_main.c                      |    42 +-
 client/gui-gtk-2.0/helpdlg.c                       |    51 +-
 client/gui-gtk-2.0/mapview.c                       |     2 +-
 client/gui-gtk-2.0/plrdlg.c                        |    76 +-
 client/gui-gtk-3.0/Makefile.in                     |    13 +-
 client/gui-gtk-3.0/citizensinfo.c                  |     8 +-
 client/gui-gtk-3.0/citydlg.c                       |   457 +-
 client/gui-gtk-3.0/cma_fe.c                        |    38 +-
 client/gui-gtk-3.0/cma_fe.h                        |     6 +-
 client/gui-gtk-3.0/diplodlg.c                      |     6 +-
 client/gui-gtk-3.0/gui_main.c                      |    27 +-
 client/gui-gtk-3.0/helpdlg.c                       |    51 +-
 client/gui-gtk-3.0/mapview.c                       |     2 +-
 client/gui-gtk-3.0/optiondlg.c                     |     2 +-
 client/gui-gtk-3.0/pages.c                         |     2 +-
 client/gui-gtk-3.0/plrdlg.c                        |    76 +-
 client/gui-qt/Makefile.in                          |    13 +-
 client/gui-qt/citydlg.cpp                          |     2 +-
 client/gui-qt/diplodlg.cpp                         |    33 +-
 client/gui-qt/diplodlg.h                           |     2 +-
 client/gui-qt/fc_client.cpp                        |    11 +-
 client/gui-qt/helpdlg.cpp                          |    29 +-
 client/gui-qt/menu.cpp                             |     6 +-
 client/gui-qt/pages.cpp                            |     2 +-
 client/gui-qt/plrdlg.cpp                           |    12 +-
 client/gui-qt/repodlgs.cpp                         |     2 +-
 client/gui-sdl/Makefile.in                         |    13 +-
 client/gui-sdl/citydlg.c                           |   160 +-
 client/gui-sdl/dialogs.c                           |     4 +-
 client/gui-sdl/diplodlg.c                          |    18 +-
 client/gui-sdl/diplomat_dialog.c                   |     2 +-
 client/gui-sdl/graphics.c                          |     2 +-
 client/gui-sdl/gui_main.h                          |     2 +-
 client/gui-sdl/gui_tilespec.c                      |    40 +-
 client/gui-sdl/gui_tilespec.h                      |     5 +-
 client/gui-sdl/helpdlg.c                           |    12 +-
 client/gui-sdl/mapview.c                           |    35 +-
 client/gui-sdl/menu.c                              |    68 +-
 client/gui-sdl/messagewin.c                        |     4 +
 client/gui-sdl/optiondlg.c                         |    17 +-
 client/gui-sdl/optiondlg.h                         |     2 +-
 client/gui-sdl/widget_edit.c                       |    30 +-
 client/gui-stub/Makefile.in                        |    13 +-
 client/gui-xaw/Freeciv.h                           |     2 +-
 client/gui-xaw/Makefile.in                         |    13 +-
 client/gui-xaw/helpdlg.c                           |     6 +-
 client/helpdata.c                                  |   252 +-
 client/include/Makefile.in                         |    13 +-
 client/luascript/Makefile.in                       |    13 +-
 client/luascript/tolua_client_gen.h                |     2 +-
 client/mapctrl_common.c                            |     1 +
 client/packhand.c                                  |    15 +-
 client/plrdlg_common.c                             |    51 +-
 client/servers.c                                   |   170 +-
 client/text.c                                      |   206 +-
 client/tilespec.c                                  |    79 +-
 common/Makefile.in                                 |    13 +-
 common/ai.c                                        |     2 +-
 common/aicore/Makefile.in                          |    13 +-
 common/aicore/caravan.c                            |     8 +-
 common/aicore/cm.c                                 |    26 +-
 common/city.c                                      |    49 +-
 common/city.h                                      |     1 +
 common/effects.c                                   |    62 +-
 common/fc_interface.c                              |    11 +
 common/fc_interface.h                              |     1 +
 common/improvement.c                               |     2 +-
 common/player.c                                    |    32 +-
 common/player.h                                    |     2 +
 common/requirements.c                              |     2 +-
 common/scriptcore/Makefile.in                      |    13 +-
 common/scriptcore/tolua_common_a_gen.h             |     2 +-
 common/scriptcore/tolua_common_z_gen.h             |     2 +-
 common/scriptcore/tolua_game_gen.c                 |    20 +-
 common/scriptcore/tolua_game_gen.h                 |     2 +-
 common/scriptcore/tolua_signal_gen.h               |     2 +-
 common/tech.c                                      |     6 +-
 common/unit.c                                      |     2 +
 common/unit.h                                      |     3 +
 common/unittype.c                                  |    41 +-
 common/unittype.h                                  |   123 +-
 configure                                          |  2415 +++--
 configure.ac                                       |     7 +-
 data/Freeciv                                       |     2 +-
 data/Makefile.in                                   |    13 +-
 data/amplio2/Makefile.in                           |    13 +-
 data/amplio2/maglev.png                            |   Bin 3494 -> 2966 bytes
 data/buildings/Makefile.in                         |    13 +-
 data/cimpletoon/Makefile.in                        |    13 +-
 data/civ1/Makefile.in                              |    13 +-
 data/civ1/techs.ruleset                            |     6 +-
 data/civ1/units.ruleset                            |     6 +-
 data/civ2/Makefile.in                              |    13 +-
 data/civ2/techs.ruleset                            |     6 +-
 data/civ2/units.ruleset                            |     8 +-
 data/civ2civ3/Makefile.in                          |    13 +-
 data/civ2civ3/buildings.ruleset                    |    41 +-
 data/civ2civ3/effects.ruleset                      |   110 +-
 data/civ2civ3/techs.ruleset                        |     7 +-
 data/civ2civ3/terrain.ruleset                      |     6 +-
 data/civ2civ3/units.ruleset                        |    92 +-
 data/classic/Makefile.in                           |    13 +-
 data/classic/techs.ruleset                         |     6 +-
 data/classic/units.ruleset                         |    14 +-
 data/default/Makefile.in                           |    13 +-
 data/experimental/Makefile.in                      |    13 +-
 data/experimental/techs.ruleset                    |     9 +-
 data/experimental/units.ruleset                    |    14 +-
 data/flags/Makefile.in                             |    13 +-
 data/helpdata.txt                                  |    41 +-
 data/hex2t.tilespec                                |     8 +
 data/hex2t/Makefile.am                             |     4 +-
 data/hex2t/Makefile.in                             |    17 +-
 data/hex2t/tiles.png                               |   Bin 55024 -> 54577 bytes
 data/hex2t/tiles.spec                              |   167 +-
 data/hex2t/unitcost.png                            |   Bin 0 -> 3105 bytes
 data/hex2t/unitcost.spec                           |    73 +
 data/icons/Makefile.in                             |    13 +-
 data/isophex.tilespec                              |     8 +
 data/isophex/Makefile.in                           |    13 +-
 data/isophex/terrain1.png                          |   Bin 68119 -> 52450 bytes
 data/isophex/terrain1.spec                         |    19 +-
 data/isotrident.tilespec                           |     8 +
 data/isotrident/Makefile.am                        |     2 +
 data/isotrident/Makefile.in                        |    15 +-
 data/isotrident/terrain1.png                       |   Bin 63899 -> 54613 bytes
 data/isotrident/terrain1.spec                      |    21 +-
 data/isotrident/unitcost.png                       |   Bin 0 -> 3468 bytes
 data/isotrident/unitcost.spec                      |    68 +
 data/misc/Makefile.in                              |    13 +-
 data/multiplayer/Makefile.in                       |    13 +-
 data/multiplayer/techs.ruleset                     |     3 +
 data/multiplayer/units.ruleset                     |    12 +-
 data/nation/Makefile.in                            |    13 +-
 data/scenarios/Makefile.am                         |     2 +-
 data/scenarios/Makefile.in                         |    15 +-
 data/stdsounds.soundspec                           |     1 -
 data/stdsounds/Makefile.in                         |    13 +-
 data/themes/Makefile.in                            |    13 +-
 data/themes/gui-gtk-2.0/Freeciv/Makefile.in        |    13 +-
 .../gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/Makefile.in |    13 +-
 .../Freeciv/gtk-2.0/Buttons/Makefile.in            |    13 +-
 .../Freeciv/gtk-2.0/Check-Radio/Makefile.in        |    13 +-
 .../gui-gtk-2.0/Freeciv/gtk-2.0/Combo/Makefile.in  |    13 +-
 .../Freeciv/gtk-2.0/Frame-Gap/Makefile.in          |    13 +-
 .../Freeciv/gtk-2.0/Handles/Makefile.in            |    13 +-
 .../gui-gtk-2.0/Freeciv/gtk-2.0/Lines/Makefile.in  |    13 +-
 .../Freeciv/gtk-2.0/ListHeaders/Makefile.in        |    13 +-
 .../themes/gui-gtk-2.0/Freeciv/gtk-2.0/Makefile.in |    13 +-
 .../Freeciv/gtk-2.0/Menu-Menubar/Makefile.in       |    13 +-
 .../gui-gtk-2.0/Freeciv/gtk-2.0/Others/Makefile.in |    13 +-
 .../gui-gtk-2.0/Freeciv/gtk-2.0/Panel/Makefile.in  |    13 +-
 .../Freeciv/gtk-2.0/ProgressBar/Makefile.in        |    13 +-
 .../gui-gtk-2.0/Freeciv/gtk-2.0/Range/Makefile.in  |    13 +-
 .../Freeciv/gtk-2.0/Scrollbars/Makefile.in         |    13 +-
 .../Freeciv/gtk-2.0/Shadows/Makefile.in            |    13 +-
 .../gui-gtk-2.0/Freeciv/gtk-2.0/Spin/Makefile.in   |    13 +-
 .../gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/Makefile.in   |    13 +-
 .../Freeciv/gtk-2.0/Toolbar/Makefile.in            |    13 +-
 data/themes/gui-gtk-2.0/Makefile.in                |    13 +-
 data/themes/gui-gtk-3.0/Freeciv/Makefile.in        |    13 +-
 .../gui-gtk-3.0/Freeciv/gtk-3.0/Arrows/Makefile.in |    13 +-
 .../Freeciv/gtk-3.0/Buttons/Makefile.in            |    13 +-
 .../Freeciv/gtk-3.0/Check-Radio/Makefile.in        |    13 +-
 .../gui-gtk-3.0/Freeciv/gtk-3.0/Combo/Makefile.in  |    13 +-
 .../Freeciv/gtk-3.0/Frame-Gap/Makefile.in          |    13 +-
 .../Freeciv/gtk-3.0/Handles/Makefile.in            |    13 +-
 .../gui-gtk-3.0/Freeciv/gtk-3.0/Lines/Makefile.in  |    13 +-
 .../Freeciv/gtk-3.0/ListHeaders/Makefile.in        |    13 +-
 .../themes/gui-gtk-3.0/Freeciv/gtk-3.0/Makefile.in |    13 +-
 .../Freeciv/gtk-3.0/Menu-Menubar/Makefile.in       |    13 +-
 .../gui-gtk-3.0/Freeciv/gtk-3.0/Others/Makefile.in |    13 +-
 .../gui-gtk-3.0/Freeciv/gtk-3.0/Panel/Makefile.in  |    13 +-
 .../Freeciv/gtk-3.0/ProgressBar/Makefile.in        |    13 +-
 .../gui-gtk-3.0/Freeciv/gtk-3.0/Range/Makefile.in  |    13 +-
 .../Freeciv/gtk-3.0/Scrollbars/Makefile.in         |    13 +-
 .../Freeciv/gtk-3.0/Shadows/Makefile.in            |    13 +-
 .../gui-gtk-3.0/Freeciv/gtk-3.0/Spin/Makefile.in   |    13 +-
 .../gui-gtk-3.0/Freeciv/gtk-3.0/Tabs/Makefile.in   |    13 +-
 .../Freeciv/gtk-3.0/Toolbar/Makefile.in            |    13 +-
 data/themes/gui-gtk-3.0/Makefile.in                |    13 +-
 data/themes/gui-qt/Makefile.in                     |    13 +-
 data/themes/gui-qt/icons/Makefile.in               |    13 +-
 data/themes/gui-sdl/Makefile.in                    |    13 +-
 data/themes/gui-sdl/human/Makefile.in              |    13 +-
 data/trident/Makefile.in                           |    13 +-
 data/wonders/Makefile.in                           |    13 +-
 dependencies/Makefile.in                           |    13 +-
 dependencies/cvercmp/Makefile.in                   |    13 +-
 dependencies/cvercmp/cvercmp.c                     |     6 +-
 dependencies/lua-5.2/Makefile.in                   |    13 +-
 dependencies/lua-5.2/README                        |     2 +-
 dependencies/lua-5.2/Version                       |     4 +-
 dependencies/lua-5.2/doc/readme.html               |    32 +-
 dependencies/lua-5.2/src/Makefile.in               |    13 +-
 dependencies/lua-5.2/src/ldblib.c                  |    12 +-
 dependencies/lua-5.2/src/ldebug.c                  |    21 +-
 dependencies/lua-5.2/src/lgc.c                     |     2 +-
 dependencies/lua-5.2/src/llex.c                    |     2 +-
 dependencies/lua-5.2/src/lobject.h                 |     6 +-
 dependencies/lua-5.2/src/lopcodes.h                |     4 +-
 dependencies/lua-5.2/src/ltablib.c                 |    10 +-
 dependencies/lua-5.2/src/lua.h                     |     8 +-
 dependencies/lua-5.2/src/luaconf.h                 |     6 +-
 dependencies/luasql/Makefile.in                    |    13 +-
 dependencies/luasql/src/Makefile.in                |    13 +-
 dependencies/tolua-5.2/Makefile.in                 |    13 +-
 dependencies/tolua-5.2/src/Makefile.in             |    13 +-
 dependencies/tolua-5.2/src/bin/Makefile.in         |    13 +-
 dependencies/tolua-5.2/src/lib/Makefile.in         |    13 +-
 doc/HOWTOPLAY                                      |     2 +
 doc/Makefile.am                                    |     2 +-
 doc/Makefile.in                                    |    15 +-
 doc/{README.cma => README.governor}                |    99 +-
 doc/README.graphics                                |    23 +-
 doc/README.ruleset_civ2civ3                        |     4 +-
 doc/ca/Makefile.in                                 |    13 +-
 doc/de/Makefile.in                                 |    13 +-
 doc/fr/Makefile.in                                 |    13 +-
 doc/it/Makefile.in                                 |    13 +-
 doc/ja/Makefile.in                                 |    13 +-
 doc/man/Makefile.in                                |    13 +-
 doc/nl/Makefile.in                                 |    13 +-
 doc/sv/Makefile.in                                 |    13 +-
 fc_config.h.in                                     |     3 +
 fc_version                                         |     2 +-
 m4/c++11.m4                                        |    14 +-
 m4/c99.m4                                          |    16 +
 m4/fcdb-postgres.m4                                |     4 +-
 m4/qt5-darwin.m4                                   |    84 +
 m4/qt5.m4                                          |    83 +-
 server/Makefile.in                                 |    13 +-
 server/advisors/Makefile.in                        |    13 +-
 server/advisors/autosettlers.c                     |    20 +-
 server/advisors/autosettlers.h                     |     2 +
 server/citytools.c                                 |    85 +-
 server/cityturn.c                                  |     5 +-
 server/connecthand.c                               |     4 +-
 server/diplhand.c                                  |     6 +-
 server/diplomats.c                                 |     9 +
 server/gamehand.c                                  |     4 +-
 server/generator/Makefile.in                       |    13 +-
 server/generator/mapgen.c                          |     4 +
 server/generator/mapgen_topology.c                 |     4 +-
 server/generator/temperature_map.c                 |    21 +-
 server/generator/utilities.c                       |    27 +-
 server/generator/utilities.h                       |     2 +
 server/maphand.c                                   |    18 +-
 server/plrhand.c                                   |    21 +-
 server/rssanity.c                                  |    63 +
 server/ruleset.c                                   |    17 +-
 server/savegame.c                                  |     4 +-
 server/savegame2.c                                 |     4 +-
 server/scripting/Makefile.in                       |    13 +-
 server/scripting/tolua_fcdb_gen.h                  |     2 +-
 server/scripting/tolua_server_gen.c                |     8 +-
 server/scripting/tolua_server_gen.h                |     2 +-
 server/sernet.c                                    |     7 +-
 server/settings.c                                  |   137 +-
 server/settings.h                                  |     4 +-
 server/srv_main.c                                  |    62 +-
 server/srv_main.h                                  |     5 +-
 server/stdinhand.c                                 |    22 +-
 server/techtools.c                                 |     5 +
 server/unithand.c                                  |    41 +-
 server/unittools.c                                 |    22 +-
 tests/Makefile.in                                  |    13 +-
 tools/Makefile.in                                  |    13 +-
 tools/civmanual.c                                  |    13 +-
 tools/download.c                                   |     2 +-
 tools/modinst.c                                    |     4 +
 tools/mpgui_gtk2.c                                 |     2 +-
 tools/mpgui_gtk3.c                                 |     2 +-
 tools/mpgui_qt.cpp                                 |    54 +-
 tools/mpgui_qt.h                                   |    17 +
 translations/Makefile.in                           |    13 +-
 translations/Strings.txt                           |    12 +
 translations/freeciv/ar.gmo                        |   Bin 191551 -> 190958 bytes
 translations/freeciv/ar.po                         |  6445 ++++++------
 translations/freeciv/bg.gmo                        |   Bin 121532 -> 120321 bytes
 translations/freeciv/bg.po                         |  6422 +++++------
 translations/freeciv/ca.gmo                        |   Bin 998411 -> 1007735 bytes
 translations/freeciv/ca.po                         |  6753 ++++++------
 translations/freeciv/cs.gmo                        |   Bin 217609 -> 216837 bytes
 translations/freeciv/cs.po                         |  6484 ++++++------
 translations/freeciv/da.gmo                        |   Bin 578216 -> 576585 bytes
 translations/freeciv/da.po                         |  6491 ++++++------
 translations/freeciv/de.gmo                        |   Bin 763668 -> 1024725 bytes
 translations/freeciv/de.po                         | 10537 ++++++++++---------
 translations/freeciv/el.gmo                        |   Bin 254591 -> 254071 bytes
 translations/freeciv/el.po                         |  6428 +++++------
 translations/freeciv/en_GB.gmo                     |   Bin 937704 -> 949568 bytes
 translations/freeciv/en_GB.po                      |  6725 ++++++------
 translations/freeciv/eo.gmo                        |   Bin 179530 -> 178880 bytes
 translations/freeciv/eo.po                         |  6404 +++++------
 translations/freeciv/es.gmo                        |   Bin 966419 -> 1025673 bytes
 translations/freeciv/es.po                         |  7253 +++++++------
 translations/freeciv/et.gmo                        |   Bin 232227 -> 231485 bytes
 translations/freeciv/et.po                         |  6460 ++++++------
 translations/freeciv/fa.gmo                        |   Bin 97023 -> 96484 bytes
 translations/freeciv/fa.po                         |  6446 ++++++------
 translations/freeciv/fi.gmo                        |   Bin 858652 -> 1001686 bytes
 translations/freeciv/fi.po                         |  8157 +++++++-------
 translations/freeciv/fr.gmo                        |   Bin 1025511 -> 1037734 bytes
 translations/freeciv/fr.po                         |  6764 ++++++------
 translations/freeciv/freeciv.pot                   |  6272 +++++------
 translations/freeciv/ga.gmo                        |   Bin 212019 -> 211701 bytes
 translations/freeciv/ga.po                         |  6459 ++++++------
 translations/freeciv/gd.gmo                        |   Bin 813722 -> 810487 bytes
 translations/freeciv/gd.po                         |  6565 ++++++------
 translations/freeciv/he.gmo                        |   Bin 98297 -> 97854 bytes
 translations/freeciv/he.po                         |  6436 +++++------
 translations/freeciv/hu.gmo                        |   Bin 143667 -> 143367 bytes
 translations/freeciv/hu.po                         |  6419 +++++------
 translations/freeciv/id.gmo                        |   Bin 218231 -> 218082 bytes
 translations/freeciv/id.po                         |  6386 +++++------
 translations/freeciv/it.gmo                        |   Bin 484884 -> 483149 bytes
 translations/freeciv/it.po                         |  6498 ++++++------
 translations/freeciv/ja.gmo                        |   Bin 1015773 -> 1007108 bytes
 translations/freeciv/ja.po                         |  6592 ++++++------
 translations/freeciv/ko.gmo                        |   Bin 437073 -> 436640 bytes
 translations/freeciv/ko.po                         |  6431 +++++------
 translations/freeciv/lt.gmo                        |   Bin 178646 -> 178245 bytes
 translations/freeciv/lt.po                         |  6453 ++++++------
 translations/freeciv/nb.gmo                        |   Bin 197285 -> 196546 bytes
 translations/freeciv/nb.po                         |  6467 ++++++------
 translations/freeciv/nl.gmo                        |   Bin 410995 -> 409364 bytes
 translations/freeciv/nl.po                         |  6484 ++++++------
 translations/freeciv/pl.gmo                        |   Bin 916721 -> 920267 bytes
 translations/freeciv/pl.po                         |  6757 ++++++------
 translations/freeciv/pt.gmo                        |   Bin 131670 -> 131558 bytes
 translations/freeciv/pt.po                         |  6454 ++++++------
 translations/freeciv/pt_BR.gmo                     |   Bin 439589 -> 437807 bytes
 translations/freeciv/pt_BR.po                      |  6500 ++++++------
 translations/freeciv/ro.gmo                        |   Bin 200708 -> 199892 bytes
 translations/freeciv/ro.po                         |  6442 ++++++------
 translations/freeciv/ru.gmo                        |   Bin 1360390 -> 1332272 bytes
 translations/freeciv/ru.po                         |  6671 ++++++------
 translations/freeciv/sr.gmo                        |   Bin 146022 -> 145586 bytes
 translations/freeciv/sr.po                         |  6390 +++++------
 translations/freeciv/sv.gmo                        |   Bin 301403 -> 299956 bytes
 translations/freeciv/sv.po                         |  6492 ++++++------
 translations/freeciv/tr.gmo                        |   Bin 231706 -> 230908 bytes
 translations/freeciv/tr.po                         |  6448 ++++++------
 translations/freeciv/uk.gmo                        |   Bin 518680 -> 517156 bytes
 translations/freeciv/uk.po                         |  6503 ++++++------
 translations/freeciv/zh_CN.gmo                     |   Bin 166418 -> 166001 bytes
 translations/freeciv/zh_CN.po                      |  6425 +++++------
 translations/freeciv/zh_TW.gmo                     |   Bin 99376 -> 99138 bytes
 translations/freeciv/zh_TW.po                      |  6370 +++++------
 translations/nations/ar.gmo                        |   Bin 8111 -> 8111 bytes
 translations/nations/ar.po                         |     2 +-
 translations/nations/bg.gmo                        |   Bin 25942 -> 25942 bytes
 translations/nations/bg.po                         |     2 +-
 translations/nations/ca.gmo                        |   Bin 439462 -> 439462 bytes
 translations/nations/ca.po                         |     2 +-
 translations/nations/cs.gmo                        |   Bin 14232 -> 14232 bytes
 translations/nations/cs.po                         |     2 +-
 translations/nations/da.gmo                        |   Bin 136522 -> 136522 bytes
 translations/nations/da.po                         |     2 +-
 translations/nations/de.gmo                        |   Bin 223561 -> 236328 bytes
 translations/nations/de.po                         |   240 +-
 translations/nations/el.gmo                        |   Bin 16120 -> 16120 bytes
 translations/nations/el.po                         |     2 +-
 translations/nations/en_GB.gmo                     |   Bin 430139 -> 430139 bytes
 translations/nations/en_GB.po                      |     2 +-
 translations/nations/eo.gmo                        |   Bin 15192 -> 15192 bytes
 translations/nations/eo.po                         |     2 +-
 translations/nations/es.gmo                        |   Bin 424399 -> 442542 bytes
 translations/nations/es.po                         |   322 +-
 translations/nations/et.gmo                        |   Bin 22087 -> 22087 bytes
 translations/nations/et.po                         |     2 +-
 translations/nations/fa.gmo                        |   Bin 9777 -> 9777 bytes
 translations/nations/fa.po                         |     2 +-
 translations/nations/fi.gmo                        |   Bin 275709 -> 275709 bytes
 translations/nations/fi.po                         |     2 +-
 translations/nations/fr.gmo                        |   Bin 449518 -> 449518 bytes
 translations/nations/fr.po                         |     2 +-
 translations/nations/freeciv-nations.pot           |     2 +-
 translations/nations/ga.gmo                        |   Bin 57007 -> 57007 bytes
 translations/nations/ga.po                         |     2 +-
 translations/nations/gd.gmo                        |   Bin 332115 -> 332115 bytes
 translations/nations/gd.po                         |     2 +-
 translations/nations/he.gmo                        |   Bin 8205 -> 8205 bytes
 translations/nations/he.po                         |     2 +-
 translations/nations/hu.gmo                        |   Bin 5157 -> 5157 bytes
 translations/nations/hu.po                         |     2 +-
 translations/nations/id.gmo                        |   Bin 93658 -> 93658 bytes
 translations/nations/id.po                         |     2 +-
 translations/nations/it.gmo                        |   Bin 53499 -> 53499 bytes
 translations/nations/it.po                         |     2 +-
 translations/nations/ja.gmo                        |   Bin 411935 -> 411935 bytes
 translations/nations/ja.po                         |     2 +-
 translations/nations/ko.gmo                        |   Bin 25039 -> 25039 bytes
 translations/nations/ko.po                         |     2 +-
 translations/nations/lt.gmo                        |   Bin 24758 -> 24758 bytes
 translations/nations/lt.po                         |     2 +-
 translations/nations/nb.gmo                        |   Bin 6977 -> 6977 bytes
 translations/nations/nb.po                         |     2 +-
 translations/nations/nl.gmo                        |   Bin 161986 -> 161986 bytes
 translations/nations/nl.po                         |     2 +-
 translations/nations/pl.gmo                        |   Bin 441155 -> 441176 bytes
 translations/nations/pl.po                         |     6 +-
 translations/nations/pt.gmo                        |   Bin 4748 -> 4748 bytes
 translations/nations/pt.po                         |     2 +-
 translations/nations/pt_BR.gmo                     |   Bin 51658 -> 51658 bytes
 translations/nations/pt_BR.po                      |     2 +-
 translations/nations/ro.gmo                        |   Bin 6160 -> 6160 bytes
 translations/nations/ro.po                         |     2 +-
 translations/nations/ru.gmo                        |   Bin 621280 -> 621280 bytes
 translations/nations/ru.po                         |     2 +-
 translations/nations/sr.gmo                        |   Bin 7952 -> 7952 bytes
 translations/nations/sr.po                         |     2 +-
 translations/nations/sv.gmo                        |   Bin 32776 -> 32776 bytes
 translations/nations/sv.po                         |     2 +-
 translations/nations/tr.gmo                        |   Bin 10677 -> 10677 bytes
 translations/nations/tr.po                         |     2 +-
 translations/nations/uk.gmo                        |   Bin 83765 -> 83765 bytes
 translations/nations/uk.po                         |     2 +-
 translations/nations/zh_CN.gmo                     |   Bin 12245 -> 12245 bytes
 translations/nations/zh_CN.po                      |     2 +-
 translations/nations/zh_TW.gmo                     |   Bin 33758 -> 33758 bytes
 translations/nations/zh_TW.po                      |     2 +-
 utility/Makefile.in                                |    13 +-
 utility/shared.c                                   |   132 +-
 utility/shared.h                                   |     7 +-
 win32/Makefile.in                                  |    13 +-
 460 files changed, 141300 insertions(+), 116959 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freeciv.git



More information about the Pkg-games-commits mailing list