Please sync roundcube_0.1.1-1 from Debian

Bug #198325 reported by Mam Ruoc
14
Affects Status Importance Assigned to Milestone
roundcube (Ubuntu)
Invalid
Wishlist
Unassigned

Bug Description

Binary package hint: roundcube

0.1 stable is released containing many new features and bugfixes

Tags: upgrade
Murat Gunes (mgunes)
Changed in roundcube:
importance: Undecided → Wishlist
Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

Debian unstable now includes version 0.1.1-1

 http://packages.debian.org/changelogs/pool/main/r/roundcube/roundcube_0.1.1-1/changelog

Debian changelog since last Ubuntu upload:

 roundcube (0.1.1-1) unstable; urgency=low

   * New upstream release
     - Copy old SQL upgrade scripts into debian/sql to allow upgrade from
       versions older than 0.1
     - Patch new MySQL upgrade script to fix a typo
   * Debconf translation updates:
     - Spanish. Closes: #473788
   * Depends on php-mail-mime (>= 1.5.0) and drop compatibility patch
   * Install upstream changelog in /usr/share/doc/roundcube*

 -- Vincent Bernat <email address hidden> Sat, 05 Apr 2008 18:16:33 +0200
roundcube (0.1-4) unstable; urgency=low

   * Debconf translation updates:
     - French. Closes: #469802
     - Russian. Closes: #469847
     - Galician. Closes: #469866
     - German. Closes: #469875
     - Finnish. Closes: #469922
     - Italian. Closes: #469987
     - Czech. Closes: #470150
     - Portuguese. Closes: #470156
     - Spanish. Closes: #470732
     - Basque. Closes: #470871
     - Arabic. Closes: #471470

 -- Vincent Bernat <email address hidden> Sat, 08 Mar 2008 11:15:00 +0100
roundcube (0.1-3) unstable; urgency=low

   * Fix problem with too old php-mail-mime package (Closes: #469814)

 -- Vincent Bernat <email address hidden> Fri, 07 Mar 2008 11:06:49 +0100
roundcube (0.1-2) unstable; urgency=low

   * Ship bin/ directory as well. This fix conversion from HTML to text in
     composition.
   * Disable spellchecker for tinymce since it is not shipped with Debian
     package of tinymce.

 -- Vincent Bernat <email address hidden> Fri, 07 Mar 2008 09:42:39 +0100
roundcube (0.1-1) unstable; urgency=low

   * New upstream release (Closes: #469487).
      - This release seems to fix failure to set some fields when replying,
        with bincimap as IMAP server (Closes: #443562)
      - It also fixes the deletion of multiple messages, still with
        bincimap (Closes: #451404)
   * Remove 'ob_gzhandler.patch' and 'xss-fix.patch'. They have been
     merged upstream.
   * Upstream has switched to MDB2 database backend which is not packaged
     in Debian yet. We switch back to old backend.
   * Fix debian/watch to handle correctly detection of new versions.
   * Add support for lighttpd and remove support for older version of
     Apache. The debconf question about webserver autoconfiguration is
     reworded (Closes: #462961).
   * Do not depend on a specific revision of cdbs.
   * Move po-debconf from Build-Depends-Indep to Build-Depends since it is
     needed for clean target.
   * Correct path to /usr/share/file/magic, provided by libmagic1. Provide
     license information about this file in debian/copyright.

 -- Vincent Bernat <email address hidden> Wed, 05 Mar 2008 20:49:03 +0100

Revision history for this message
Daniel Holbach (dholbach) wrote :
Download full text (3.9 KiB)

Looks like a bug fix release:

daniel@bert:~$ diff -ruN roundcube-0.1~rc2/CHANGELOG roundcube-0.1.1/CHANGELOG
--- roundcube-0.1~rc2/CHANGELOG 2007-10-21 00:28:14.000000000 +0200
+++ roundcube-0.1.1/CHANGELOG 2008-04-05 15:35:14.000000000 +0200
@@ -1,6 +1,62 @@
 CHANGELOG RoundCube Webmail
 ---------------------------

+- Clear selection when selecting single item (#1484942)
+- Remove hard-coded image size in skin templates (#1484893)
+- Database schema improvements (dropped unnecessary indexes)
+- Fixed creating a new folder with a comma in its name (#1484681)
+- Fixed sorting of messages when default mailbox is empty (#1484317)
+- Improve message previewpane - less loading (#1484316)
+- Fixed login form autoompletion (#1484839)
+- Fixed virtuser_query option for mdb2 backend (#1484874)
+- Fixed attachment resoting from Drafts when message body was empty (#1484506)
+- Fixed usage of ob_gzhandler (#1484851)
+- Fixed message part window in IE6 (#1484610)
+- Fixed decoding of mime-encoded strings (#1484191)
+- Fixed some iconv/mb_string problems (#1484598)
+- Correctly quote mailbox name when using in URL (#1484313)
+- Fixed "headers already sent" errors (#1484860)
+
+RELEASE 0.1-STABLE
+
+- Added interactive installer script
+- Fix folder adding/renaming inspired by #1484800
+- Localize folder name in page title (#1484785)
+- Fix code using wrong variable name (#1484018)
+- Allow to send mail with BCC recipients only
+- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
+- Add function to mark the selected messages as read/unread (#1457360)
+- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
+- Show message count in folder list and hint when creating a subfolder
+- Distinguish ssl and tls for imap connections (#1484667)
+- Added some charset aliases to fix typical mis-labelling (#1484565)
+- Remember decision to display images for a certain message during session (#1484754)
+- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
+- Make sending of read receipts configurable
+- Respect config when localize folder names (#1484707)
+- Also respect receipt and priority settings when re-opening a draft message
+- Remember search results (closes #1483883), patch by the_glu
+- Add Received header on outgoing mail
+- Upgrade to TinyMCE 2.1.3
+- Allow inserting image attachments into HTML messages while composing (#1484557)
+- Implement Message-Disposition-Notification (Receipts)
+- Fix overriding of session vars when register_globals is on (#1484670)
+- Fix bug with case-sensitive folder names (#1484245)
+- Don't create default folders by default
+- Fixed some potential security risks (audited by Andris)
+- Only show new messages if they match the current search (#1484176)
+- Switch to/from when searcing in Sent folder (#1484555)
+- Correctly read the References header (#1484646)
+- Unset old cookie before sending a new value (#1484639)
+- Correctly decode attachments when downloading them (#1484645 and #1484642)
+- Suppress IE errors when clearing attachments form (#1484356)
+- Log error when login fails due to auto_create_user turned off
+- Filter linked/imported CSS files (closes #1...

Read more...

Revision history for this message
Daniel Holbach (dholbach) wrote :

ACKed.

Changed in roundcube:
status: New → Confirmed
Revision history for this message
Steve Langasek (vorlon) wrote :

we're in final freeze, needs motu-release ack; setting back to new.

Changed in roundcube:
status: Confirmed → New
Revision history for this message
Cesare Tirabassi (norsetto) wrote :

Having a stable release in Hardy seems a good idea, but, what testing has been done on this?
What is the relation (if any) with the problems reported in bug 202409 and bug 201327?

Revision history for this message
Scott Kitterman (kitterman) wrote :

Not getting done for Hardy. It will get auto sync'ed for Intrepid, so no bug needed.

Changed in roundcube:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.