fMMS

Send and receive MMS, hopefully

Section:
user/network

Releases

RepositoryLatest version
Fremantle Extras-devel free armelfmms 0.5.3-2
Fremantle Extras-devel free i386fmms 0.5.3-2

Changes

VersionChangesAuthorDate
0.5.3-2 * update version in applicationNick Leppänen Larsson2010-02-28 09:56 UTC
0.5.3 * fixed bug where application would close after returning from senderNick Leppänen Larsson2010-02-28 09:49 UTC
0.5.2-1 0.5.2:
   * re-enabled sending to email addresses (MB#8906)
   * new icons!
   * hopefully solved bug where fmms would keep running when launched from share via service
  0.5.1:
   * video/audio icon showing when attaching those mimetypes
   * unread messages showed in correct color
   * images in viewer are resized to fit on screen
   * not always redrawing the listview
   * fixed the configdialog not to hang when using share via service before firstlaunch
   * text wrapping in sender is now on char instead of word
  0.5.0:
   * smil generation tweaked, hopefully works with blackberries now
   * increased timeout in wappushhandler
   * added support for sharing-fmms
  0.4.0:
   * autoconnects, highly experimental
   * tweaked logging
   * fixed bug where contactpicker in viewer would pick the wrong contact
   * fixed bug where mainview listing was matching on wrong numbers
  0.3.6-2:
   * fixed dependencies
  0.3.6:
   * fixed bug introduced in 0.3.5 making it impossible to dl messages
   * added loading indicator when treeview is updating
   * removed WTP and WSP.py
  0.3.5:
   * closing sender if message appears to be have sent
   * autosetting subject to "MMS" if message is empty
   * bug relating to utf-8 decode failures from mms.db should be fixed
   * removed some dead code
  0.3.4:
   * new look in sender
  0.3.3:
   * added method for timeformat to controller, removed it from viewer/gui
   * fmms_gui.py: readded context menu, fully working.
   * fmms_sender_ui.py: removed fMMS prefix from title
   * only numbers allowed in img resize field
   * fmms_gui.py: button scrolls with treeview, receiver is shown if its outgoing message
   * urlhook in about dialog, error handling in viewer when parsing date
  0.3.2:
   * lots of ui improvements
   * ... yeah, thats about it
  0.3.1:
   * added "reply" button in viewers app menu
   * "open" context menu working again in viewer
   * fmms.png added again, about dialog should work
   * hopefully fixed weird bug in get_photo_from_name
  0.3.0:
   * adapted mvc(ish) concept on the application
   * sqlite database for storing message info
   * logging to file instead of terminal mostly
   * crude validation of "to" number in sender
   * saves outgoing mms (that are sent successfully)
   * not really backwards compatible due to sqlite backend instead of only files
  0.2.10:
   * reverted UA-string to N95... again - seems to be working for tmo usa
   * separated each view in to their own class
   * header dialog does now line wrap instead of scrolling horizontally
   * removed some imports that (hopefully) isnt needed
  0.2.9:
   * removed fake UA-string again as it seems pointless
   * contactslist should show what type of number it is
   * gui no longer freezes when launched from the mms notification
   * message is sent as mms version1.2
  0.2.8:
   * removed sending of "profile" header again as this seems to confuse some mmsc
   * sending fake user-agent string (n95)
   * viewer now word wraps text
   * viewer should now show most txt files
  0.2.7:
   * fixed hang on startup introduced in 0.2.5
  0.2.6:
   * added profile header again, along with user-agent. on both send and receive. please let this work.
   * contacts should now show all numbers, really.. hopefully
  0.2.5:
   * profile header removed as this should be translated to x-wap-profile
   * ui "loading" indicator added in a few places, like when sending
   * replaced ugly dbus-calls with less ugly update_ui function
  0.2.4:
   * sending x-wap-profile and profile header when getting mms instead of sending
  0.2.3:
   * fixed bug where long-tap -> "open" would not launch imageviewer
   * added search in contact list when sending
   * now sends x-wap-profile header when sending mms
  0.2.2:
   * bugtracker added
   * wappushhandler should handle most sms push now
   * banner shows when SMS PUSH decoding failed
  0.2.1:
   * no longer breaking MMS-standards (I think)!
   * confirm dialog on redownload as message might be gone
   * should show all numbers available for a contact
   * wappushhandler got some love, error handling and stuff
   * fixed postinstall to only chmod if dir exists
  0.1.12:
   * correctly sends m-notifyresp-ind and m-acknowledge-ind when fetching the mms
   * button to launch video/audio in the viewer should now launch the mediaplayer
   * if the mimetype is unknown the button currently does nothing
  0.1.11:
   * textview in sender gui scrolls individually instead of scrolling the whole window
   * exception printed (to console) if the mmsc response parsing fails
   * should now decode any filetype in the mms
   * fixed "To"-button so it doesn't break on unnamed contacts
   * config prepared for sqlite-db
   * clicking on a notification should now open fMMS (refresh view if its open)
   * all imagetype should now be shown in the viewer
   * button to launch other filetypes (currently opening in imageview so its unlikely to work)
   * decoder_mms.py decodes a given message file from console
  0.1.10:
   * "to" button is now bringing up a list of contacts
ick Lep2010-02-27 23:54 UTC
0.5.1-1 0.5.1:
   * video/audio icon showing when attaching those mimetypes
   * unread messages showed in correct color
   * images in viewer are resized to fit on screen
   * not always redrawing the listview
   * fixed the configdialog not to hang when using share via service before firstlaunch
   * text wrapping in sender is now on char instead of word
  0.5.0:
   * smil generation tweaked, hopefully works with blackberries now
   * increased timeout in wappushhandler
   * added support for sharing-fmms
  0.4.0:
   * autoconnects, highly experimental
   * tweaked logging
   * fixed bug where contactpicker in viewer would pick the wrong contact
   * fixed bug where mainview listing was matching on wrong numbers
  0.3.6-2:
   * fixed dependencies
  0.3.6:
   * fixed bug introduced in 0.3.5 making it impossible to dl messages
   * added loading indicator when treeview is updating
   * removed WTP and WSP.py
  0.3.5:
   * closing sender if message appears to be have sent
   * autosetting subject to "MMS" if message is empty
   * bug relating to utf-8 decode failures from mms.db should be fixed
   * removed some dead code
  0.3.4:
   * new look in sender
  0.3.3:
   * added method for timeformat to controller, removed it from viewer/gui
   * fmms_gui.py: readded context menu, fully working.
   * fmms_sender_ui.py: removed fMMS prefix from title
   * only numbers allowed in img resize field
   * fmms_gui.py: button scrolls with treeview, receiver is shown if its outgoing message
   * urlhook in about dialog, error handling in viewer when parsing date
  0.3.2:
   * lots of ui improvements
   * ... yeah, thats about it
  0.3.1:
   * added "reply" button in viewers app menu
   * "open" context menu working again in viewer
   * fmms.png added again, about dialog should work
   * hopefully fixed weird bug in get_photo_from_name
  0.3.0:
   * adapted mvc(ish) concept on the application
   * sqlite database for storing message info
   * logging to file instead of terminal mostly
   * crude validation of "to" number in sender
   * saves outgoing mms (that are sent successfully)
   * not really backwards compatible due to sqlite backend instead of only files
  0.2.10:
   * reverted UA-string to N95... again - seems to be working for tmo usa
   * separated each view in to their own class
   * header dialog does now line wrap instead of scrolling horizontally
   * removed some imports that (hopefully) isnt needed
  0.2.9:
   * removed fake UA-string again as it seems pointless
   * contactslist should show what type of number it is
   * gui no longer freezes when launched from the mms notification
   * message is sent as mms version1.2
  0.2.8:
   * removed sending of "profile" header again as this seems to confuse some mmsc
   * sending fake user-agent string (n95)
   * viewer now word wraps text
   * viewer should now show most txt files
  0.2.7:
   * fixed hang on startup introduced in 0.2.5
  0.2.6:
   * added profile header again, along with user-agent. on both send and receive. please let this work.
   * contacts should now show all numbers, really.. hopefully
  0.2.5:
   * profile header removed as this should be translated to x-wap-profile
   * ui "loading" indicator added in a few places, like when sending
   * replaced ugly dbus-calls with less ugly update_ui function
  0.2.4:
   * sending x-wap-profile and profile header when getting mms instead of sending
  0.2.3:
   * fixed bug where long-tap -> "open" would not launch imageviewer
   * added search in contact list when sending
   * now sends x-wap-profile header when sending mms
  0.2.2:
   * bugtracker added
   * wappushhandler should handle most sms push now
   * banner shows when SMS PUSH decoding failed
  0.2.1:
   * no longer breaking MMS-standards (I think)!
   * confirm dialog on redownload as message might be gone
   * should show all numbers available for a contact
   * wappushhandler got some love, error handling and stuff
   * fixed postinstall to only chmod if dir exists
  0.1.12:
   * correctly sends m-notifyresp-ind and m-acknowledge-ind when fetching the mms
   * button to launch video/audio in the viewer should now launch the mediaplayer
   * if the mimetype is unknown the button currently does nothing
  0.1.11:
   * textview in sender gui scrolls individually instead of scrolling the whole window
   * exception printed (to console) if the mmsc response parsing fails
   * should now decode any filetype in the mms
   * fixed "To"-button so it doesn't break on unnamed contacts
   * config prepared for sqlite-db
   * clicking on a notification should now open fMMS (refresh view if its open)
   * all imagetype should now be shown in the viewer
   * button to launch other filetypes (currently opening in imageview so its unlikely to work)
   * decoder_mms.py decodes a given message file from console
  0.1.10:
   * "to" button is now bringing up a list of contacts
ick Lep2010-02-24 16:49 UTC

Package events

PackageRepositoryEvent typeUserTimestamp
fmms 0.3.6-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-28 10:10 UTC
fmms 0.5.3-2Fremantle Extras-devel free i386Package importedSystem2010-02-28 10:09 UTC
fmms 0.5.3-2Fremantle Extras-devel free armelPackage importedSystem2010-02-28 10:08 UTC
fmms 0.3.6-2Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-28 10:02 UTC
fmms 0.5.3-2Fremantle Extras-devel free i386Build succeededSystem2010-02-28 10:00 UTC
fmms 0.5.3-2Fremantle Extras-devel free i386BuildingSystem2010-02-28 10:00 UTC
fmms 0.3.6-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-28 09:58 UTC
fmms 0.5.3Fremantle Extras-devel free i386Build succeededSystem2010-02-28 09:56 UTC
fmms 0.5.3Fremantle Extras-devel free i386BuildingSystem2010-02-28 09:56 UTC
fmms 0.3.5-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-27 23:10 UTC
fmms 0.5.2-1Fremantle Extras-devel free i386Package importedSystem2010-02-27 23:09 UTC
fmms 0.5.2-1Fremantle Extras-devel free armelPackage importedSystem2010-02-27 23:08 UTC
fmms 0.3.5-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-27 23:02 UTC
fmms 0.5.2-1Fremantle Extras-devel free i386Build succeededSystem2010-02-27 23:00 UTC
fmms 0.5.2-1Fremantle Extras-devel free i386BuildingSystem2010-02-27 23:00 UTC
fmms 0.3.4-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-24 16:10 UTC
fmms 0.5.1-1Fremantle Extras-devel free i386Package importedSystem2010-02-24 16:09 UTC
fmms 0.5.1-1Fremantle Extras-devel free armelPackage importedSystem2010-02-24 16:08 UTC
fmms 0.3.4-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-24 16:05 UTC
fmms 0.5.1-1Fremantle Extras-devel free i386Build succeededSystem2010-02-24 15:52 UTC
fmms 0.5.1-1Fremantle Extras-devel free i386BuildingSystem2010-02-24 15:52 UTC
fmms 0.3.3-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-22 11:28 UTC
fmms 0.3.2-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-22 11:28 UTC
fmms 0.3.1-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-22 11:28 UTC
fmms 0.3.0-2Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-22 11:28 UTC
fmms 0.3.0-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-22 11:28 UTC
fmms 0.2.8-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-22 11:28 UTC
fmms 0.3.3-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-22 11:26 UTC
fmms 0.3.2-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-22 11:26 UTC
fmms 0.3.1-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-22 11:25 UTC
fmms 0.3.0-2Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-22 11:25 UTC
fmms 0.3.0-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-22 11:25 UTC
fmms 0.2.8-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-22 11:25 UTC
fmms 0.5.0-1Fremantle Extras-devel free i386Package importedSystem2010-02-21 10:39 UTC
fmms 0.5.0-1Fremantle Extras-devel free armelPackage importedSystem2010-02-21 10:38 UTC
fmms 0.5.0-1Fremantle Extras-devel free i386Build succeededSystem2010-02-21 10:26 UTC
fmms 0.5.0-1Fremantle Extras-devel free i386BuildingSystem2010-02-21 10:26 UTC
fmms 0.4.0-1Fremantle Extras-devel free i386Package importedSystem2010-02-16 00:41 UTC
fmms 0.4.0-1Fremantle Extras-devel free armelPackage importedSystem2010-02-16 00:39 UTC
fmms 0.4.0-1Fremantle Extras-devel free i386Build succeededSystem2010-02-16 00:14 UTC
fmms 0.4.0-1Fremantle Extras-devel free i386BuildingSystem2010-02-16 00:14 UTC
fmms 0.3.6-2Fremantle Extras-devel free i386Package importedSystem2010-02-13 13:41 UTC
fmms 0.3.6-2Fremantle Extras-devel free armelPackage importedSystem2010-02-13 13:39 UTC
fmms 0.3.6-2Fremantle Extras-devel free i386Build succeededSystem2010-02-13 13:32 UTC
fmms 0.3.6-2Fremantle Extras-devel free i386BuildingSystem2010-02-13 13:32 UTC
fmms 0.3.6-1Fremantle Extras-devel free i386Package importedSystem2010-02-12 18:40 UTC
fmms 0.3.6-1Fremantle Extras-devel free armelPackage importedSystem2010-02-12 18:39 UTC
fmms 0.3.6-1Fremantle Extras-devel free i386Build succeededSystem2010-02-12 18:24 UTC
fmms 0.3.6-1Fremantle Extras-devel free i386BuildingSystem2010-02-12 18:24 UTC
fmms 0.3.5-1Fremantle Extras-devel free i386Package importedSystem2010-02-12 18:09 UTC
fmms 0.3.5-1Fremantle Extras-devel free armelPackage importedSystem2010-02-12 18:08 UTC
fmms 0.3.5-1Fremantle Extras-devel free i386Build succeededSystem2010-02-12 17:58 UTC
fmms 0.3.5-1Fremantle Extras-devel free i386BuildingSystem2010-02-12 17:58 UTC
fmms 0.3.4-1Fremantle Extras-devel free i386Package importedSystem2010-02-10 17:09 UTC
fmms 0.3.4-1Fremantle Extras-devel free armelPackage importedSystem2010-02-10 17:08 UTC
fmms 0.3.4-1Fremantle Extras-devel free i386Build succeededSystem2010-02-10 16:52 UTC
fmms 0.3.4-1Fremantle Extras-devel free i386BuildingSystem2010-02-10 16:52 UTC
fmms 0.2.7-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 20:41 UTC
fmms 0.3.3-1Fremantle Extras-devel free i386Package importedSystem2010-02-09 20:39 UTC
fmms 0.3.3-1Fremantle Extras-devel free armelPackage importedSystem2010-02-09 20:38 UTC
fmms 0.2.7-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 20:08 UTC
fmms 0.3.3-1Fremantle Extras-devel free i386Build succeededSystem2010-02-09 20:06 UTC
fmms 0.3.3-1Fremantle Extras-devel free i386BuildingSystem2010-02-09 20:06 UTC
fmms 0.2.6-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 15:49 UTC
fmms 0.2.4-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 15:44 UTC
fmms 0.2.5-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 13:07 UTC
fmms 0.2.4-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 13:07 UTC
fmms 0.2.3-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 13:04 UTC
fmms 0.2.2-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 13:04 UTC
fmms 0.2.2-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 12:17 UTC
fmms 0.2.3-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 12:17 UTC
fmms 0.2.1-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 12:17 UTC
fmms 0.1.11-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 12:17 UTC
fmms 0.1.10-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 12:17 UTC
fmms 0.1.9-1Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 12:17 UTC
fmms 0.1.8Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 12:17 UTC
fmms 0.1.7Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 12:17 UTC
fmms 0.1.6Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 12:17 UTC
fmms 0.1.5Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 12:17 UTC
fmms 0.1.4Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 12:17 UTC
fmms 0.1.0Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 12:17 UTC
fmms 0.1.2Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 12:17 UTC
fmms 0.1.3Fremantle Extras-devel free i386Old version cleaned by repository managementSystem2010-02-09 12:17 UTC
fmms 0.2.1-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 11:19 UTC
fmms 0.1.11-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 11:19 UTC
fmms 0.1.10-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 11:19 UTC
fmms 0.1.9-1Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 11:19 UTC
fmms 0.1.8Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 11:19 UTC
fmms 0.1.7Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 11:19 UTC
fmms 0.1.5Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 11:19 UTC
fmms 0.1.6Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 11:19 UTC
fmms 0.1.4Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 11:19 UTC
fmms 0.1.2Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 11:19 UTC
fmms 0.1.3Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 11:19 UTC
fmms 0.1.0Fremantle Extras-devel free armelOld version cleaned by repository managementSystem2010-02-09 11:19 UTC
fmms 0.3.2-1Fremantle Extras-devel free i386Package importedSystem2010-02-08 22:10 UTC
fmms 0.3.2-1Fremantle Extras-devel free armelPackage importedSystem2010-02-08 22:08 UTC
fmms 0.3.2-1Fremantle Extras-devel free i386Build succeededSystem2010-02-08 21:50 UTC
fmms 0.3.2-1Fremantle Extras-devel free i386BuildingSystem2010-02-08 21:50 UTC
fmms 0.3.1-1Fremantle Extras-devel free i386Package importedSystem2010-01-28 08:45 UTC
fmms 0.3.1-1Fremantle Extras-devel free armelPackage importedSystem2010-01-28 08:42 UTC
fmms 0.3.1-1Fremantle Extras-devel free i386Build succeededSystem2010-01-27 22:40 UTC
fmms 0.3.1-1Fremantle Extras-devel free i386BuildingSystem2010-01-27 22:40 UTC
fmms 0.3.0-2Fremantle Extras-devel free i386Package importedSystem2010-01-27 00:43 UTC
fmms 0.3.0-2Fremantle Extras-devel free armelPackage importedSystem2010-01-27 00:41 UTC
fmms 0.3.0-2Fremantle Extras-devel free i386Build succeededSystem2010-01-27 00:30 UTC
fmms 0.3.0-2Fremantle Extras-devel free i386BuildingSystem2010-01-27 00:30 UTC
fmms 0.3.0-1Fremantle Extras-devel free i386Package importedSystem2010-01-27 00:13 UTC
fmms 0.3.0-1Fremantle Extras-devel free armelPackage importedSystem2010-01-27 00:11 UTC
fmms 0.3.0-1Fremantle Extras-devel free i386Build succeededSystem2010-01-26 23:46 UTC
fmms 0.3.0-1Fremantle Extras-devel free i386BuildingSystem2010-01-26 23:46 UTC
fmms 0.2.8-1Fremantle Extras-devel free i386Package importedSystem2010-01-22 23:14 UTC
fmms 0.2.8-1Fremantle Extras-devel free armelPackage importedSystem2010-01-22 23:12 UTC
fmms 0.2.8-1Fremantle Extras-devel free i386Build succeededSystem2010-01-22 22:52 UTC
fmms 0.2.8-1Fremantle Extras-devel free i386BuildingSystem2010-01-22 22:52 UTC
fmms 0.2.7-1Fremantle Extras-devel free i386Package importedSystem2010-01-22 07:40 UTC
fmms 0.2.7-1Fremantle Extras-devel free armelPackage importedSystem2010-01-22 07:39 UTC
fmms 0.2.7-1Fremantle Extras-devel free i386Build succeededSystem2010-01-21 23:58 UTC
fmms 0.2.7-1Fremantle Extras-devel free i386BuildingSystem2010-01-21 23:58 UTC
fmms 0.2.6-1Fremantle Extras-devel free i386Build succeededSystem2010-01-21 23:20 UTC
fmms 0.2.6-1Fremantle Extras-devel free i386BuildingSystem2010-01-21 23:20 UTC
fmms 0.2.5-1Fremantle Extras-devel free i386Build succeededSystem2010-01-21 20:42 UTC
fmms 0.2.5-1Fremantle Extras-devel free i386BuildingSystem2010-01-21 20:42 UTC
fmms 0.2.4-1Fremantle Extras-devel free i386Package importedSystem2010-01-21 17:14 UTC
fmms 0.2.4-1Fremantle Extras-devel free armelPackage importedSystem2010-01-21 17:12 UTC
fmms 0.2.4-1Fremantle Extras-devel free i386Build succeededSystem2010-01-21 16:46 UTC
fmms 0.2.4-1Fremantle Extras-devel free i386BuildingSystem2010-01-21 16:46 UTC
fmms 0.2.3-1Fremantle Extras-devel free i386Package importedSystem2010-01-20 21:47 UTC
fmms 0.2.3-1Fremantle Extras-devel free armelPackage importedSystem2010-01-20 21:43 UTC
fmms 0.2.3-1Fremantle Extras-devel free i386Build succeededSystem2010-01-20 21:14 UTC
fmms 0.2.3-1Fremantle Extras-devel free i386BuildingSystem2010-01-20 21:14 UTC
fmms 0.2.2-1Fremantle Extras-devel free i386Package importedSystem2010-01-20 00:14 UTC
fmms 0.2.2-1Fremantle Extras-devel free armelPackage importedSystem2010-01-20 00:12 UTC
fmms 0.2.2-1Fremantle Extras-devel free i386Build succeededSystem2010-01-19 23:46 UTC
fmms 0.2.2-1Fremantle Extras-devel free i386BuildingSystem2010-01-19 23:46 UTC
fmms 0.2.1-1Fremantle Extras-devel free i386Package importedSystem2010-01-19 09:44 UTC
fmms 0.2.1-1Fremantle Extras-devel free armelPackage importedSystem2010-01-19 09:42 UTC
fmms 0.1.11-1Fremantle Extras-devel free i386Package importedSystem2010-01-18 05:44 UTC
fmms 0.1.11-1Fremantle Extras-devel free armelPackage importedSystem2010-01-18 05:42 UTC
fmms 0.1.10-1Fremantle Extras-devel free i386Package importedSystem2010-01-15 08:23 UTC
fmms 0.1.10-1Fremantle Extras-devel free armelPackage importedSystem2010-01-15 08:23 UTC
fmms 0.1.10-1Fremantle Extras-devel free i386Build succeededSystem2010-01-14 00:10 UTC
fmms 0.1.10-1Fremantle Extras-devel free i386BuildingSystem2010-01-14 00:10 UTC
fmms 0.1.9-1Fremantle Extras-devel free i386Package importedSystem2010-01-13 18:23 UTC
fmms 0.1.9-1Fremantle Extras-devel free armelPackage importedSystem2010-01-13 18:23 UTC
fmms 0.1.9-1Fremantle Extras-devel free i386Build succeededSystem2010-01-13 17:50 UTC
fmms 0.1.9-1Fremantle Extras-devel free i386BuildingSystem2010-01-13 17:50 UTC
fmms 0.1.8Fremantle Extras-devel free i386Package importedSystem2010-01-12 18:46 UTC
fmms 0.1.8Fremantle Extras-devel free armelPackage importedSystem2010-01-12 18:46 UTC
fmms 0.1.7Fremantle Extras-devel free i386Package importedSystem2010-01-12 12:47 UTC
fmms 0.1.7Fremantle Extras-devel free armelPackage importedSystem2010-01-12 12:46 UTC
fmms 0.1.6Fremantle Extras-devel free i386Package importedSystem2010-01-12 00:46 UTC
fmms 0.1.6Fremantle Extras-devel free armelPackage importedSystem2010-01-12 00:46 UTC
fmms 0.1.5Fremantle Extras-devel free i386Package importedSystem2010-01-11 16:23 UTC
fmms 0.1.5Fremantle Extras-devel free armelPackage importedSystem2010-01-11 16:23 UTC
fmms 0.1.4Fremantle Extras-devel free i386Package importedSystem2010-01-10 02:47 UTC
fmms 0.1.4Fremantle Extras-devel free armelPackage importedSystem2010-01-10 02:46 UTC
fmms 0.1.3Fremantle Extras-devel free i386Package importedSystem2010-01-09 02:24 UTC
fmms 0.1.3Fremantle Extras-devel free armelPackage importedSystem2010-01-09 02:23 UTC
fmms 0.1.2Fremantle Extras-devel free i386Package importedSystem2010-01-08 15:46 UTC
fmms 0.1.2Fremantle Extras-devel free armelPackage importedSystem2010-01-08 15:46 UTC
fmms 0.1.0Fremantle Extras-devel free i386Package importedSystem2010-01-08 14:47 UTC
fmms 0.1.0Fremantle Extras-devel free armelPackage importedSystem2010-01-08 14:46 UTC