File gwibber.changes of Package gwibber
-------------------------------------------------------------------
Wed Oct 5 07:31:54 UTC 2011 - vuntz@opensuse.org
- Update to version 3.2.0.1:
+ Properly get the retweeter's name instead of the original
sender's for identi.ca and status.net.
+ Fix missing return values in vala code.
- Drop gwibber-fix-no-return.patch: fixed upstream.
-------------------------------------------------------------------
Tue Oct 4 08:50:08 UTC 2011 - vuntz@opensuse.org
- Update to version 3.2.0:
+ Many changes, including a partial rewrite (in vala, with the
creation of libraries) and a port to GTK+ 3.
+ See ChangeLog for details.
- Rebase gwibber-stnx.diff.
- Drop gwibber-3.1.0-nm09.diff: fixed upstream another way.
- Add gwibber-fix-no-return.patch: fix many missing return values
in the vala code.
- Add gwibber-upstream-gtkspell3-pkgconfig-call.patch: update
pkgconfig() call to new upstream gtkspell3.
- Completely rework packaging since the build system and a lot of
code got rewritten:
+ Add pkgconfig() BuildRequires: dbus-1, dbus-glib-1, dee-1.0,
gee-1.0, glib-2.0, gsettings-desktop-schemas, gtk+-3.0,
gtkspell-3.0, json-glib-1.0, libnotify, libsoup-2.4,
pangocairo.
+ Add gobject-introspection-devel BuildRequires to build
introspection data.
+ Add vala-0_12 BuildRequires as vala 0.12 is needed for the
build.
+ Change python BuildRequires to python-base.
+ Remove now unneeded python-distutils-extra and scrollkeeper
BuildRequires.
+ Remove python-feedparser and python-markupsafe Requires, thanks
to the new code.
+ Change gnome-python-desktop and python-gnome Requires to
python-gconf, python-gnomekeyring and python-wnck to minimize
the Requires to the real modules that are needed.
+ Create a devel subpackage for development files.
+ Use the standard autotools build system instead of setup.py.
+ Use the %glib2_gsettings_schema_* macros for GSettings schema
registration.
+ Call /sbin/ldconfig in %post/%postun since there are libraries
now.
+ Use a have_lang define to temporarily disable the creation of
the lang subpackage, as the tarball is broken (no
translations).
-------------------------------------------------------------------
Tue Apr 26 14:21:30 BST 2011 - riggwelter@opensuse.org
- Update to version 3.0.0.1:
+ Use a dynamic quick list so we don't display a Quit menu in
the launcher when gwibber isn't running
+ Don't allow insane refresh intervals, minimum allowed is 5m
+ Added option contents arg to GwibberPosterVBox, so consumers
of the API won't need to override the expose event to insert
default contents (LP: #739923)
- Added gwibber-3.1.0-nm09.diff:
+ Work with NetworkManager 0.9.
-------------------------------------------------------------------
Thu Apr 07 11:44:00 BST 2011 - riggwelter@opensuse.org
- Update to version 3.0.0:
+ facebook: If there is no name associated with a link, use the
text "link" instead of displaying None
+ Added new wrapper script for performing some operations
+ Install the gwibber-client script
+ Added Ayatana shortcut groups for unity integration, other
desktop environments will ignore them
+ added gwibber entry to the unity menus
+ Updated launcher categories, adding X-GNOME-PersonalSettings
+ Added icons needed for links and videos (from gnome-icon-theme)
+ Added definitions for links and videos, we need that
+ enable receive as a feature to get the account to apprear in
the account tree (LP: #645584)
+ Put the messages in the correct streams, specifically links,
images and videos
+ Set the stream correctly
+ Make Links and Videos translatable
+ Don't try to display the name of a photo if it is None
+ Don't display an empty notification for media posted without
text (LP: #697729)
+ refreshed templates to get new strings from dispatcher.py
+ vacuum database on startup to clean up fragmentation
+ Remove the rounding in the last elif condition, to avoid an
error when the seconds part is between 59.5 and 60.0. (Per
Ångström) (LP: #705424)
+ Fixed storage of the in_reply_to data for twitter, and made
minor change to make sure identi.ca and status.net behaves the
same way (LP: #677233)
+ Don't try to send a message if it is empty (LP: #737798)
+ Only add the reply to url link if we have enough information
to create the url
+ Updated Unity quicklists to match the latest spec
+ Make shortcut groups translatable
+ Merged in database purging branch
+ facebook: applied a slightly modified version of a patch from
Michael Jaros to handle a change in the data returned from the
facebook API for "likes" (LP: #740778)
+ put twitter images in the proper stream
+ remove redundant title
+ put identica images in the proper stream
+ put statusnet images in the proper stream
+ Allow posting comments/replies to your own posts
+ store retweeted_status in the message for future display of
native retweets
+ Assume online if NetworkManager isn't available on dbus
(LP: #567037)
+ Be less agressive starting a refresh when connection state
changes to online
+ Less agressive purging of posts
+ Don't set editable until the input is exposed (LP: #647406)
+ use load_uri instead of the deprecated webkit.WebView.open API.
+ Fixes for facebook links to posts and send_thread.
+ Foursquare plugin fails if response contains a venue that has
been deleted (LP#687498).
+ dispatcher: catch exception per every failing-message
(LP#645512).
+ twitter plugin: upgrade the "unescape" function.
+ Dump test data (~/.cache/gwibber/dump/) if GWIBBER_TEST_DUMP=1
+ Don't fail to check for data in desktopcouch, dynamically
import available services. (Fixes crash on first run)
+ Merged auto account saving for twitter, identica, status.net
and facebook
+ Fix for failing to find NSID for flickr.
+ Save the window position and size when it changes.
+ Treat strings starting "www." as a href.
+ Autosave after auth.
+ Removed unused code.
+ Fixed dupe notifications as well as displaying dupes in the
stream.
+ Added Unity Quick lists support.
+ service: re-factoring splitting the plugins up and making
them more dynamic. Gwibber will now look for plugins in
$GWIBBER_PLUGIN_DIR, ~/.local/share/gwibber/plugins,
/usr/local/share/gwibber/plugins, /usr/share/gwibber/plugins
and /usr/lib/python2.6/dist-packages/gwibber/microblog/plugins
+ service: return errors the same way we return messages, and
send a "Error" signal which the client can connect to
+ client: connect to "Error" signal and display an infobar for
each message
+ gwibber-accounts: display infobar reporting errors passed in
from the client
+ Disable libproxy - crashes on amd64.
+ OAuth support for Status.Net.
+ Bring statusnet closer to indentica.
+ Don't blow up if there is an account for an unknown service.
+ Don't delete accounts that aren't selected.
+ Remove all sqlite3 access from the client, move all the logic
to the service. The new Messages API isn't final, so expect
change. Right now you can pull messages from it and connect to
a signal to get each new message as they come in.
+ Don't try to store the locale and reset it after parsing the
timestamp.
+ Display recipient of "wall to wall" posts in facebook.
+ Ask for flickr screen name instead of username.
+ Re-enable first run experience if there are no accounts.
+ Fixes for direct messages.
+ Fix handling of comments for facebook.
+ Fixed missing notifications in facebook.
+ Fixes in digg.
+ Don't fail if user["url"] is None.
+ Don't crash the client if an account exists for a service that
isn't available
+ Don't call get on the thread operation, it blocks the UI.
+ Initial Foursquare support.
+ Store url in the message for things like tomboy and view
message to work.
+ Don't crash if an account exists for a service that isn't
available
- Re-roll gwibber-sqlite-migrate-opensuse.diff to work with new
code.
- Include new dbus service files.
-------------------------------------------------------------------
Sat Feb 12 19:21:55 CET 2011 - vuntz@opensuse.org
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
-------------------------------------------------------------------
Tue Dec 7 13:16:11 CET 2010 - vuntz@opensuse.org
- Complete patch tags.
-------------------------------------------------------------------
Thu Dec 02 13:52:30 UTC 2010 - riggwelter@opensuse.org
- Update to version 2.32.2:
+ Backported fix for clearing multi-column streams when activated
by the messaging indicator (LP#643487)
+ Save window size/position when it changes, so it doesn't get
moved unexpectedly when activated by the messaging indicator.
+ Fixed dupe notifications as well as displaying dupes in the
stream.
+ Shouldn't display reply icon for messages from you (LP#661330)
+ Private messages shouldn't allow public replies (LP#661358)
+ Private messages shouldn't allow retweets (LP#661359)
+ Drop the responses operation from facebook, it abuses the
allocation facebook gives us based on the DB query count
(LP#614742)
+ Fixed notifications for private messages (LP#663377)
-------------------------------------------------------------------
Fri Oct 22 16:50:19 UTC 2010 - dimstar@opensuse.org
- Recommend instead of require lang package since it's not
required at runtime.
-------------------------------------------------------------------
Tue Oct 5 00:19:56 CEST 2010 - lmedinas@opensuse.org
- Update to version 2.32.0.1:
+ Don't try to store the locale and reset it after parsing the
timestamp, this was causing a failure to retrieve any messages
for anyone with a locale set without encoding.
+ Re-enable the first run experience, if there are no accounts
configured run gwibber-accounts (lp#654811).
+ Hide the appmenu stubs in ubuntu for gwibber-accounts and
gwibber-preferences
- Update to version 2.32.0:
+ Don't call get on the thread operation, it blocks the UI
(lp#628686).
+ Don't crash the client if an account exists for a service that
isn't available.
+ Don't fail if user["url"] is None
+ Don't crash if an account exists for a service that isn't
available
+ Really quit when quit is selected (lp#603598).
- Update to version 2.31.95:
+ Only set the font when there is a default font set (lp#534098).
+ Disable plugins for all the webkit.WebView instances,
apparently it can consume lots of CPU (lp#629368).
+ Disable webkit plugins on OAuth page (lp#629368).
+ Fixed render stream when font settings change (lp#580417).
+ Set the about window as transient for the main window.
- Updated translations.
- Drop gwibber-quitfix.patch, merged upstream.
-------------------------------------------------------------------
Thu Sep 16 10:50:30 BST 2010 - riggwelter@opensuse.org
- Update to version 2.31.94:
+ Set the about window as transient for the main window.
+ Fixed render stream when font settings change.
+ Disable plugins for all the webkit.WebView instances.
+ Only set the font when there is a default font set.
-------------------------------------------------------------------
Tue Sep 14 09:03:30 BST 2010 - riggwelter@opensuse.org
- Update to version 2.31.93:
+ Make authentication and network errors translatable.
+ Added tooltips for notification settings.
+ Merged fix for delay in toggling send_enabled.
- Added gwibber-quitfix.patch from lmedinas@opensuse.org to quit
correctly rather than minimise.
-------------------------------------------------------------------
Thu Sep 09 08:13:30 BST 2010 - riggwelter@opensuse.org
- Update to version 2.31.92:
+ Prevent duplicate notifications and indicatiors.
+ Don't show non-mentions if only show mentions is set.
+ Don't crash if can't create avatar.
+ Delete invalid cached avatars.
+ Delete streams without associated account.
+ Delete streams when account is deleted.
+ Ensure we always only have one timer for refresh.
+ Remove indicators when replies focused.
+ Re-use threads.
-------------------------------------------------------------------
Wed Sep 01 11:17:45 BST 2010 - riggwelter@opensuse.org
- Update to version 2.31.91:
+ Set the splitter.
+ Resize window and set position last.
+ Fix deletion of tweets.
+ Display the "Like" action for messages that are "to_me".
+ Better handling of unexpected results from Twitter, identi.ca
and StatusNet.
+ Handle null responses gracefully.
+ Convert identi.ca groups (!) to hashtags (#) for re-denting
if global_retweet is true.
+ Make the string for the Translate action i18n friendly.
+ Merged in removal of tr.im.
+ Don't crash if we get an unexpected value, just reset to the
default and continue
+ Support UTF-8 when linking text.
+ Use OAuth for twitter.
- Re-roll gwibber-stnx.diff - above update breaks it.
- Removed gwibber-trim.diff due to above update.
-------------------------------------------------------------------
Sun Aug 29 13:56:00 BST 2010 - riggwelter@opensuse.org
- Requires: python-markupsafe.
-------------------------------------------------------------------
Tue Aug 24 09:49:00 BST 2010 - riggwelter@opensuse.org
- Add gwibber-trim.diff to remove defunct tr.im service.
- Add gwibber-sqlite-migrate-opensuse.diff to migrate SQLite
database from 11.3's gwibber to new location.
-------------------------------------------------------------------
Sat Aug 21 09:31:00 BST 2010 - riggwelter@opensuse.org
- Update to version 2.31.90:
+ Rename protocol to service.
+ Don't die if a password is not found in keyring.
+ Correctly save updated secrets in keyring after a re-auth.
- Added Requires: gnome-python-desktop.
- Changed Url to http://gwibber.com
-------------------------------------------------------------------
Fri Aug 13 10:18:00 BST 2010 - riggwelter@opensuse.org
- Updated to version 2.31.5.
+ Support for Direct Messages.
+ Rudimentary inline image support added (TwitPic/Flickr/YFrog)
+ Support Ping.fm.
+ Cache avatars.
+ Added tooltips for Menu and Reply.
+ Added Start dbus method to com.Gwibber.Service.
+ Added Messages method to com.Gwibber.Streams, to retrieve
messages.
- Removed gwibber-bzr724.patch - merged upstream.
- Removed gwibber-bzr725.patch - merged upstream.
- Requires: python-oauth.
-------------------------------------------------------------------
Mon May 31 20:46:18 UTC 2010 - dimstar@opensuse.org
- bnc#607860: Require python-gnome.
-------------------------------------------------------------------
Wed Apr 21 08:35:00 BST 2010 - riggwelter@opensuse.org
- Patch gwibber-bzr725.patch to fix bug where replies were not
correctly threaded.
-------------------------------------------------------------------
Tue Apr 20 09:40:00 BST 2010 - riggwelter@opensuse.org
- Patch gwibber-bzr724.patch to fix bug where some messages were
missed when the UI is refreshed.
-------------------------------------------------------------------
Thu Apr 15 10:16:20 UTC 2010 - dimstar@opensuse.org
- Minor spec cleanup using spec-cleaner.
-------------------------------------------------------------------
Thu Apr 15 09:37:00 BST 2010 - riggwelter@opensuse.org
- Updated to bzr 720.
+ Fixes reply/retweet.
-------------------------------------------------------------------
Wed Apr 14 16:19:30 UTC 2010 - aj@suse.de
- Fix building on x86-64.
+ package is arch specific, so do not use noarch.
+ use python_sitearch
-------------------------------------------------------------------
Wed Apr 14 09:01:00 BST 2010 - riggwelter@opensuse.org
- Updated to pre-3.0 BZR.
+ Use SQLite as backend now instead of Couch.
- Lots of spec file tidying.
- Remove compact-gwilouche theme - rejected upstream.
-------------------------------------------------------------------
Sat Apr 10 14:01:00 BST 2010 - riggwelter@opensuse.org
- Update to version 2.29.95
+ Local settings now stored in gconf again.
-------------------------------------------------------------------
Wed Mar 31 22:21:21 UTC 2010 - dimstar@opensuse.org
- Update to version 2.29.94
+ Minor bug fixes.
-------------------------------------------------------------------
Tue Mar 30 08:04:19 UTC 2010 - dimstar@opensuse.org
- Update to version 2.29.93:
+ Use MAX_MESSAGE_LENGTH for max length instead of hard coding
140
+ Changed the views to not emit the entire doc as a value
+ lp#528302: Set default focus to the text input widget
+ lp#534667: Made a string translatable
+ lp#538846: setting translation domain for .ui files
+ lp#520462: Mark strings translatable
+ lp#538851: Added X-GNOME-Gettext-Domain to allow translations
of the desktop files to be loaded at runtime
+ lp#539583: Use the desktopcouch API for excluding the DB and
handle errors
+ Set window icons properly so they scale nicely
+ lp#535263: Set account IDs in desktopcouch to force merging on
sync instead of creating dupes
-------------------------------------------------------------------
Wed Mar 24 20:44:39 UTC 2010 - dimstar@opensuse.org
- Update to bzr revision 684.
-------------------------------------------------------------------
Thu Mar 18 21:03:31 UTC 2010 - dimstar@opensuse.org
- Require python-couchdb.
-------------------------------------------------------------------
Sun Mar 14 08:04:00 UTC 2010 - riggwelter@opensuse.org
- Added Requires: python-desktopcouch.
-------------------------------------------------------------------
Fri Mar 12 12:04:34 CET 2010 - dimstar@opensuse.org
- Update to version 2.29.92:
+ Raise errors for auth failures
+ lp#520687: don't sync the gwibber_messages to ubuntuone
+ lp#534922: use dbus names to check for existing service
-------------------------------------------------------------------
Tue Mar 9 00:09:21 CET 2010 - dimstar@opensuse.org
- Update to version 2.29.91:
+ fixed a bug that prevented mentions/replies to get added to the
messaging indicator
+ added more debug level logging
+ Fixed raising the client via dbus, missed a variable rename
+ lp#517723: Added signatures to the URLShorten dbus methods
+ lp#521974: URL shortening should be async
+ don't fail if desktopcouch is slow to start
+ lp#522180: Make "Name" more descriptive, it is displayed on UNE
and in GNOME Shell
+ Fixed calls to print_exc that failed
+ lp#518550: Gwibber stops working after suspending
+ lp#528270: Fixed notifications for mentions only
+ Set the autostart gconf key if it wasn't set at all before
+ lp#520462: Internationalization fixed from David Planella
+ lp#532730: use human readable time string in save to tomboy
+ imported translations from LP
+ Moved the init_design_doc method call to MessageMonitor, this
fixes a bug loading the design document before it is created
+ fixed a problem with configuring accounts spawning two services
+ check to see if gwibber-service is already running before
starting
- Drop patches gwibber-lp455943.diff and gwibber-icons.diff, fixed
upstream.
-------------------------------------------------------------------
Sun Feb 21 19:21:36 CET 2010 - vuntz@opensuse.org
- Clean up update to 2.0.0.
- Add dbus-1-python BuildRequires.
- Fix build on x86_64: change python_sitelib usage to
python_sitearch. This also means we can't make a noarch package
anymore.
-------------------------------------------------------------------
Wed Feb 03 08:51:00 UTC 2010 - riggwelter@opensuse.org
- Updated to upstream version 2.0.0
+ Add D-Bus service.
+ Added support for viewing errors in Gwibber.
+ Display the source attribute.
+ Notification works.
+ New default theme and fix theme switching.
- Add gwibber-icons.diff to fix icon install error.
- Add gwibber-lp-455943.diff to revert a wrong fix upstream.
- Rebase gwibber-stnx.diff.
- Add compact-gwilouche theme (proposed upstream), and do not make
dark-gwilouche the default theme.
- Add python-curl Requires for Facebook.
-------------------------------------------------------------------
Wed Sep 9 18:57:42 UTC 2009 - aj@suse.de
- gwibber is actually noarch.
-------------------------------------------------------------------
Wed Sep 2 03:38:53 UTC 2009 - aj@suse.de
- Use python_sitelib.
-------------------------------------------------------------------
Sat Aug 29 10:25:00 BST 2009 - riggwelter@opensuse.org
- Tag gwibber-stnx.diff correctly.
-------------------------------------------------------------------
Sun Aug 16 13:23:00 BST 2009 - riggwelter@opensuse.org
- Updated to latest trunk.
-------------------------------------------------------------------
Wed Jul 01 12:24:00 BST 2009 - riggwelter@opensuse.org
- Use upstream dark-gwilouche theme by default.
- We now require python-mako from devel:languages:python and its deps!
-------------------------------------------------------------------
Tue Jun 30 14:43:00 BST 2009 - riggwelter@opensuse.org
- Unstable branch - not for publishing yet!
-------------------------------------------------------------------
Thu Jun 25 11:38:00 BST 2009 - riggwelter@opensuse.org
- Just unpack darkilouche in place rather than maintain it as a patch.
- Main source is from https://code.launchpad.net/gwibber - 1.0 series.
- Darkilouche comes from jimmac.
- Add support for stnx.at url shortner.
-------------------------------------------------------------------
Fri Jun 12 18:17:00 BST 2009 - riggwelter@opensuse.org
- Fix darkilouche as default theme.
-------------------------------------------------------------------
Thu Jun 4 22:51:07 CEST 2009 - vuntz@novell.com
- Clean up packaging.
-------------------------------------------------------------------
Mon May 25 2009 - riggwelter@opensuse.org
- Prepare for Contrib.
- Split out lang package.
-------------------------------------------------------------------
Thu May 07 2009 - riggwelter@opensuse.org
- Added darkilouche theme from jimmac.
- Make darkilouche default theme.
-------------------------------------------------------------------
Fri April 17 2009 - riggwelter@opensuse.org
- New release (0.9.1+bzr263).
- Add gwibber.urlshorter to setup.py.
- Change to bz2 compression.
-------------------------------------------------------------------
Thu April 16 2009 - awafaa@opensuse.org
- New release (0.9.1+bzr262)
-------------------------------------------------------------------
Thu April 09 2009 - awafaa@opensuse.org
- New release (0.9.1+bzr257)
- This is the first release from the 1.0 branch and includes the revised Twitter API compatibility
-------------------------------------------------------------------
Fri March 27 2009 - awafaa@opensuse.org
- New release (0.9.1bzr276)
-------------------------------------------------------------------
Wed March 04 2009 - awafaa@opensuse.org
- New release (0.9.1bzr255)
-------------------------------------------------------------------
Fri February 20 2009 - awafaa@opensuse.org
- New release (0.9.1bzr246)
-------------------------------------------------------------------
Mon February 02 2009 - awafaa@opensuse.org
- New release (0.7.3bzr214)
-------------------------------------------------------------------
Tue January 20 11:00:00 BST 2009 - awafaa@opensuse.org
- New release (0.7.3bzr195)
- add support for groups (!) in identi.ca/laconi.ca
-------------------------------------------------------------------
Tue January 20 10:00:00 BST 2009 - awafaa@opensuse.org
- New release (0.7.3-bzr193)
-------------------------------------------------------------------
Fri January 16 2009 - awafaa@opensuse.org
- Change package versioning to be more representative.
- New release (0.7.3bzr188)
-------------------------------------------------------------------
Mon January 05 2009 - awafaa@opensuse.org
- Fix "Requires:" and include dbus-1-python, thanks to yaloki
-------------------------------------------------------------------
Tue December 30 2008 - awafaa@opensuse.org
- New release (r178)
-------------------------------------------------------------------
Mon December 29 2008 - awafaa@opensuse.org
- New release (r176)
-------------------------------------------------------------------
Sun December 28 2008 - awafaa@opensuse.org
- Attempt to fix build issues on >= openSUSE 11.1
-------------------------------------------------------------------
Mon December 22 2008 - awafaa@opensuse.org
- New release (r165)
-------------------------------------------------------------------
Wed December 10 2008 - awafaa@opensuse.org
- New release (r156)
-------------------------------------------------------------------
Mon December 08 2008 - awafaa@opensuse.org
- New release (r152)
-------------------------------------------------------------------
Mon December 01 2008 - awafaa@opensuse.org
- New release (r150)
- Fix URL parsing issues
-------------------------------------------------------------------
Tue November 25 2008 - awafaa@opensuse.org
- New release (r149)
- Add additional themes
-------------------------------------------------------------------
Mon November 24 2008 - awafaa@opensuse.org
- New release (r148)
- Themeing capability added
-------------------------------------------------------------------
Thu November 20 2008 - awafaa@opensuse.org
- New release (r135).
-------------------------------------------------------------------
Mon November 17 2008 - awafaa@opensuse.org
- New release (r134).
* Add python-feedparser as a requirement
-------------------------------------------------------------------
Tue November 11 2008 - awafaa@opensuse.org
- New release (r120).
* Add support for Pidgin integration, generic RSS support, message clearing, and toggling spellcheck
-------------------------------------------------------------------
Mon November 10 2008 - awafaa@opensuse.org
- New release (r119).
* Add support for Ping.fm
-------------------------------------------------------------------
Fri Oct 24 2008 - awafaa@opensuse.org
- New release (r118).
* Fixes glade issue preventing account modification
* Enable autoupdate on start up
-------------------------------------------------------------------
Thu Oct 23 2008 - awafaa@opensuse.org
- Tidy up spec file, mainly %files section and summary.
-------------------------------------------------------------------
Wed Oct 22 2008 - awafaa@opensuse.org
- New release (r117), build from the replytab branch
-------------------------------------------------------------------
Sat Oct 18 2008 - awafaa@opensuse.org
- New release (r115), build from the replytab branch
* Identi.ca support added to search function
-------------------------------------------------------------------
Fri Oct 17 11:00:00 BST 2008 - awafaa@opensuse.org
- New release (r113), build from the replytab branch
-------------------------------------------------------------------
Fri Oct 17 10:00:00 BST 2008 - awafaa@opensuse.org
- New release (r112), build from the replytab branch
-------------------------------------------------------------------
Fri Oct 17 09:00:00 BST 2008 - awafaa@opensuse.org
- New release (r111), build from the replytab branch
-------------------------------------------------------------------
Sun Aug 31 2008 - awafaa@opensuse.org
- New release (r102)
-------------------------------------------------------------------
Fri Aug 22 2008 - awafaa@opensuse.org
- New release (r90)
-------------------------------------------------------------------
Mon Aug 18 2008 - awafaa@opensuse.org
- Add new Build and Runtime Dep: python-egenix-mx-base
-------------------------------------------------------------------
Fri Aug 15 2008 - awafaa@opensuse.org
- New release (r85)
-------------------------------------------------------------------
Tue Jul 29 2008 - awafaa@opensuse.org
- New release (r80)
-------------------------------------------------------------------
Fri Jul 18 11:00:00 BST 2008 - awafaa@opensuse.org
- New release (r69)
-------------------------------------------------------------------
Fri Jul 18 10:00:00 BST 2008 - awafaa@opensuse.org
- New release (r67)
- Added additional Build and Runtime deps
-------------------------------------------------------------------
Thu Jul 10 2008 - awafaa@opensuse.org
- New release (r59)
-------------------------------------------------------------------
Tue Jul 08 2008 - awafaa@opensuse.org
- Initial Build (r58)