From 6819c216009bb919d4fbcd0260d2b2bca1f2f36a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 8 Jan 2014 00:07:07 -0500 Subject: [PATCH] Bug #1477 - Pre-compiled static library (*.a) in source tarball (thanks to Jakub Wilk). --- CMakeLists.txt | 3 ++- ChangeLog | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c00a2d34..90662f307 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,5 +165,6 @@ set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSo "_CPack_Packages" "cmake_install" "install_manifest" "Makefile$" "test" "package-config" "misc/*" "src/task$" "src/libtask.a" "src/columns/libcolumns.a" "src/commands/libcommands.a" - "src/shell/tasksh$" "auto.h$" "/\\.gitignore" "/\\.git/" "swp$") + "src/shell/tasksh$" "src/shell/libtasksh.a" "auto.h$" + "/\\.gitignore" "/\\.git/" "swp$") include (CPack) diff --git a/ChangeLog b/ChangeLog index d557b44c9..abaf24ccb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -96,6 +96,8 @@ Bugs + #1415 Client should not require a SSL certificate if the server has a trusted certificate (thanks to Scott Kroll). + #1476 Unicode indicators increase column width (thanks to Paul Kishimoto). + + #1477 Pre-compiled static library (*.a) in source tarball (thanks to Jakub + Wilk); + Fixed bug so that 'limit:page' now considers footnote messages. + Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks (thanks to greenskeleton).