File: Changelog

package info (click to toggle)
daisy-player 7.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 380 kB
  • sloc: ansic: 3,385; makefile: 38; sh: 23
file content (80 lines) | stat: -rw-r--r-- 3,510 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Unfortunately there is no log for previous versions of daisy-player. :-(

5.3.1.1	The titles will be truncated when they are to long.
5.4	Select an alternative soundcard using aplay
	(Not implemented yet)
5.4.1	Update of the manpage.
5.5	Daisy-player is now multilingual. (english, german and dutch)
	Be sure the library ncursesw5 is installed onto your system.
	The eject function ('e') now works.
5.5.1	cd will be umounted when quiting.
6.0	The extern command madplay is not needed anymore.
	Daisy-player now has an mp3 player built-in.
	With the -d option one can specify an alternative sound device/.
6.1	Now daisy-player is able to increase or decrease playing speed
	Selecting an alternative soundcard now works.
6.1.1	The extern command madplay is introduced again.
	The files on a daisy-cd will be played using sox, But the "trim"
	effect of sox is very slow, so madplay will be used to cut
	the audio-files and sox will play the cut-out.
6.1.2	Test for the existence of madplay and sox.
6.1.3	PRoblem with lang like nl or de is solved.
	The comma in speed=1,0000 will be changed in a dot.
6.1.4	The directory containing message catalogs is set with the
	bindtextdomain() function.
	Currently it is set to "/usr/local/share/locale".
6.2	HTML entities are now converted to UTF8.
	(like "&lt;" to "<"
6.2.1	In place of the sox executable dp now uses the sox library itself.
6.2.2	Problem with setlocale() solved.
6.2.3	Multiplexing added. Thanks to Halim Sahin <halim.sahin@t-online.de>
	for the patch.
6.2.4	Test if the requested sound device exists.
	If not, use "default".
6.2.5	The search function now searches from the current cursor position till
	the end of the list and from the first item of the list till
	the current cursor position.
	The 'N'-command searches the other way round.
	Error messages from the SoX library will be discarded.
	The page-find function ('g') now finds the correct page.
	The cursor left and right commands now take into account
	the current level.
6.3	madplay is not needed anymore. (For real this time. `-) )
	It has been dropped in favor of the cutmp3 package.
	Cutmp3 - Jochen Puchalla <mail@puchalla-online.de>
	Thanks for his work!
	The "store current item to disk" function now uses the sox
	library instead of madplay.
6.4	madplay is back again!
	Cutmp3 was not as good as I hoped, unfortunately. :-(
6.4.1	Tempo change with D and U are limited.
7.0.0	Daisy-player now also can handle daisy version 3.
7.0.2	When LANG=de_DE.utf8 '.' in numbers became ','.
	madplay -s can't handle numbers with a comma.
	So, when LANG is de or nl, force decimal point in numbers with:
	setlocale (LC_NUMERIC, "C");
7.0.4	https://bugs.launchpad.net/daisy-player/+bug/818112

	The following procedure makes daisy-player crash repeatedly on my
	computer:

	Pause a playing daisy book by pressing the space-bar.
	View the key bindings by pressing the question mark.
	Press the space-bar twice to go to the next screen. After the second
	space-bar daisy-player crashes.

	solved.
7.0.5	Remove bookmark when reading is finished.
7.1	Removed my own xml parser in favour of the xml2 library.
	Copyright (C) 1998-2002 Daniel Veillard.

* realname.patch: New patch to fix realname to really return a valid string.
	Problem in the realname function solved.

Samuel Thibault <sthibault@debian.org>
* buffer-size.patch: Increase buffer size, to cope with long elements
  - element[255]
  + element[1024]

* opf.patch: New patch to fix read_opf.
  closedir (dir); after all dirent operations