Skip to content

Commit

Permalink
release v1.6.1 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
markweirath committed Jun 7, 2011
1 parent fb56c15 commit 44bde3d
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
@@ -1,3 +1,14 @@
1.6.0 -> 1.6.1
----
A list of changed files is available after release here:
github.com/BigBrotherBot/big-brother-bot/compare/v1.6.0...v1.6.1
----
- Improvements to win32 installer
- Added eventstats to verbose mode to monitor eventqueue
- Improvements to Homefront parser
- Improvements to CoD7 parser (kick reason)
- Fixes to --update routine

1.5.0 -> 1.6.0
----
A list of changed files is available after release here:
Expand Down
66 changes: 66 additions & 0 deletions ChangeLogDetailed.txt
@@ -1,3 +1,69 @@
2011-06-07 xlr8or <xlr8or@xlr8or.com>

* : commit f5820a057622017cf4ee50d979cbeec42e967ed3 Author:
Courgette <courgette@bigbrotherbot.net> Date: Mon Jun 6 20:02:07
2011 +0200

2011-06-06 Courgette <courgette@bigbrotherbot.net>

* b3/events.py, b3/functions.py, b3/parser.py: add events stats add periodic stats about the time it takes to handle events and the
time events wait in queue before being processed

2011-06-04 xlr8or <xlr8or@xlr8or.com>

* : commit 489d8222779b01af9fd6eeb87c5dd2802b38e2ee Author:
Courgette <courgette@bigbrotherbot.net> Date: Sat Jun 4 16:56:47
2011 +0200

2011-05-31 xlr8or <xlr8or@xlr8or.com>

* b3/extplugins/xlrstats.py: xlrstats: removed sql execution code to
avoid MySQL 5.5 issues locking the db

2011-05-31 xlr8or <xlr8or@xlr8or.com>

* py2exe_builder/b3-installer-project.iss: Make installer use system
drive, not use previous install dir.

2011-05-30 Courgette <courgette@bigbrotherbot.net>

* b3/parser.py, b3/sql/b3-update.sql: Don't run b3-update.sql on
startup

2011-05-29 Courgette <courgette@bigbrotherbot.net>

* b3/fake.py: FAKE: fixes to getClientPenalties and numPenalties

2011-05-29 Courgette <courgette@bigbrotherbot.net>

* b3/conf/plugin_admin.xml: ADMIN PLUGIN: fix typo in config

2011-05-27 Courgette <courgette@bigbrotherbot.net>

* b3/parsers/homefront/__init__.py, test/parsers/__init__.py,
test/parsers/homefront/__init__.py,
test/parsers/homefront/test_HomefrontParser.py: HOMEFRONT : KILL
event correctly parsed with player names or player SteamID

2011-05-27 Courgette <courgette@bigbrotherbot.net>

* b3.egg-info/PKG-INFO, b3/PKG-INFO,
py2exe_builder/b3-installer-project.iss: version change to 1.6.1

2011-05-25 Courgette <courgette@bigbrotherbot.net>

* b3/parsers/cod7.py: COD7: kick commands now sends reason

2011-05-24 Courgette <courgette@bigbrotherbot.net>

* b3/parsers/homefront/__init__.py: "kill" penalty rcon command now
uses SteamID instead of player name

2011-05-22 xlr8or <xlr8or@xlr8or.com>

* ChangeLogDetailed.txt, b3.egg-info/PKG-INFO, b3/PKG-INFO,
setup.py, versions.txt: release preparation

2011-05-22 xlr8or <xlr8or@xlr8or.com>

* : commit 392826c9778822fae307cbe3c68baacbf811fdda Author:
Expand Down
4 changes: 3 additions & 1 deletion b3.egg-info/SOURCES.txt
Expand Up @@ -180,7 +180,6 @@ b3/plugins/welcome.py
b3/sql/b3-db.sql
b3/sql/b3-update-1.3.0.sql
b3/sql/b3-update-1.6.0.sql
b3/sql/b3-update.sql
b3/sql/b3.sql
b3/sql/recreate-xlrstats.sql
b3/sql/xlrstats-update-2.0.0.sql
Expand All @@ -195,5 +194,8 @@ test/__init__.py
test/clients/__init__.py
test/clients/test_Client.py
test/clients/test_Clients.py
test/parsers/__init__.py
test/parsers/homefront/__init__.py
test/parsers/homefront/test_HomefrontParser.py
test/plugins/__init__.py
test/plugins/test_censor.py
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -37,7 +37,7 @@

