1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182
|
Overview of changes in Gnome2-VFS 1.080
=======================================
Since 1.06x (the previous stable series)
----------------------------------------
* Add Gnome2::VFS::URI::resolve_symbolic_link and
Gnome2::VFS::Drive::needs_eject.
Since 1.070
-----------
* Nothing.
Overview of changes in Gnome2-VFS 1.070
=======================================
* Add Gnome2::VFS::URI::resolve_symbolic_link.
* Add Gnome2::VFS::Drive::needs_eject.
Overview of changes in Gnome2-VFS 1.061
=======================================
* Fix a test failure.
* Fix a POD error that caused the main documentation in the Gnome2::VFS POD
page to be shadowed.
Overview of changes in Gnome2-VFS 1.060
=======================================
Since 1.04x (the previous stable series)
----------------------------------------
* Add Gnome2::VFS::Address::equal, Gnome2::VFS::Address::match and
Gnome2::VFS::get_slow_mime_type.
* Add Gnome2::VFS::get_mime_type_for_name and
Gnome2::VFS::get_mime_type_for_name_and_data.
Since 1.031
-----------
* Make the Gnome2::VFS::Xfer test more robust.
Overview of changes in Gnome2-VFS 1.051
=======================================
* Add Gnome2::VFS::get_mime_type_for_name and
Gnome2::VFS::get_mime_type_for_name_and_data.
Overview of changes in Gnome2-VFS 1.050
=======================================
* Fix a test suite issue.
* Add Gnome2::VFS::Address::equal, Gnome2::VFS::Address::match and
Gnome2::VFS::get_slow_mime_type.
Overview of changes in Gnome2-VFS 1.041
=======================================
* Get rid of the Gtk2 dependency.
Overview of changes in Gnome2-VFS 1.040
=======================================
Since 1.02x (the previous stable series)
----------------------------------------
* Export some constants on demand.
* Add new API in Gnome2::VFS::Mime::Type, Gnome2::VFS::Mime::Application,
Gnome2::VFS::Handle and Gnome2::VFS.
* Fix Gnome2::VFS::make_uri_from_input_with_trailing_ws by adding the missing
class parameter.
Since 1.031
-----------
* Fix a test suite issue.
Overview of changes in Gnome2-VFS 1.031
=======================================
* Add an example demonstrating Gnome2::VFS::Monitor.
* Fix minor test suite issues.
* Fix Gnome2::VFS::make_uri_from_input_with_trailing_ws by adding the missing
class parameter.
Overview of changes in Gnome2-VFS 1.030
=======================================
* Export the following constants on demand GNOME_VFS_PRIORITY_MIN,
GNOME_VFS_PRIORITY_MAX, GNOME_VFS_PRIORITY_DEFAULT,
GNOME_VFS_SIZE_FORMAT_STR, GNOME_VFS_OFFSET_FORMAT_STR,
GNOME_VFS_MIME_TYPE_UNKNOWN, GNOME_VFS_URI_MAGIC_STR, and
GNOME_VFS_URI_PATH_STR.
* Add Gnome2::VFS::Mime::Type::get_default_application_for_uri,
Gnome2::VFS::Mime::Type::get_all_applications_for_uri,
Gnome2::VFS::Mime::Application::new_from_desktop_id,
Gnome2::VFS::Mime::Application::get_desktop_id,
Gnome2::VFS::Mime::Application::get_desktop_file_path,
Gnome2::VFS::Mime::Application::get_name,
Gnome2::VFS::Mime::Application::get_generic_name,
Gnome2::VFS::Mime::Application::get_icon,
Gnome2::VFS::Mime::Application::get_exec,
Gnome2::VFS::Mime::Application::get_binary_name,
Gnome2::VFS::Mime::Application::supports_uris,
Gnome2::VFS::Mime::Application::requires_terminal,
Gnome2::VFS::Mime::Application::supports_startup_notification and
Gnome2::VFS::Mime::Application::get_startup_wm_class,
Gnome2::VFS::Handle::forget_cache and
Gnome2::VFS::make_uri_from_input_with_trailing_ws.
Overview of changes in Gnome2-VFS 1.022
=======================================
* Add a monitor example. [Christian Borup]
* Fix a testsuite issue.
Overview of changes in Gnome2-VFS 1.021
=======================================
* Use simple opaque scalars instead of boxed types for several objects.
* Some internal reorganization.
* Documentation fixes.
Overview of changes in Gnome2-VFS 1.020
=======================================
Since 1.00x (the previous stable series)
----------------------------------------
* New objects: Gnome2::VFS::Address, Gnome2::VFS::DNSSD, Gnome2::VFS::Drive,
Gnome2::VFS::Resolve, Gnome2::VFS::Volume, and Gnome2::VFS::VolumeMonitor.
* New API in: Gnome2::VFS::Mime, Gnome2::VFS::Async, and
Gnome2::VFS::FileInfo.
* Plug a few leaks.
Since 1.011
-----------
* "Fix" a test failure.
Overview of changes in Gnome2-VFS 1.011
=======================================
* Don't leak the GnomeVFSDrive and GnomeVFSVolume callbacks.
Overview of changes in Gnome2-VFS 1.010
=======================================
* Depend on Glib 1.053.
* Wrapped GnomeVFSAddress, GnomeVFSDNSSD, GnomeVFSDrive, GnomeVFSResolve,
GnomeVFSVolume, and GnomeVFSVolumeMonitor.
* Wrapped new stuff in GnomeVFSMime and GnomeVFSAsync.
* Implemented a constructor for GnomeVFSFileInfo.
Overview of changes in Gnome2-VFS 1.003
=======================================
* Make Gnome2::VFS::read_entire_file not crash on invalid input.
* Fix a small test bug.
* Don't depend on Gtk2 at runtime.
Overview of changes in Gnome2-VFS 1.002
=======================================
* Hushed compiler warnings that might occur under certain circumstances.
Overview of changes in Gnome2-VFS 1.001
=======================================
* Made all version checks refer to stable releases.
* Made the test suite more robust.
Overview of changes in Gnome2-VFS 1.00
======================================
* Depend on Glib 1.040.
Overview of changes in Gnome2-VFS 0.99
======================================
* Made some tests a bit more tolerant.
Overview of changes in Gnome2-VFS 0.98
======================================
* Fixed version information implementation to stick to the new policy.
* Fixed a bug in Gnome2::VFS::read that would result in a segfault when
called with a bytes argument that is not greater than 0.
|