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
|
libgrss 0.7
==============================================================================
- Added new type GrssPerson which stores name, email and website URI. All
author/contributors stuff now uses it.
- Fixes in GObject Introspection
- Documentation now contains more
- Library now names as libgrss.so with sover
- pkg-config file no more versioned, this will allow to not monkey-patching
dependent programs
- Autotools configs was updated
- No bugfixes more ;)
libgrss 0.6
==============================================================================
- Added GrssFeedFormatter and related subclasses to format a GrssFeedChannel in plain rappresentation
- More utility functions
- Support for GObject Introspection
- Introduction of basic test suite
- Bugfixes
libgrss 0.5
==============================================================================
- Complete API break: all object and function names moved to "grss" namespace
- Added GrssFeedsPublisher to expose feeds contents as files or by local server
- Added GrssFeedsSubscriber to subscribe PubSubHubBub and RSSCloud services
- Added support for XOXO and XBEL in GrssFeedsGroups
- Improved error reporting
- More asyncronous utility functions to fetch contents
- Bugfixes
libgrss 0.4
==============================================================================
- Added FeedsGroup class, abstraction to parse and produce list of feeds
- Added OPML files parser
- Cleanup of headers and documentation
- Bugfixes
libgrss 0.3
==============================================================================
- Added support for geo:* namespace
- FeedsPool exposes his own SoupSession, to be reused and tuned by the application
- Bugfixes
libgrss 0.2
===============================================================================
- Added PIE (Atom 0.3) format handler
- Drop direct dependency of GIO, using LibSoup instead
- Added new class FeedsStore, to abstract permanent storages
- Added "feed-fetching" signal to FeedsPool
- First test implementation of PubSubHub subscriber
- Added some documentation
- Varius bugs fix
libgrss 0.1
===============================================================================
- First release, including abstraction for feed channel, item, enclosure, and a feeds auto-fetcher
|