_setupinfo = {
'name' : "b3",
'version' : "1.6.0",
'version' : "1.6.1",
'packages' : find_packages(),
'extras_require' : { 'mysql' : 'MySQL-python' },
'package_data' : {
Expand Down
20 changes: 10 additions & 10 deletions versions.txt
@@ -1,15 +1,15 @@
project files/versions signature: e6a85d2a3ea024a21b7236b06b5d5f13
project files content signature: 3f8fb8ef66d1470525ccf64595d700bd
project files/versions signature: 289c770ed555f7fe608f87ded7400fbe
project files content signature: 9feb331eb0988abe472529a6d5bfd479
b3\__init__.py 8d79b97bece95f7fd17627ed5c316f13 1.1.2
b3\clients.py 1b5462125476c7306d7fe9ea2d459aae 1.3.5
b3\config.py c270b8f2aefbe60563285f675b28dc8d 1.3.1
b3\cron.py 86eb161acf14104b829056fd7471d943 1.4.1
b3\cvar.py 39c0d99ceaeab3170936b6f540337368 1.0.1
b3\events.py 9d7f4c7cf2cdbcf30feb7fdcb0720cf1 1.1.3
b3\events.py 1b5630ea9f23133ec470ab78fea0aa3c 1.1.4
b3\extplugins\__init__.py 01abfc750a0c942167651c40d088531d None
b3\extplugins\xlrstats.py 62ef220d34e7c902c02d3473c73ad274 2.4.0
b3\fake.py ecebc35fe5af5598018442627294269a 1.6
b3\functions.py bd19464524afc88154db0177796bc0d3 1.3.3
b3\extplugins\xlrstats.py 6e729a7031ca047701ea5c7d7ca4020a 2.4.0
b3\fake.py bed01b598d5321ac090484db94cc93a4 1.6
b3\functions.py d0d8286ebbb651a94e3677f01d82b3e9 1.4.0
b3\game.py e80182dc6d87ef966ade52a3bbe4f14c 1.2.0
b3\lib\PurePythonGeoIP.py 959d727e5fd89339c7464ea8ea9db54f None
b3\lib\__init__.py 01abfc750a0c942167651c40d088531d None
Expand Down Expand Up @@ -83,8 +83,8 @@ b3\lib\yaml\resolver.py 9051450257e216588ea41fd8073f497d None
b3\lib\yaml\scanner.py b5c7fbb502536bd06bd52f838c430370 None
b3\lib\yaml\serializer.py c75e5461f4d4a763a17ac5bdc12a6301 None
b3\lib\yaml\tokens.py 33423c7f46708cc3884a32b8ed937ac6 None
b3\output.py b5098198fc4cd35071efb13122f67d87 1.6.1
b3\parser.py b473776af10331ac563895a10ae4e12c 1.24.5
b3\output.py 0de940fec7d47d3e367cf8d441054f62 1.6.2
b3\parser.py 0ad6c95b3b99e8c20d9affe5376dcad4 1.24.8
b3\parsers\__init__.py dc27db9710c1c207a8bd46935163efc1 None
b3\parsers\altitude.py fd3aeb6b87d38df427f431785a7f8e7f 1.1
b3\parsers\bfbc2.py 4d25acb7e33d852f29c8c062ca15743a 2.1
Expand All @@ -93,7 +93,7 @@ b3\parsers\cod2.py 3bb23114dce7c4f071937aafeba570e2 1.2.5
b3\parsers\cod4.py 5a6c2749670f659dd54ba85d2a6e5644 1.3.4
b3\parsers\cod5.py 7874ac89b103c33f071104b7a665dfd1 1.3.1
b3\parsers\cod6.py 61da6652089c0ef56fa6d77ac1153fa0 0.6
b3\parsers\cod7.py fa9343922b41724e35b66ce2879f53e5 1.0.8
b3\parsers\cod7.py 9a133bf90b81860acc33fb71825aecd3 1.1
b3\parsers\cod7_rcon.py aabbe8699094e5ed1faee3bc5324514a 1.1.0
b3\parsers\et.py 57d24dc3b8ec4e9ff7f58502cbbb605d 0.0.1
b3\parsers\etpro.py 4ab714a7cd47bdbe454a0d2c129844a1 0.0.3
Expand All @@ -104,7 +104,7 @@ b3\parsers\frostbite\protocol.py 1c7755c8b3eae89a659118147a53d972 1.0.1
b3\parsers\frostbite\punkbuster.py 3a4153415be31cf25d3a1588c1790301 1.1
b3\parsers\frostbite\rcon.py 77598a0b767cc78bf39bf3b23ff19428 2.0
b3\parsers\frostbite\util.py 1c8f30602d7bbccbf2500b2407199ae0 1.1
b3\parsers\homefront\__init__.py f9174776093069a91b0eaa6184c5ff31 1.0
b3\parsers\homefront\__init__.py 1616443de5220e033a1c717cd3bca495 1.0.2
b3\parsers\homefront\protocol.py 6eef48f40731b5578c503fa08ddcedf2 0.3
b3\parsers\homefront\rcon.py 087cbe58a0fa2b7367e89328842ba6ed 1.0
b3\parsers\iourt41.py 76c1c32f139b18b7e6f729c48ebaa69e 1.7.17
Expand Down

0 comments on commit 44bde3d

Please sign in to comment.