[maemo-commits] [maemo-commits] r9457 - in projects/haf/trunk/hildon-fm: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jan 30 11:28:03 EET 2007
- Previous message: [maemo-commits] r9456 - projects/haf/trunk/hildon-fm/hildon-fm
- Next message: [maemo-commits] r9458 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2007-01-30 11:28:02 +0200 (Tue, 30 Jan 2007) New Revision: 9457 Modified: projects/haf/trunk/hildon-fm/ChangeLog projects/haf/trunk/hildon-fm/configure.ac projects/haf/trunk/hildon-fm/debian/changelog Log: Released 2.3-1 Modified: projects/haf/trunk/hildon-fm/ChangeLog =================================================================== --- projects/haf/trunk/hildon-fm/ChangeLog 2007-01-30 09:26:32 UTC (rev 9456) +++ projects/haf/trunk/hildon-fm/ChangeLog 2007-01-30 09:28:02 UTC (rev 9457) @@ -1,3 +1,52 @@ +2007-01-30 Marius Vollmer <marius.vollmer at nokia.com> + + Released 2.3 + + * hildon-fm/hildon-file-system-settings.c, + hildon-fm/hildon-file-system-obex.c: Do not define + DBUS_API_SUBJECT_TO_CHANGE, we expect the real one now. + + * hildon-fm/hildon-file-system-settings.c: Do not include + <osso-ic-dbus.h>, it is deprecated and no longer in our + Build-Deps. Instead, hardcode the icd D-Bus names. + +2007-01-29 Marius Vollmer <marius.vollmer at nokia.com> + + Hildon Consolidation. References to GtkFilePath in the public + HildonFileselection API are removed. + + * hildon-fm/hildon-file-selection.h, + hildon-fm/hildon-file-selection.c, + hildon-fm/hildon-file-common-private.h + (_HildonFileSelectionClass): Removed "items-dropped" signal, added + "uris-dropped" signal. + (hildon_file_selection_set_current_folder, + hildon_file_selection_get_current_folder): Removed. + (hildon_file_selection_set_current_folder_uri, + hildon_file_selection_get_current_folder_uri): Added as + replacement. + (hildon_file_selection_select_path, + hildon_file_selection_unselect_path, + hildon_file_selection_get_selected_paths): Removed. + (hildon_file_selection_select_uri, + hildon_file_selection_unselect_uri, + hildon_file_selection_get_selected_uris): Added as replacement. + (_hildon_file_selection_set_current_folder_path, + _hildon_file_selection_select_path, + _hildon_file_selection_unselect_path): Added as internal + replacement. Changed all callers. + (_hildon_file_selection_get_selected_files, + _hildon_file_selection_realize_help): Moved prototypes to + "hildon-file-common-private.h". + + * hildon-fm/hildon-file-system-model.h + (HildonFileSystemModelColumns): Renamed + HILDON_FILE_SYSTEM_MODEL_COLUMN_GTK_PATH column to + HILDON_FILE_SYSTEM_MODEL_COLUMN_GTK_PATH_INTERNAL. Changed all + references. + + * Makefile.am (SUBDIRS): Removed "ut". + 2007-01-26 Marius Vollmer <marius.vollmer at nokia.com> Released 2.2 to experimental. Modified: projects/haf/trunk/hildon-fm/configure.ac =================================================================== --- projects/haf/trunk/hildon-fm/configure.ac 2007-01-30 09:26:32 UTC (rev 9456) +++ projects/haf/trunk/hildon-fm/configure.ac 2007-01-30 09:28:02 UTC (rev 9457) @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(libhildonfm, 2.2) +AM_INIT_AUTOMAKE(libhildonfm, 2.3) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST Modified: projects/haf/trunk/hildon-fm/debian/changelog =================================================================== --- projects/haf/trunk/hildon-fm/debian/changelog 2007-01-30 09:26:32 UTC (rev 9456) +++ projects/haf/trunk/hildon-fm/debian/changelog 2007-01-30 09:28:02 UTC (rev 9457) @@ -1,3 +1,9 @@ +libhildonfm (2.3-1) unstable; urgency=low + + * Consolidated API according to plan. + + -- Marius Vollmer <marius.vollmer at nokia.com> Tue, 30 Jan 2007 11:25:45 +0200 + libhildonfm (2.2-2) unstable; urgency=low * Renamed control files in debian/ as well.
- Previous message: [maemo-commits] r9456 - projects/haf/trunk/hildon-fm/hildon-fm
- Next message: [maemo-commits] r9458 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]