David-Trezeguet / chesswhiz

Automatically exported from code.google.com/p/chesswhiz
GNU General Public License v3.0
1 stars 0 forks source link

Need to add the version information #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need to add the version information, like "ChessWhiz-0.9.0.1" so that the 
end-users can report 
the version on which they find a problem/issue.

*** Internally, ChessWhiz still has the hard-coded string 
""FLASHCHESS-0.6.0.2". The special token 
"FLASHCHESS" is currently required by both Flash or Flex clients because this 
token is recognized by 
the PlayXiangqi 'games' server. Therefore, the server *may* need to be changed 
as well. 

Original issue reported on code.google.com by huypha...@gmail.com on 24 Oct 2009 at 5:45

GoogleCodeExporter commented 9 years ago
Implement a quick way to display the version as "ChessWhiz-0.9.0.1".
The version number "0.9.0.1" is in two places: the Login Window 's title and 
the internal version sent to the 
server.

http://code.google.com/p/chesswhiz/source/detail?r=12

*** Lower the Issue' Priority to "Medium" because we now at least have a 
version-info somewhere so that the 
user can see when he/she reports a bug.

Original comment by huypha...@gmail.com on 26 Oct 2009 at 12:48

GoogleCodeExporter commented 9 years ago
Reduce the version 's placement to one single place: under ChessApp with a 
static constant VERSION.
http://code.google.com/p/chesswhiz/source/detail?r=20
Close this bug for now.

Original comment by huypha...@gmail.com on 30 Oct 2009 at 5:57