Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-08-01 19:04:09 +0400
committerAndreas Schneider <asn@cryptomilk.org>2013-08-01 19:04:09 +0400
commitde1df9a6d9312b247f6af45bb21ad9c6b210bf82 (patch)
treecccba142d142ff83fc67e8aab42e6fa5fc1374b8
parentc321c3dea030a85fa3f89b3e12683faf0d00dcf8 (diff)
Update ChangeLog.
-rw-r--r--ChangeLog39
1 files changed, 18 insertions, 21 deletions
diff --git a/ChangeLog b/ChangeLog
index be8f590f9..79d99b4a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,29 +1,26 @@
ChangeLog
==========
-version 0.50.0 (released 2012-xx-xx)
+version 0.50.0 (released 2013-08-01)
* Added owncloud module.
- * Added backup reconciler.
- * Fixed serveral bugs.
- * Cross platform ability: Support for FreeBSD, Windows and MacOSX
- * new logging framework, removed log4c dependency
- * some additions in std lib: c_tmpname
- * cmocka tests
- * compile with CLang, MingW and latest GCC
- * exported file_tree_walk functions
- * module capabilities
- * push to temp optional, handled through capabilities
+ * Added support for more platforms: FreeBSD, Windows and MacOSX
+ * Added support for more compilers: CLang, MinGW and latest GCC
+ * Added a backup mode to the reconciler.
+ * Added new logging framework (removed log4c dependency).
+ * Added new config parser (removed iniparser dependency).
+ * Added cmocka tests.
+ * Added a way to exported file_tree_walk functions.
+ * Added capabilities for modules.
+ * Added possiblity to push information to the modules.
+ * Added iconv support to support various char sets.
+ * Added csync_commit() to rerun on the same context.
+ * Added content checking in conflict case.
+ * Added callbacks for progress information.
+ * Added get() and put() functions for modules.
+ * Improved database: more performance, more integrity checks
* Improved error reporting: status codes, custom errnos
- * iconv support to support various char sets.
- * API to push information to the modules
- * Database optimizations: more performance, more integrity checks
- * Content check in conflict case.
- * csync_commit to persist the context
- * Progress information on file level and overall, also client
- * New module functions get and put
- * Relicensing to LGPLv2.1
-
- => 421 commits in git.
+ * Fixed serveral bugs.
+ * Relicensed libcsync to LGPLv2.1+.
version 0.44.0 (released 2010-02-15)
* Migrated sftp module to libssh 0.4.