File: Changes

package info (click to toggle)
libnet-daap-dmap-perl 1.27-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: perl: 689; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 881 bytes parent folder | download | duplicates (3)
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
1.27	Monday 16th January, 2012
	Correctly emit utf-8 bytes for type 9 (text).

1.26	Wednesday 1st September, 2004
	Fixed the email address of the daap-dev list.

1.25	Wednesday 18th August, 2004
	Add a type 42 - non-utf-8 text (Net::DPAP::Client breaks else)

1.24	Friday 30th July, 2004
	Doh! text is type 9, not type 7

1.23	Friday 30th July, 2004
	Decodes text as utf-8 when Encode is available.

1.22	Wendesday 28th July, 2004
	fixed a bug in update_content_codes that was causing subsequent
	calls to mess up spectacularly
	Introduced $Net::DAAP::DMAP::NOISY to optionally turn on the
	warnings added in 1.20 (defaults to off)
	
1.21	Monday 26th July, 2004
	Added dmap_flat_list, needed for Net::DAAP::Client 0.4

1.20	Monday 12th July, 2004
	Split from the dapple dist
	Pod fixes
        + t/content-codes.dump
	carps about unknown key types
	knows about DPAP (Leon Brocard)