Changes: changelog for meego updated.

RevBy: TrustMe
pull/1/head
Nimika Keshri 15 years ago
parent 9258944a92
commit 317fed87a9

@ -1,22 +1,8 @@
* Fri Nov 30 2010 Nimika Keshri <nimika.1.keshri@nokia.com> - 0.15.5
* Wed Dec 1 2010 Nimika Keshri <nimika.1.keshri@nokia.com> - 0.15.5
- BCM#10591 - meegotouch-applauncherd outdated in MeeGo
- Changes: A bit confusing Booster::readCommand() renamed to
Booster::receiveDataFromInvoker().
- Changes: Access Booster::m_connection and Booster::m_appData through setter
/getter in derived classes.
- Changes: License plates added to some test apps.
- Changes: Default C-flags added to top-level CMakeLists.
- Changes: Launcher library exports only main()
- Changes: Install /usr/bin/applauncherd.launcher to /usr/lib/libapplauncherd.so
due to dh_strip problems and because it's not -pie.
- Changes: Basic implementation of library-based launcher
- Changes: no-wait option for invoker is added
- Changes: invoker - launcher protocol simplification
- Changes: use at() instead of [] operator to read-only access to vector elements
- Changes: use RTLD_LOCAL flag instead of RTLD_GLOBAL in dlopen() to load application binary
- Changes: remove -rdynamic linker parameter
- Changes: acceptConn() => accept(), closeConn() => close(), socket pool is cleared on closeAllSockets()
- Changes: Preloaded libraries are loaded with dlopen() (preload.h)
- Remove obsolete patch 0001-Changes-use-usr-bin-ruby-instead-of-usr-bin-ruby1.8-.patch
- Remove obsolete patch 0002-Changes-In-MeeGo-install-file-etc-xdg-autostart-appl.patch
- Change yaml file updated with various changes
* Thu Sep 2 2010 Pertti Kellomäki <pertti.kellomaki@nokia.com> - 0.12.1
- Updated to version 0.12.1.

@ -1,25 +1,9 @@
* Fri Dec 3 2010 Jussi Lind <jussi.lind@nokia.com> - 0.15.7
- Changes: Install libapplauncherd.so to /usr/lib/applauncherd/libapplauncherd.so
* Fri Nov 30 2010 Nimika Keshri <nimika.1.keshri@nokia.com> - 0.15.5
* Wed Dec 8 2010 Nimika Keshri <nimika.1.keshri@nokia.com> - 0.15.7
- BCM#10591 - meegotouch-applauncherd outdated in MeeGo
- Changes: A bit confusing Booster::readCommand() renamed to
Booster::receiveDataFromInvoker().
- Changes: Access Booster::m_connection and Booster::m_appData through setter
/getter in derived classes.
- Changes: License plates added to some test apps.
- Changes: Default C-flags added to top-level CMakeLists.
- Changes: Launcher library exports only main()
- Changes: Install /usr/bin/applauncherd.launcher to /usr/lib/libapplauncherd.so
due to dh_strip problems and because it's not -pie.
- Changes: Basic implementation of library-based launcher
- Changes: no-wait option for invoker is added
- Changes: invoker - launcher protocol simplification
- Changes: use at() instead of [] operator to read-only access to vector elements
- Changes: use RTLD_LOCAL flag instead of RTLD_GLOBAL in dlopen() to load application binary
- Changes: remove -rdynamic linker parameter
- Changes: acceptConn() => accept(), closeConn() => close(), socket pool is cleared on closeAllSockets()
- Changes: Preloaded libraries are loaded with dlopen() (preload.h)
- Remove obsolete patch 0001-Changes-use-usr-bin-ruby-instead-of-usr-bin-ruby1.8-.patch
- Remove obsolete patch 0002-Changes-In-MeeGo-install-file-etc-xdg-autostart-appl.patch
- Change yaml file updated with various changes
- /usr/lib/libapplauncherd.so now installs at /usr/lib/applauncherd/libapplauncherd.so
* Thu Sep 2 2010 Pertti Kellomäki <pertti.kellomaki@nokia.com> - 0.12.1
- Updated to version 0.12.1.

@ -109,7 +109,7 @@ mv %{buildroot}/usr/share/applauncherd-tests %{buildroot}/usr/lib
%files
%defattr(-,root,root,-)
%{_bindir}/invoker
%{_libdir}/libapplauncherd/libapplauncherd.so
%{_libdir}/applauncherd/libapplauncherd.so
%{_bindir}/applauncherd.bin
%{_bindir}/applauncherd
%config %{_sysconfdir}/xdg/autostart/applauncherd.desktop

@ -120,7 +120,7 @@ SubPackages:
- "%{_datadir}/dbus-1/services/com.nokia.fala_wol.service"
Files:
- "%{_bindir}/invoker"
- "%{_libdir}/libapplauncherd/libapplauncherd.so"
- "%{_libdir}/applauncherd/libapplauncherd.so"
- "%{_bindir}/applauncherd.bin"
- "%{_bindir}/applauncherd"
- "%config %{_sysconfdir}/xdg/autostart/applauncherd.desktop"

Loading…
Cancel
Save