diff ChangeLog.API @ 28833:a158ef76d340

perl: Fix the package names for some types. Closes #10973. committer: Paul Aurich <paul@darkrain42.org>
author cafoote@yahoo.com
date Thu, 31 Dec 2009 05:32:08 +0000
parents 16dfa8df7dd1
children 3a43e48c870e
line wrap: on
line diff
--- a/ChangeLog.API	Thu Dec 31 05:23:13 2009 +0000
+++ b/ChangeLog.API	Thu Dec 31 05:32:08 2009 +0000
@@ -7,6 +7,13 @@
 		  purple_xfer_request_denied if an error is found when selecting
 		  a file to send. Request denied is still used when a receive
 		  request is not allowed.
+	Perl:
+		Changed:
+		* Corrected the package names for the PurpleProxyType and
+		  PurpleLogReadFlags enums to have the correct number of colons
+		  (from Purple::ProxyType::::<type> to Purple::ProxyType::<type>
+		  and Purple::Log:ReadFlags::::<type> to
+		  Purple::Log::ReadFlags::<type>)  (Chris Foote)
 
 version 2.6.4 (11/29/2009):
 	No changes