Skip to content

Commit

Permalink
Bump to 3.40.0-rc1
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.filezilla-project.org/svn/FileZilla3/trunk@9079 ce1b9ea0-41a8-11dc-9b12-cb80f3b22977
  • Loading branch information
codesquid committed Jan 17, 2019
1 parent 6c36e04 commit 0babf16
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ Legend:
*nix: Unix (e.g BSD) and Unix-like systems (e.g. Linux)
OS X: Apple Mac OS X

3.40.0-rc1 (2019-01-18)

+ Added TLS 1.3 support by linking official binaries against GnuTLS 3.6.5
+ Refactored how sites and servers are being represented internally to fix issues trigged by renaming sites in the Site Manager
- Fix display of server names containing ampersands in several dialogs
- Fix regular expression filter in the quick search panel
- Fix a crash if files are added to the queue when there are already files for multiple different servers in the queue
- Fix a crash applying filters when there are no selected files and the focused item is past the new file count
- Fix a crash if emptying the queue while a directory creation item is active
- Fix a potential crash if FileZilla is being closed the moment a delayed dialog has already been created but before it is shown.


3.39.0 (2018-11-30)

- Fix timestamps of newly created empty files on the server if the option to preserve timestamps is set
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([FileZilla],[3.39.0],[[email protected]],[],[https://filezilla-project.org/])
AC_INIT([FileZilla],[3.40.0-rc1],[[email protected]],[],[https://filezilla-project.org/])
AC_CONFIG_HEADERS([src/include/config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR(config)
Expand Down

0 comments on commit 0babf16

Please sign in to comment.