Skip to content

Commit 4b5607d

Browse files
author
Yorhel
committed
Version bump + Changelog update for 1.19.1
1 parent f5559cf commit 4b5607d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.19.1 - 2014-04-23
2+
- Fix remote null pointer dereference
3+
- Searching now works in the search results list
4+
- Fix possible file corruption when moving file to destination
5+
- Fix error handling when finalizing a file download
6+
- Fix downloading of 0-byte files
7+
- Fix extremely slow /gc
8+
- Fix sendfile() with large files on 32-bit Linux
9+
- Fix minor display issue with multicolumn characters
10+
111
1.19 - 2014-02-11
212
- Add search functionality to the file browser and user list (/,. keys)
313
- Add geoip support (requires --with-geoip at configure)

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ncdc 1.19
2-
=========
1+
ncdc 1.19.1
2+
===========
33

44
DESCRIPTION
55

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
AC_INIT([ncdc], [1.19], [[email protected]])
2+
AC_INIT([ncdc], [1.19.1], [[email protected]])
33
AC_CONFIG_SRCDIR([src/ncdc.h])
44
AC_CONFIG_HEADER([config.h])
55
m4_include([deps/lean.m4])

0 commit comments

Comments
 (0)