UPDATE
上传用户:tany51
上传日期:2013-06-12
资源大小:1397k
文件大小:5k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. ==========================
  2.  PVPGN UPDATE INFORMATION
  3. ==========================
  4. This file contains a summary of all changes from previous version you need to 
  5. take care of when updating your server to the current version.
  6. It should contain:
  7. -- info's about all new/changed parameters in bnetd.conf
  8. -- all new/changed config files in the conf/ subfolder
  9. The path's specified are those of the default unix installation
  10.  Updating from 1.6.1 to 1.6.2
  11. =====================================
  12. changed config files:
  13. ---------------------
  14. -- changed version_exeinfo_maxdiff value in default bnetd.conf to 0 (disables 
  15. timediff exeinfo check)
  16.  Updating from 1.6.0 beta to 1.6.0
  17. =====================================
  18. changed config files:
  19. ---------------------
  20. -- conf/sql_DB_layout has been changed, update it when you are currently not using
  21. a SQL storage mode, but plan to do so in the near future
  22. -- updated conf/bnmaps.txt
  23.  Updating from 1.6.0 pre 5 to 1.6.0 beta
  24. ===========================================
  25. !!!IMPORTANT!!!
  26. Most of the files under "files" directory where moved in their own package now 
  27. which is distributed separately. To setup a fresh server you will need to get 
  28. the "files" package too and unpack it into "files" directory of your PvPGN 
  29. installation.
  30. new config files:
  31. -----------------
  32. -- added /usr/local/etc/supportfile
  33. changed config files:
  34. ---------------------
  35. -- updated bnmotd.txt
  36. -- updated anongame_infos.txt (you MUST udpate it, old language tags are not 
  37. supported anymore)
  38. changes to d2dbs.conf:
  39. ----------------------
  40. -- added: ladder_chars_only = 1
  41. -- added: ladder_start_time = ""
  42. changes to bnetd.conf:
  43. -- added: supportfile = path to the supportfile list
  44. REMOVED BITS SUPPORT:
  45. - conf/bnbitsmotd.txt
  46. - conf/bnbitspasswd
  47. - removed BITS entries from conf/bnetd.conf.in si conf/bnetd.conf.win32
  48. (do_uplink, uplink_server, uplink_username, allow_uplink, bits_password_file, 
  49. bits_motd_file, bits_use_plaintext)
  50.  Updating from 1.6.0 pre 4 to 1.6.0 pre 5
  51. ===========================================
  52. changes to bnetd.conf:
  53. ----------------------
  54. -- added: load_new_account = false
  55. changes to d2cs.conf:
  56. ----------------------
  57. -- added: char_expire_day = 0
  58.  Updating from 1.6.0 pre 3 to 1.6.0 pre 4
  59. ===========================================
  60. changes to bnetd.conf:
  61. ----------------------
  62. -- added: maxusers_per_channel = 0
  63. -- added: userstep = 100
  64. changes to sql_DB_layout:
  65. -------------------------
  66. -- changed STAR_0_last_game_result, STAR_1_last_game_result, 
  67. SEXP_0_last_game_result, SEXP_1_last_game_result from int to varchar type; when 
  68. upgrading from a previous version you should alter the Record table for this 
  69. fields and change their types like:
  70. ALTER TABLE Record CHANGE COLUMN STAR_0_last_game_result varchar(128) default NULL
  71. etc..
  72.  Updating from 1.6.0 pre 2 to 1.6.0 pre 3
  73. ===========================================
  74. new/changed config files/folders:
  75. ---------------------------------
  76. -- added 3 new sections to conf/anongame_infos.conf where u can now easily
  77.    configure the race wins needed to get a specific icon
  78.  Updating from 1.6.0 pre 1 to 1.6.0 pre 2
  79. ===========================================
  80. changes to bnetd.conf:
  81. ----------------------
  82. -- added: passfail_count   = 0
  83. -- added: passfail_bantime = 300
  84. -- added: w3trans_file = /usr/local/etc/w3trans
  85. -- removed: w3routeshow
  86. new/changed config files/folders:
  87. ---------------------------------
  88. -- usr/local/etc/w3trans    (this file is used to specify the w3route ip sent to clients)
  89.  Updating from 1.5.x branch to 1.6.0 pre 1
  90. ===========================================
  91. changes to bnetd.conf:
  92. ----------------------
  93. -- storage_path now supports file,sql(mySQL&pgSQL) and cdb (a constant database)
  94.    please make sure that this parameter fits your needs fine
  95. -- added: topicfile        = /usr/local/etc/topics
  96. -- added: tournament_file  = /usr/local/etc/tournament.conf
  97. -- added: DBlayoutfile     = /usr/local/etc/sql_DB_layout
  98. -- changed: version_exeinfo_maxdiff default value to 4800 
  99.    (cause exetime parsing now really works)
  100. -- changed: storage_path now includes clan folder for file/cdb mode   
  101. -- removed: reduced_accounting (this mode is now the default mode and can't be turned off)
  102. -- removed: reload_new_accounts (no longer supported)
  103. -- renamed: war3_output_update_secs to output_update_secs (old name was confusing)
  104. -- renamed: XML_status_output_ladder to XML_status_output (same here)
  105. new/changed config files/folders:
  106. ---------------------------------
  107. -- /usr/local/var/clans           (this folder contains all clan stuff)
  108. -- /usr/local/var/clanscdb        (this folder contains all clan stuff when using cdb mode)
  109. -- /usr/local/etc/topics          (in this file the channel topics are stored)
  110. -- /usr/local/etc/tournament.conf (here to configure your tournament support)
  111. -- /usr/local/etc/sql_DB_layout   (this file contains infos for the sql_DB_creator)