diff options
Diffstat (limited to 'version.log')
-rw-r--r-- | version.log | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/version.log b/version.log index 85987a072..e8c1d8ae0 100644 --- a/version.log +++ b/version.log @@ -8,9 +8,13 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="8" VERSION_EXTRA="-git" -VERSION_BUILD="3104" +VERSION_BUILD="3105" # Changes since 1.8.7 Release +#Revision 3105 - Added french language support to some modules (patch provided by Coolsmile) +#Revision 3104 - Updated the Polish language file +#Revision 3103 - Updated .gitignore +#Revision 3102 - Cleanup many compile warnings from make and make strict #Revision 3101 - Use base 10 for strtol() in the config parser to prevent numbers beginning with 0 from confusing it #Revision 3100 - Fix typo in NICK_SASET_MSG_SYNTAX #Revision 3098 - Made all module functions static to fix OSX's linker from linking modules with similar function names to each other |