~ubuntu-branches/ubuntu/warty/gnome-vfs2/warty

« back to all changes in this revision

Viewing changes to modules/nntp-method.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-10-11 16:04:46 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041011160446-lc0ervct24rylahc
Tags: 2.8.2-0ubuntu1
* New upstream release:
  - performance increase in gnome-vfs-volume-monitor.
  - make folders open with components, to make run-dialog work for folders.
  - add support for additional headers to http backend (Warty: #2163).
  - default to the workgroup specified in smb.conf for network://.
* debian/patches/13_ssl_crash.patch:
  - removed, these changes are in the new version.
* debian/patches/14_default-workgroup.patch:
  - removed, these changes are in the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
typedef struct {
56
56
        GnomeVFSMethodHandle method_handle;
57
57
        GnomeVFSInetConnection *inet_connection;
58
 
        GnomeVFSIOBuf *iobuf;
 
58
        GnomeVFSSocketBuffer *socketbuf;
59
59
        GnomeVFSURI *uri;
60
60
        GString *response_buffer;
61
61
        gchar *response_message;