File: ChangeLog

package info (click to toggle)
pyxine 0.1alpha2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 856 kB
  • ctags: 2,017
  • sloc: ansic: 7,512; python: 2,224; cpp: 1,810; makefile: 162; sh: 40
file content (26 lines) | stat: -rw-r--r-- 751 bytes parent folder | download | duplicates (5)
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
2003-02-12  Geoffrey T. Dairiki  <dairiki@dairiki.org>

	* Makefile: Increment PYXINE_VERSION

	* README: Instructions for playing an audio file were wrong.
	Added some notes about the example players.

	* pxlib/Geometry.cc (to_string): Add namespace to
	std::ostringstream

	* pxlib/XDisplay.cc (select_input): Remove spurious (and wrong)
	'inline' declaration.
	
2003-02-11  Geoffrey T. Dairiki  <dairiki@dairiki.org>

	* pxlib/Callback.cc (rep_t, ~rep_t):  Remove debugging calls to
	cerr.form().  Apparently ostream::form() is a GNU extension.
	Don't use it!

2003-02-07  Geoffrey T. Dairiki  <dairiki@dairiki.org>

	* README: Add xine-lib to requirements

2003-02-07  Geoffrey T. Dairiki  <dairiki@dairiki.org>

	First release: pyxine-0.1alpha1.