File: ChangeLog.pre-git

package info (click to toggle)
libgstreamer-interfaces-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 152 kB
  • ctags: 7
  • sloc: perl: 207; ansic: 8; makefile: 2
file content (76 lines) | stat: -rw-r--r-- 1,927 bytes parent folder | download | duplicates (2)
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
=== ChangeLog discontinued ===

	With the move to git, we stop maintaining a separate ChangeLog and
	rely on proper commit messages instead.

2008-03-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Interfaces.pm
	* Makefile.PL
	* NEWS
	* README: Version 0.04.

2008-01-19  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstXOverlay.t: Fix test failure.

2007-11-04  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Require Glib 1.170 for the configure_requires
	stuff.

2007-10-19  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Use a more compatible way to indicate which perl
	version we require.  Use Glib::MakeHelper's new configure_requires
	stuff to announce our Makefile.PL-time dependencies.

	* Interfaces.pm: Fix mistakes in the synopsis.  (Found by James
	Bromberger)

2006-10-03	kaffeetisch

	* Interfaces.pm: Fix POD errors.

2006-07-07	kaffeetisch

	* Interfaces.pm, NEWS, copyright.pod: Version 0.03.

2006-07-07	kaffeetisch

	* Interfaces.pm: Fix a doc glitch.

	* t/GstPropertyProbe.t: Fix a potential failure.

2006-01-29	kaffeetisch

	* Makefile.PL: Require GStreamer 0.06.

	* Interfaces.pm: Document GStreamer::XOverlay.

	* Interfaces.pm, MANIFEST, NEWS: Version 0.02.

2006-01-24	kaffeetisch

	* Makefile.PL: Require Glib 1.103 and gstreamer-plugins-base-0.10
	>= 0.10.0.

	* gstinterfacesperl.h, maps, t/GstXOverlay, xs/GstXOverlay.xs: Add
	bindings for GstXOverlay.

	* t/GstPropertyProbe.t: Use alsamixer instead of osssink.  Remove
	now unneeded SKIP block.

	* xs/GstPropertyProbe.xs: Remove manual gperl_set_isa call; Glib
	1.103 handles that for us.

2005-10-06	kaffeetisch

	* NEWS, README: Version 0.01.

2005-09-28	kaffeetisch

	* .cvsignore, ChangeLog, Interfaces.pm, LICENSE, MANIFEST,
	MANIFEST.SKIP, Makefile.PL, NEWS, README, copyright.pod,
	gstinterfacesperl.h, maps, t/GstPropertyProbe.t, xs/.cvsignore,
	xs/GstInterfaces.xs, xs/GstPropertyProbe.xs: Initial import.