updated version string and ChangeLog (preparing to release 0.5.1)

This commit is contained in:
Andrey Prygunkov
2008-09-21 16:21:45 +00:00
parent 7ff36c1bdb
commit a67eb5128f
5 changed files with 33 additions and 22 deletions

View File

@@ -1,7 +1,18 @@
nzbget-0.5.1:
- improved the check of server responses to prevent unnecessary retrying
if the article does not exist on server;
- fixed: seg.fault in standalone mode if used without specifying the
category (e.g. without switch <-K>);
- fixed: download speed indicator could report not-null values in
standby-mode (when paused);
- fixed: parameter <category> in JSON/XML-RPC was not properly decoded by
server, making the setting of a nested category (containing slash or
backslash character) via nzbgetweb not possible;
nzbget-0.5.0:
- added TLS/SSL-support for encrypted communication with news-servers;
- added TLS/SSL-support for encrypted communication with news-servers;
- added IPv6-support for communication with news-servers as well as for
communication between nzbget-server and nzbget-client;
communication between nzbget-server and nzbget-client;
- added support for categories to organize downloaded files;
- new option <AppendCategoryDir> to create the subdirectory for each category;
- new switch <-K> for usage with switch <-A> to define a category during
@@ -13,14 +24,14 @@ nzbget-0.5.0:
changing of category via those protocols;
- new parameter in a call to post-process-script with category name;
- scanning of subdirectories inside incoming nzb-directory to automatically
assign category names; nested categories are supported;
assign category names; nested categories are supported;
- added option <ServerX.JoinGroup> to connect to servers, that do not accept
<GROUP>-command;
<GROUP>-command;
- added example post-process script for unraring of downloaded files
(POSIX only);
- added options <ParPauseQueue> and <PostPauseQueue> useful on slow CPUs;
(POSIX only);
- added options <ParPauseQueue> and <PostPauseQueue> useful on slow CPUs;
- added option <NzbCleanupDisk> to delete source nzb-file after successful
download and parcheck;
download and parcheck;
- switch <-P> can now be used together with switches <-s> and <-D> to start
server/daemon in paused state;
- changed the type of messages logged in a case of connection errors from
@@ -35,7 +46,7 @@ nzbget-0.5.0:
- added option <DumpCore> for better debugging on Linux in a case of abnormal
program termination;
- fixed: configure-script could not automatically find libsigc++ on 64-bit
systems;
systems;
- few other small fixes;
nzbget-0.4.1:

2
README
View File

@@ -41,7 +41,7 @@ NZBGet is written in C++ and was initialy developed on Linux.
It was ported to Windows later and tested for compatibility with
several POSIX-OS'es.
The current version (0.5.0) should run at least on:
The current version (0.5.1) should run at least on:
- Linux Debian 4.0 on x86;
- Linux BusyBox with uClibc on MIPSEL;
- Windows XP SP2 on x86.

20
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for nzbget 0.5.1-testing.
# Generated by GNU Autoconf 2.61 for nzbget 0.5.1.
#
# Report bugs to <hugbug@users.sourceforge.net>.
#
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='nzbget'
PACKAGE_TARNAME='nzbget'
PACKAGE_VERSION='0.5.1-testing'
PACKAGE_STRING='nzbget 0.5.1-testing'
PACKAGE_VERSION='0.5.1'
PACKAGE_STRING='nzbget 0.5.1'
PACKAGE_BUGREPORT='hugbug@users.sourceforge.net'
ac_unique_file="nzbget.cpp"
@@ -1244,7 +1244,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures nzbget 0.5.1-testing to adapt to many kinds of systems.
\`configure' configures nzbget 0.5.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1314,7 +1314,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of nzbget 0.5.1-testing:";;
short | recursive ) echo "Configuration of nzbget 0.5.1:";;
esac
cat <<\_ACEOF
@@ -1443,7 +1443,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
nzbget configure 0.5.1-testing
nzbget configure 0.5.1
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1457,7 +1457,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by nzbget $as_me 0.5.1-testing, which was
It was created by nzbget $as_me 0.5.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2147,7 +2147,7 @@ fi
# Define the identity of the package.
PACKAGE=nzbget
VERSION=0.5.1-testing
VERSION=0.5.1
cat >>confdefs.h <<_ACEOF
@@ -8909,7 +8909,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by nzbget $as_me 0.5.1-testing, which was
This file was extended by nzbget $as_me 0.5.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -8962,7 +8962,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
nzbget config.status 0.5.1-testing
nzbget config.status 0.5.1
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(nzbget, 0.5.1-testing, hugbug@users.sourceforge.net)
AM_INIT_AUTOMAKE(nzbget, 0.5.1-testing)
AC_INIT(nzbget, 0.5.1, hugbug@users.sourceforge.net)
AM_INIT_AUTOMAKE(nzbget, 0.5.1)
AC_CONFIG_SRCDIR([nzbget.cpp])
AC_CONFIG_HEADERS([config.h])

View File

@@ -54,7 +54,7 @@
/* Define to 1 if variadic macros are supported */
#define HAVE_VARIADIC_MACROS
#define VERSION "0.5.1-testing"
#define VERSION "0.5.1"
/* Suppress warnings */
#define _CRT_SECURE_NO_DEPRECATE