File: HISTORY

package info (click to toggle)
xfreecd 0.9.0.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge, squeeze
  • size: 1,572 kB
  • ctags: 333
  • sloc: ansic: 5,253; makefile: 59
file content (69 lines) | stat: -rw-r--r-- 3,128 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
0.9.0	* Using GTK2;
	* changing configuration location;
	* moving to sourceforge;
	* new maintainer learning C and so on. :D

0.7.8   Attempt to fix a bug that some people report happens 100% and that
	happens about 5% for me. sigsegv after retrieving the cddb data. I
	added some code to make sure displat.plabel was equal to NULL after
	the progress box is destroyed (this didn't fix it, but cannot hurt)
	And I removed a write to the progress box just before it is deleted.
	At the moment this 'appears' to have fixed the problem. Tell me if
	it hasn't!

0.7.7	Small bugfix. In cddbd.c I had a small string that was a holdover
	from the old way of ding things. It was catted onto the end of each
	frame request sent to the server. Depending on the state of memory
	it may have done nothing, or may have scrambled the request string.
	It has now been fixed.

0.7.6	Just a few minor bugfixes. I wasn't calculating the length of track
	1 correctly (because of the change from 1-99 ot 0-98 internally).
	Fixed a problem with the first original submission to CDDB being
	revision 2 instead of revision 1.
	XfreeCD v0.7.6 and later are now certified to submit CD info to
	the CDDB database. Thanks Steve!
	Added real cddb submission email address.
	Added RPM building to the Makefile. Thanks to Vincent Cautaerts
	for creating the RPM version of 0.7.5 that I based this on.

0.7.5	Massive Changes Again:
	I removed all the static string storage used for the title
	and track names and replaced with dynamic storage using the
	GTK+ GString. Works pretty good.
	Added support for extended CD information. This was required
	to meet the standards for being able to submit CD information
	the the CDDB database. You cannot edit this data in the
	program, but it is preserved on disk, and can be edited with
	a text editor if necisary
	Fixed problems relating to 99 track CDs (NIN-Broken broke
	things).
	Added support for the Revision # downloaded from the cddb
	database. When the CD is sent to the database for an updte
        the Revision # is incremented by 1
	Changing the category of a CD now automatically erases the
	old copy of the data in the old category.
	Added support for multiple DTITLE, TTITLE, EXTD, EXTT, etc.
	lines in the cddb support routines.

0.7.4	Added sending CDDB updates to the server via email
	Fixed a bug where changing categories would leave the entry in the
	old category directory.
	Fixed a bug that would display the previous CDs info in the Track
	window while retrieving new CD data from the server.
	Fixed a problem with editing. It wasn't initalizing the title or
	the category, so if these weren't edited it could have ended up
	in the wrong place.
	Added support for multiple TITLEx lines in the CDDB file.
	Fixed a bug when editing CD tracks with > 8 tracks. The clist was
	popping back to the top after selecting the track to edit. This
	now works right (I changed the way I update the list).

0.7.3   Added titlebar control using different class names for the different
	windows.

0.7.2	Added -geometry support


0.7	Added CDDB support, rewrote low level controls. Split into 3
	processes.