Updates of docs and files for the 0.6 gPodder release - yay! :)

git-svn-id: svn://svn.berlios.de/gpodder@56 b0d088ad-0a06-0410-aad2-9ed5178a7e87
This commit is contained in:
Thomas Perl 2006-03-29 14:59:18 +00:00
parent 1521ebcf3b
commit d30d315af0
8 changed files with 38 additions and 25 deletions

View File

@ -1,3 +1,9 @@
Wed, 29 Mar 2006 16:54:38 +0200 <thp@perli.net>
* ** gPodder version 0.6 is here! **
* Bumped version number to 0.6
* Updated documentation files, Manifest, ...
* Thanks to all the people who made this release possible! You rock
Wed, 29 Mar 2006 16:19:07 +0200 <thp@perli.net>
* Locking of tree_model access in libwget - should be more stable
* Ask for confirmation when cancelling a ongoing download

View File

@ -22,7 +22,5 @@
gPodder mailing list: gpodder-devel@berlios.de
Last but not least, have fun with this gPodder release!
-------------------------------------------------------------------

View File

@ -1,4 +1,4 @@
include README AUTHORS TODO MANIFEST.in ChangeLog Makefile setup.py
include README INSTALL COPYING AUTHORS TODO MANIFEST.in ChangeLog Makefile setup.py
include src/gpodder/gpodder.py.orig
recursive-include data *
recursive-include doc *

43
README
View File

@ -4,21 +4,20 @@
|'\ | | /''\ |'''
__
|'\ | | /''\ / \
|./ .| .| | | |__
/'\ | /\ / | / | /| |' | | |
\_/ | \/ \_| \_| \_ | \../ o .__/
/'\ | /\ / | / | /| |' | | | \
\_/ | \/ \_| \_| \_ | \../ o \__/
\_/ http://perli.net/projekte/gpodder/
- -- == === ================================= === == -- -
gPodder 0.5 README
gPodder 0.6 README
==================
Copyright (c) 2005-2006 Thomas Perl <thp@perli.net>
Version 0.5 released on 04.02.2006 under the GNU GPL
This version includes a patch from 05.02.2006.
Version 0.6 released on 29.03.2006 under the GNU GPL
@ -30,13 +29,23 @@
Please see the gPodder homepage for most recent information.
Highlights of this release include:
* Object-oriented code
* Lightweight dependencies
* Improved user interface (GUI)
* Displaying titles instead of URLs
* Simultaneous downloads (in a new download list!)
* XML-based local database
* Real parsing of RSS files now ("the XML way")
* Code structure cleanups (even more object-oriented)
* No more errors with HTML inside <description> tags (Thanks Leo Gomez)
* Brand-new channel information/editor dialog
* Brand-new episode information dialog
* Tooltips for all your mouse hovering needs
* Race condition bug that made downloaded podcasts to disappear fixed!
* Possibility to delete already-downloaded podcasts
* Menu items are not even more intelligent and disable themselves when
not needed
* Now handling bad URLs in "Add channel" dialog gracefully
* Code cleanups in gPodder's main window code
* New properties dialog - more options!
* Possibility to create a symlink to the downloaddir on the Desktop
* Added confirmation dialogs to "deleting" functions
* More stable download handling
* More messages informing the user what's going on when something is
going wrong..
* New features and new bugs - included!
===============
@ -60,8 +69,8 @@
Extract the tar archive somewhere into your home directory and cd into
the directory where you extracted it, for example:
tar xzvf gpodder-0.5.tar.gz
cd gpodder-0.5/
tar xzvf gpodder-0.6.tar.gz
cd gpodder-0.6/
After that you can start gPodder 0.5 by starting it with the following
command:
@ -111,6 +120,6 @@
And last but not least... have fun with gPodder :)
-- Thomas Perl, February 04th 2006
-- Thomas Perl, March 29th 2006

View File

@ -6,7 +6,7 @@
# PLEASE DO NOT CHANGE FORMAT OF __version__ LINE (Makefile reads this)
__author__ = "Thomas Perl <thp@perli.net>"
__version__ = "0.6-svn"
__version__ = "0.6"
__date__ = "2006-03-29"
__copyright__ = "Copyright (c) 2005-2006 %s. All rights reserved." % __author__
__licence__ = "GPL"

View File

@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH GPODDER "1" "March 2006" "gpodder 0.6-svn 2006-03-29" "User Commands"
.TH GPODDER "1" "March 2006" "gpodder 0.6 2006-03-29" "User Commands"
.SH NAME
gpodder \- manual page for gpodder 0.6-svn 2006-03-29
gpodder \- manual page for gpodder 0.6 2006-03-29
.SH DESCRIPTION
usage: gpodder [options] arg1 arg2
.PP

View File

@ -3,7 +3,7 @@
# Python module src/gpodder/gpodder.py
# Autogenerated from gpodder.glade
# Generated on Wed Mar 29 16:22:49 2006
# Generated on Wed Mar 29 16:56:31 2006
# Warning: Do not modify any context comment such as #--
# They are required to keep user's code

View File

@ -3,7 +3,7 @@
# Python module src/gpodder/gpodder.py
# Autogenerated from gpodder.glade
# Generated on Wed Mar 29 16:22:49 2006
# Generated on Wed Mar 29 16:56:31 2006
# Warning: Do not modify any context comment such as #--
# They are required to keep user's code