SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libgdata-lang-0.4.0-5.1.noarch.rpm :
Thu Jul 12 14:00:00 2012 lijewski.stefanAATTzabka.pl
- Add libgdata-validate-ssl-cert.patch: validate SSL certificates
for all connections. Fix bnc#752088, CVE-2012-1177.
- Add gnome-common BuildRequires and call gnome-autogen.sh: needed
for above patch.
- Pass --with-ca-certs=/etc/ssl/ca-bundle.pem to configure to let
libgdata know about the location of our certificates.

Mon Aug 3 14:00:00 2009 vuntzAATTnovell.com
- Remove Obsoletes for libgdata3 and libgdata4.
- Drop libgdata-rpmlintrc as it\'s not needed anymore.

Wed Jul 29 14:00:00 2009 vuntzAATTnovell.com
- Update to version 0.4.0:
+ Major changes:
- Added comparison functions for all small XML elements (such
as GDataLink and friends)
- Added GDataContactsContact photo support
- Translatable strings are now even clearer, and all have
translator comments
- Fixed a number of locale-dependent bugs
- Converted small XML element structs to full GObjects
- Added a PicasaWeb service
- Fixed more licencing issues (libgdata is licenced under
LGPLv2.1+)
- Required link relation types to be full URIs
- Added a Google Documents service
+ API changes:
- Added gdata_contacts_contact_get_extended_properties
- Added
*_compare
- Added GDataContactsContact:has-photo,
gdata_contacts_contact_has_photo,
gdata_contacts_contact_get_photo,
gdata_contacts_contact_set_photo
- Converted GDataAuthor, GDataCategory, GDataLink,
GDataGenerator to GObjects (removed
*_free functions and
added mandatory field accessors)
- Converted GDataGDEmailAddress, GDataGDFeedLink,
GDataGDIMAddress, GDataGDOrganization, GDataGDPhoneNumber,
GDataGDPostalAddress, GDataGDRating, GDataGDWhen,
GDataGDReminder, GDataGDWhere, GDataGDWho to GObjects
(removed
*_free functions and added mandatory field
accessors)
- Converted GDataMediaCategory, GDataMediaContent,
GDataMediaCredit, GDataMediaRating, GDataMediaRestriction,
GDataMediaThumbnail to GObjects
- (removed
*_free functions and added mandatory field
accessors)
- Removed gdata_media_thumbnail_parse_time,
gdata_media_thumbnail_build_time
- Converted GDataYouTubeState to GObject (removed
gdata_youtube_state_free and added mandatory field accessors)
- Added GDataYouTubeControl
- Added PicasaWeb service API
- Removed gdata_entry_new_from_xml, other
*_new_from_xml
functions, gdata_entry_get_xml
- Added gdata_parsable_new_from_xml, gdata_parsable_get_xml
- Removed GDATA_PARSER_ERROR_UNHANDLED_XML_ELEMENT parser error
- Added GDataParsableClass->element_name,
GDataParsableClass->element_namespace
- Added GDATA_LINK_ALTERNATE, GDATA_LINK_EDIT,
GDATA_LINK_EDIT_MEDIA, GDATA_LINK_ENCLOSURE,
GDATA_LINK_RELATED, GDATA_LINK_SELF, GDATA_LINK_VIA for use
with gdata_entry_look_up_link
- Added gdata_contacts_service_update_contact
- Added gdata_youtube_service_query_single_video,
gdata_youtube_service_query_single_video_async,
gdata_youtube_service_query_single_video_finish
- Added gdata_youtube_video_get_video_id_from_uri
- Added GDataYouTubeAspectRatio,
gdata_youtube_video_get_aspect_ratio,
gdata_youtube_video_set_aspect_ratio
- Added Google Documents service API
- Added gdata_contacts_contact_remove_all_email_addresses,
gdata_contacts_contact_remove_all_im_addresses,
gdata_contacts_contact_remove_all_postal_addresses,
gdata_contacts_contact_remove_all_phone_numbers,
gdata_contacts_contact_remove_all_organizations
+ Bugs fixed:
- bgo#584417 - Strings are not properly formed for localisation
- bgo#584737 - String parsing is locale-sensitive
- bgo#579170 - Eliminate gdata_parser_error_unhandled_element
- bgo#587277 - Some files are GPLv3 but license is LGPLv2.1?
- bgo#588052 - Parse the yt:aspectratio tag
- bgo#587073 - Add Google Documents service
- bgo#588995 - float radix character depends on LC_NUMERIC, but
Google wants \".\"
+ Updated translations.
- Rename package to libgdata5, and Obsoletes libgdata4.

Wed May 27 14:00:00 2009 vuntzAATTnovell.com
- Update to version 0.3.0:
+ Major changes:
- Empty (but present) entry titles are now set to an empty
string, rather than NULL
- GDataCalendarEvent has basic recurrence support
- Optional GNOME support has been added for automagic proxy
configuration (depends on libsoup-gnome-2.4)
- Deprecated libsoup API has been removed, bumping the
requirement to 2.26.1
- Translation comments and some translatable strings have been
made clearer
- Default error handling has been improved
- More async versions of functions have been added
- The XML output of GDataCalendarCalendar has been completed
- GDataYouTubeVideo now has support for recorded times and
comment feed links
- Added a GDataYouTubeQuery class
- Access control list (ACL) support, implemented on
GDataCalendarCalendar
- Abstract XML parsing into GDataParsable to allow GDataFeed to
be overridden
- Added a GDataCalendarFeed class to deal with
calendar-specific properties
+ API changes:
- Added GDataCalendarEvent:recurrence,
gdata_calendar_event_get_recurrence,
gdata_calendar_event_set_recurrence
- Added GDataCalendarEvent:original-event-id,
GDataCalendarEvent:original-event-uri,
gdata_calendar_event_get_original_event_details
- Added gdata_calendar_event_is_exception
- Added GDATA_SERVICE_ERROR_NOT_FOUND,
GDATA_SERVICE_ERROR_CONFLICT
- Changed GDataServiceClass->parse_error_response
- Added gdata_service_insert_entry_async,
gdata_service_insert_entry_finish
- Added gdata_service_update_entry_async,
gdata_service_update_entry_finish
- Added gdata_service_delete_entry_async,
gdata_service_delete_entry_finish
- Added gdata_color_to_hexadecimal
- Added GDataYouTubeVideo:comments-feed-link,
gdata_youtube_video_get_comments_feed_link
- Added GDataYouTubeVideo:recorded,
gdata_youtube_video_get_recorded,
gdata_youtube_video_set_recorded
- Added read_only parameter to gdata_gd_feed_link_new and
member to GDataGDFeedLink
- Added GDataYouTubeQuery
- Added GDataAccessHandler, GDataAccessRule
- Added GDATA_SERVICE_ERROR_FORBIDDEN
- Added GDataParsable
- Changed GDataEntry to extend GDataParsable, rather than
GObject
- Removed GDataEntry->parse_xml
- Changed GDataFeed to extend GDataParsable, rather than
GObject
- Added GDataCalendarFeed
- Added GDataServiceClass->feed_type
+ Bugs fixed:
- bgo#582026 – Access Control List functionality
- bgo#578367 – Add support for YouTube-specific query
parameters
- bgo#581706 – translation issues
- bgo#580330 – Rejects empty entry titles
+ Updated translations.
- Rename package to libgdata4, and Obsoletes libgdata3.
- Add libgdata-rpmlintrc.

Sun May 24 14:00:00 2009 vuntzAATTnovell.com
- Initial package.


 
ICM