Added changelog, bumped version to 0.91.4

This commit is contained in:
Klaas Freitag 2013-12-12 17:43:10 +01:00
parent b8e7c7f271
commit 612b099b77
2 changed files with 18 additions and 2 deletions

View file

@ -8,7 +8,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
set(APPLICATION_VERSION_MAJOR "0")
set(APPLICATION_VERSION_MINOR "91")
set(APPLICATION_VERSION_PATCH "3")
set(APPLICATION_VERSION_PATCH "4")
set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")

View file

@ -1,6 +1,22 @@
ChangeLog
==========
version 0.91.3 (released 2013-12-, ownCloud Client 1.5.0 )
version 0.91.4 (released 2013-12-12, ownCloud Cleint 1.5.0)
* changelog added, version bumped.
version 0.91.3 (released 2013-12-11, ownCloud Client 1.5.0rc1)
* Fix progress bar on win32
* Fix network rate limiting on win32
* Do not check for etag during failing requests
* Start quota timer only after the predecessor returned
* Remove tmp files in case of certain download problems
* Some valgrind fixes
* Theming fix: button behaviour
* Fix a case where a sync loop could happen.
* Multi-linguar installer
* Fix handling of quotes in etags written by older ownClouds
* Fix errno handling in update phase
* Make csync compile on FreeBSD
* Minor cleanups.
version 0.91.2 (released 2013-12-10, ownCloud Client 1.5.0beta3)
* have translatable error message for indiv. file errors.