|
From: <ja...@us...> - 2008-08-18 08:35:53
|
Revision: 26
http://dbr.svn.sourceforge.net/dbr/?rev=26&view=rev
Author: javido
Date: 2008-08-18 08:35:50 +0000 (Mon, 18 Aug 2008)
Log Message:
-----------
Prep for 0.1.0 release
Modified Paths:
--------------
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/configure.in
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-08-18 07:58:40 UTC (rev 25)
+++ trunk/ChangeLog 2008-08-18 08:35:50 UTC (rev 26)
@@ -1,5 +1,11 @@
2008-08-18 Francisco Javier Dorado Martínez <ja...@ti...>
+ * configure.in:
+ README:
+ NEWS:
+
+ Prep for 0.1.0 release.
+
* src/__init__.py:
src/Makefile.am:
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-08-18 07:58:40 UTC (rev 25)
+++ trunk/NEWS 2008-08-18 08:35:50 UTC (rev 26)
@@ -0,0 +1,35 @@
+0.1.0 - 18-aug-2008
+
+General
+
+ Added __init__.py file to avoid import error when trying to import dbr.dbr.
+
+ Handle situations where dbr is installed in other prefix or PYTHONPATH. Sets dbr
+ entry point for DBR not dbr.py.
+
+ Mark some missing strings for translation. Added control + space
+ for play/pause functionality, and control + n control + shift n
+ for page down and page up respectively.
+
+ Mark menu string for translation. Reorganize some menus.
+
+ Initial support for internacionalization. This provides call to _ function for every module.
+
+ Check for pygst module dependency.
+
+ Add desktop.in file to create a entry in the desktop menu.
+
+New and updated translations (THANKS TO EVERYONE!)
+
+ es Spanish Juan C. Buño.
+ Gl Galician Juan C. Buño.
+
+====================
+
+0.0.1 - 15-jul-2008
+
+ Add initial autotools support.
+
+ Initial import at Subversion repository.
+
+====================
Modified: trunk/README
===================================================================
--- trunk/README 2008-08-18 07:58:40 UTC (rev 25)
+++ trunk/README 2008-08-18 08:35:50 UTC (rev 26)
@@ -1,6 +1,5 @@
-DBR 0.0.1
+DBR 0.1.0
-This is the first release of DBR (Daisy Book Reader).
DBR is an application for accessing and reading books in the Daisy 2.02 standard. Although Daisy 3.0 is not supported
we are working to have it in the future.
Daisy books are also known as DTB's (Digital/Daisy Talking Books.
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2008-08-18 07:58:40 UTC (rev 25)
+++ trunk/configure.in 2008-08-18 08:35:50 UTC (rev 26)
@@ -1,8 +1,8 @@
AC_INIT(ChangeLog)
DBR_MAJOR_VERSION=0
-DBR_MINOR_VERSION=0
-DBR_MICRO_VERSION=2pre
+DBR_MINOR_VERSION=1
+DBR_MICRO_VERSION=0
DBR_VERSION="$DBR_MAJOR_VERSION.$DBR_MINOR_VERSION.$DBR_MICRO_VERSION"
AM_INIT_AUTOMAKE(dbr, $DBR_VERSION)
AC_SUBST(DBR_VERSION)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|