[Nice-commit] Nice/debian changelog,1.201,1.202
Brought to you by:
bonniot
From: <ar...@us...> - 2003-08-26 22:30:50
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1:/tmp/cvs-serv11569/F:/nice/debian Modified Files: changelog Log Message: update of changelog. Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.201 retrieving revision 1.202 diff -C2 -d -r1.201 -r1.202 *** changelog 26 Aug 2003 16:07:58 -0000 1.201 --- changelog 26 Aug 2003 21:55:25 -0000 1.202 *************** *** 5,9 **** * The deprecated 'main(args) { ... }' syntax for the main function is not supported anymore. Please use instead: 'void main(String[] args) { ... }' ! * Bugfixes (incrementation of byte local variables, ...) -- --- 5,12 ---- * The deprecated 'main(args) { ... }' syntax for the main function is not supported anymore. Please use instead: 'void main(String[] args) { ... }' ! * Floating point literals are now of type double by default, adding ! 'f' or 'F' at the end will make them of type float. ! * Bugfixes (incrementation of byte local variables, require a default value ! for global variables, ...) -- |