Change logs for gtwitter source package in Lucid

  • gtwitter (1.0~beta-10) unstable; urgency=low
    
      * debian/control,
        debian/rules:
        + Use mono-csc from mono-devel 2.4.3 (Closes: #562275)
      * debian/control:
        + Use -dev packages for GTK# and GNOME#
        + No-change bump to Standards 3.8.3
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  22 Jan 2010 11:25:12 +0000
  • gtwitter (1.0~beta-9) unstable; urgency=medium
    
      [ Mirco Bauer ]
      * debian/patches/send_fetch_requests_as_get.patch:
        + Twitter doesn't allow POST requests for fetch operation anymore.
          This made the package unusable and thus urgency set to medium.
          (Closes: #524489)
    
      [ Stefan Ebner ]
      * debian/control:
        + Gnome# Transition
        + Bump Standards-Version to 3.8.1
    
    gtwitter (1.0~beta-8) unstable; urgency=low
    
      * gtwitter can now be used to post to twitter.com again!
      * debian/patches/disable_http_expect_100-continue.patch:
        + Seems like the webserver of twitter has a broken implementation of
          "Expect: 100-continue" (or Mono), thus disabled it for now.
      * debian/patches/dont_clear_entry_after_error.patch:
        + Only clear (overwrite actually) the entry if the posting was successful.
          (Closes: #482103)
      * fix_threading_bug_in_MainWindow.PostThreadRoutine.patch:
        + Execute the GTK code only in the GTK main-loop to prevent memory
          corruption.
    
    gtwitter (1.0~beta-7) unstable; urgency=low
    
      * Adopt into pkg-cli-apps team (Closes: #513629)
      * Add myself to Uploaders
      * debian/gtwitter.desktop: Add translation patch from Ubuntu, thanks to
        David Cordero and Daniel Hahler
      * debian/rules, debian/patches/configurable-compiler.patch: Mono 2.0
        transition. (Closes: #507378)
      * debian/patches/gnome-sharp.patch: Check for gnome-sharp directly in the
        build; this check is no longer implicit. (Closes: #470350)
      * debian/watch: Add
      * debian/rules: Set MONO_CAIRO_LIBS to manually provide build information
      * debian/control, debian/rules: Re-autotoolise during the build to pick up
        transition and FTBFS fixes.
      * debian/control: Bump s-v to 3.8.0 
      * debian/copyright: Include correct upstream URL 
    
     -- Stefan Ebner <email address hidden>   Mon,  04 May 2009 09:33:15 +0100