Release 0.01
Update TODO list. Update version numbers, ChangeLog, bump copyright dates. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
		
							parent
							
								
									3d2fd51dd0
								
							
						
					
					
						commit
						07c0b2589a
					
				
					 9 changed files with 10 additions and 12 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Library functions for the NewsStats package.
 | 
					# Library functions for the NewsStats package.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Copyright (c) 2010-2012 Thomas Hochstein <thh@inter.net>
 | 
					# Copyright (c) 2010-2013 Thomas Hochstein <thh@inter.net>
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# This module can be redistributed and/or modified under the same terms under 
 | 
					# This module can be redistributed and/or modified under the same terms under 
 | 
				
			||||||
# which Perl itself is published.
 | 
					# which Perl itself is published.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
NewsStats 0.01 (unreleased)
 | 
					NewsStats 0.01 (2013-09-02)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  * Initial public release.
 | 
					  * Initial public release.
 | 
				
			||||||
    Thomas Hochstein <thh@inter.net>
 | 
					    Thomas Hochstein <thh@inter.net>
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
NewsStats 0.1  (c) 2010-2012 Thomas Hochstein <thh@inter.net>
 | 
					NewsStats 0.1  (c) 2010-2013 Thomas Hochstein <thh@inter.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
NewsStats is a software package used to gather statistical information
 | 
					NewsStats is a software package used to gather statistical information
 | 
				
			||||||
from a live Usenet feed and for its subsequent examination.
 | 
					from a live Usenet feed and for its subsequent examination.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
NewsStats 0.1  (c) 2010-2012 Thomas Hochstein <thh@inter.net>
 | 
					NewsStats 0.1  (c) 2010-2013 Thomas Hochstein <thh@inter.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
NewsStats is a software package for gathering statistical data live
 | 
					NewsStats is a software package for gathering statistical data live
 | 
				
			||||||
from a Usenet feed and subsequent examination.
 | 
					from a Usenet feed and subsequent examination.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										6
									
								
								doc/TODO
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								doc/TODO
									
										
									
									
									
								
							| 
						 | 
					@ -39,14 +39,12 @@ Bug numbers refer to the Mantis issue tracker at <http://bugs.th-h.de/>.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Individual improvements
 | 
					* Individual improvements
 | 
				
			||||||
  + NewsStats.pm
 | 
					  + NewsStats.pm
 | 
				
			||||||
    - Add error handling when reading config (Bug #13)
 | 
					    - Improve error handling when reading config
 | 
				
			||||||
      NewsStats should check if all mandatory options are set. Some syntax or
 | 
					      Some syntax or content related checks would be in order.
 | 
				
			||||||
      content related checks would be in order.
 | 
					 | 
				
			||||||
      Some other tests - working database connection, valid database and table
 | 
					      Some other tests - working database connection, valid database and table
 | 
				
			||||||
      names - would be nice.
 | 
					      names - would be nice.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  + install/install.pl
 | 
					  + install/install.pl
 | 
				
			||||||
    - Check installer & fix bugs to get a working version ... finally
 | 
					 | 
				
			||||||
    - Read current version from a file dropped and updated by installer
 | 
					    - Read current version from a file dropped and updated by installer
 | 
				
			||||||
    - Add / enhance / test error handling
 | 
					    - Add / enhance / test error handling
 | 
				
			||||||
    - General tests and optimisations
 | 
					    - General tests and optimisations
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7,7 +7,7 @@
 | 
				
			||||||
# 
 | 
					# 
 | 
				
			||||||
# It is part of the NewsStats package.
 | 
					# It is part of the NewsStats package.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Copyright (c) 2010-2012 Thomas Hochstein <thh@inter.net>
 | 
					# Copyright (c) 2010-2013 Thomas Hochstein <thh@inter.net>
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# It can be redistributed and/or modified under the same terms under 
 | 
					# It can be redistributed and/or modified under the same terms under 
 | 
				
			||||||
# which Perl itself is published.
 | 
					# which Perl itself is published.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7,7 +7,7 @@
 | 
				
			||||||
# 
 | 
					# 
 | 
				
			||||||
# It is part of the NewsStats package.
 | 
					# It is part of the NewsStats package.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Copyright (c) 2010-2012 Thomas Hochstein <thh@inter.net>
 | 
					# Copyright (c) 2010-2013 Thomas Hochstein <thh@inter.net>
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# It can be redistributed and/or modified under the same terms under 
 | 
					# It can be redistributed and/or modified under the same terms under 
 | 
				
			||||||
# which Perl itself is published.
 | 
					# which Perl itself is published.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7,7 +7,7 @@
 | 
				
			||||||
# 
 | 
					# 
 | 
				
			||||||
# It is part of the NewsStats package.
 | 
					# It is part of the NewsStats package.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Copyright (c) 2010-2012 Thomas Hochstein <thh@inter.net>
 | 
					# Copyright (c) 2010-2013 Thomas Hochstein <thh@inter.net>
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# It can be redistributed and/or modified under the same terms under 
 | 
					# It can be redistributed and/or modified under the same terms under 
 | 
				
			||||||
# which Perl itself is published.
 | 
					# which Perl itself is published.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@
 | 
				
			||||||
# 
 | 
					# 
 | 
				
			||||||
# It is part of the NewsStats package.
 | 
					# It is part of the NewsStats package.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Copyright (c) 2010-2012 Thomas Hochstein <thh@inter.net>
 | 
					# Copyright (c) 2010-2013 Thomas Hochstein <thh@inter.net>
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# It can be redistributed and/or modified under the same terms under 
 | 
					# It can be redistributed and/or modified under the same terms under 
 | 
				
			||||||
# which Perl itself is published.
 | 
					# which Perl itself is published.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue