Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
version number update.
Browse files Browse the repository at this point in the history
  • Loading branch information
akrennmair committed Apr 21, 2009
1 parent 17de2d4 commit 120ee61
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changes for newsbeuter:

2.1:

2.0 (2009-04-21):
Added more flexible dialog handling
Improved position handling in article list (fixes #112; thanks to Isaac Good)
Expand Down
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define PACKAGE "newsbeuter"
#define PROGRAM_NAME PACKAGE
#define PROGRAM_VERSION "1.4"
#define PROGRAM_VERSION "2.1"
#define PROGRAM_URL "http://www.newsbeuter.org/"

#define NEWSBEUTER_PATH_SEP "/"
Expand Down
2 changes: 1 addition & 1 deletion doc/chapter-cmdline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ the ESC key. The history of all the commands that you enter will be saved to
but can be influenced by setting the "history-limit" configuration variable.
To disable history saving, set the history-limit to 0.

Starting with newsbeuter 1.4, the commandline provides you with some help if
Starting with newsbeuter 2.0, the commandline provides you with some help if
you can't remember the full names of commandline commands. By pressing the TAB
key, newsbeuter will try to automatically complete your command. If there is
more than one possible completion, you can subsequently press the TAB key to
Expand Down
2 changes: 1 addition & 1 deletion doc/chapter-firststeps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ After you've installed newsbeuter, you can run it for the first time by typing

Error: no URLs configured. Please fill the file /home/ak/.newsbeuter/urls with RSS feed URLs or import an OPML file.

newsbeuter 1.4
newsbeuter 2.1
usage: ./newsbeuter [-i <file>|-e] [-u <urlfile>] [-c <cachefile>] [-x <command> ...] [-h]
-e export OPML feed to stdout
-r refresh feeds on start
Expand Down
2 changes: 1 addition & 1 deletion doc/chapter-podcasts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ from other podcast aggregators or "podcatchers" in how it is done.

Podcast content is transported in RSS feeds via special tags called
"enclosures". Newsbeuter recognizes these enclosures and stores the relevant
information for every podcast item it finds in an RSS feed. Since version 1.4,
information for every podcast item it finds in an RSS feed. Since version 2.0,
it also recognizes and handles the Yahoo Media RSS extensions. What the user
then can do is to add the podcast download URL to a download queue.
Alternatively, newsbeuter can be configured to automatically do that. This
Expand Down
6 changes: 3 additions & 3 deletions doc/newsbeuter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ Examples:
Dialog Titles
^^^^^^^^^^^^^

Starting with newsbeuter 1.4, it is now officially supported to customize
Starting with newsbeuter 2.0, it is now officially supported to customize
the title format of all available dialogs. Here is a list of dialogs with their
respective title format configuration variables, and a list of available formats
and their meaning. Please note taht the title formats are localized, so if you
Expand Down Expand Up @@ -748,9 +748,9 @@ Examples for possible highlighting configurations are:
Advanced Dialog Management
~~~~~~~~~~~~~~~~~~~~~~~~~~

Since version 1.4, newsbeuter supports an advanced concept of dialogs.
Since version 2.0, newsbeuter supports an advanced concept of dialogs.
Previously, all dialogs (feed list, article list, article view) were internally
laid out as a pure stack. In 1.4, this changed: all dialogs are managed in a
laid out as a pure stack. In 2.0, this changed: all dialogs are managed in a
list, and the user can jump to another, previously opened dialog from
everywhere. This allows a user to open more than one article list, more than one
article view, etc., and switch between them without closing them.
Expand Down

0 comments on commit 120ee61

Please sign in to comment.