-
Notifications
You must be signed in to change notification settings - Fork 17
/
CHANGELOG
117 lines (70 loc) · 2.86 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
===========================
FileRock Client - Changelog
===========================
Version 1.0.1
- May 08, 2013
Maintenance:
- Communicating with the linking server through a REST interface.
---------------------------
Version 1.0.0 - Codename "TGIF"
- May 03, 2013
New features:
- This is the first production release of FileRock! Added support for
receiving and displaying the information on the user account plan.
Fixed bugs:
- Fixed some bugs related with management of workers that could lead to crash
during a massive file transfer.
- Fixed some bugs which could lead to crash during the download phase when
subdirectories were involved.
Efficiency improvements:
- The synchronization dialog now can efficently show thousands of actions.
- Speedup of filesystem watcher by using custom replacement of
a few library functions.
- Speedup of local sqlite3 caches by introducing proper indices.
---------------------------
Version 0.4.6
- Mar. 15, 2013
New features:
- Improved the integrity checks.
- Better responsiveness to user commands.
- Improved the performances of the download phase.
Fixed bugs:
- Automatic restarting was broken on Windows.
---------------------------
Version 0.4.4
- Feb. 28, 2013
Fixed bugs:
- On OSX the dialog asking to select a folder to synchronize could crash
unexpectedly.
- The application could fail to automatically restart after an update.
---------------------------
Version 0.4.2
- Feb. 21, 2013
New features:
- Added an option to limit the used network bandwidth.
- Added an option to disable autorunning at system startup.
- Added an option to disable automatic updating.
- Locating the static resources (images, certificates, etc.) doesn't
depend on the current working directory anymore.
- Created a setup.py script to install FileRock Client in the system.
- Now the .app bundle of FileRock Client for Max OS X is signed and
doesn't get blocked by OS X [Mountain] Lion's Gatekeeper anymore.
Fixed bugs:
- Multiple instances of FileRock Client could be running at the same time.
- Deadlocks could occur if the application was paused while downloading.
- The shell extension (win32) after a crash prevented the application to
restart if any worker process was still running.
- The graphical user interface could get very slow in case of many
file transfers at the same time.
- The post-commit procedure didn't transactionally update the session
metadata.
- Recovering an interrupted commit from a previous session didn't
properly check the integrity of the session.
- Downloaded files weren't checked against their actual fingerprint.
- Pausing the application during a download signaled spurious
integrity errors on the user data.
- Other spurious integrity errors have been fixed.
---------------------------
Version 0.4.0 - Codename "Maya"
- Dec. 21, 2012 - First open source release
---------------------------