Changelogs from build 20140117 to 20140118
accountsservice (0.6.35-0ubuntu7) trusty; urgency=medium
.
* debian/patches/0007-add-lightdm-support.patch:
- updated to not keep polling on an inexistant gdm (or lightdm)
configurations, fixed the code checking if gdm is running as well
(thanks Lars for hints on how to do that one correctly) (lp: #1234289)
alsa-utils (1.0.27.2-1ubuntu2) trusty; urgency=medium
.
* Forgot to add an env declaration for an environment variable to the
upstart files. (LP: #1269731)
* debian/patches/work_around_ncurses_weirdness.patch:
- Work around some ncurses pkg-config changes for now, not sure if ncurses
upstream intended the include dir changes, or whether its a bug. Fixes
FTBFs.
alsa-utils (1.0.27.2-1ubuntu1) trusty; urgency=low
.
* Merge from debian unstable. Remaining changes: (LP: #1246892)
- Move init script volume settings to new alsactl database:
+ Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9
and Dell E series
+ ute PC Beep on hda cards that support it during initial volume setup
+ Mute *Analog/Digital Control for Creative cards by default
+ Default Digital Input Source to be Digital Mic 1 so that users
with digital mic will be able to use it out of the box
+ Mute "IEC958 Optical Raw" by default
+ Set sane level for headphone 1 for Dell Studio XPS with 2.6.30
+ Prefer built-in digital mics on newer Dells
+ Unmute 'Line HP Swap' for Dove boards
+ Set reasonable volume levels for VMWare guests using snd.ens1371
- debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that
users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound
- debian/patches/unset_pulse_internal.patch: We don't want alsamixer to
show the pulse mixer by default, since it can be controlled from
pulseaudio itself
- Use upstart jobs for storing/restoring card settings
- Add udev rule to apply UCM profiles for panda and equivalent hardware
- Add Vcs-Bzr field
- Create a new upstart job for the alsa state daemon, and adjust the
other upstart jobs accordingly
- Put the daemon file in /var/lib/alsa
* Adjust the upstart job files to work with the alsactl home directory
* Extend unset_pulse_internal.patch to prevent pulseaudio from influencing
alsactl as well
* debian/patches/fix_alsa_udev_rules.patch: Patch from upstream to fix
slightly broken udev rules, allowing individual card settings to properly
be restored/stored. (LP: #1268301)
.
alsa-utils (1.0.27.2-1) unstable; urgency=low
.
* New upstream release.
* Drop all patches: all were git cherrypicks.
* Add aplay_fix_off_by_one_errors.patch from git: fix two off by one
errors in aplay that prevented usage of the last available sample format.
* Add systemd_service_typo.patch from git: fix typo in service file.
* Add alsactl_home.patch: Add a new configure switch that allows one to
configure the value of $HOME for alsactl invocations.
* Pass --with-alsactl-home-dir=/var/run/alsa to configure, to avoid
autospawned pulseaudio littering / (closes: #712980).
* Hardcode the same in the sysvinit script.
* Add systemd_restore_condition.patch: Check for the existance of the
asound.state file before trying to restore anything.
apparmor (2.8.0-0ubuntu38) trusty; urgency=low
.
[ Tyler Hicks ]
* 0084-parser-add-dbus-eavesdrop-perm.patch: Add an eavesdrop permission to
the dbus rule type, allowing confined applications to eavesdrop. The only
valid conditional for eavesdrop rules is 'bus'. See the apparmor.d(5) man
page for more information. (LP: #1262440)
.
[ Steve Beattie ]
* 0085-push-normalize-tree-ops-into-expr-tree-classes.patch: Improve
parser performance in some cases
.
[ John Johansen ]
* 0086-add-diff-state-compression-to-dfa.patch: Implement differential
state compression in the parser
* 0087-fix-dfa-minimization.patch: Fix a parser bug that caused some DFAs to
not be fully minimized (LP: #1262938)
* 0088-fix-pol-generation-for-small-dfas.patch: Fixes bugs in the parser
when generating policy for some small DFAs
base-passwd
Changesfile not available.
click (0.4.13) trusty; urgency=low
.
[ Robert Bruce Park ]
* Ignore click packages when building click packages.
.
[ Colin Watson ]
* If "click build" or "click buildsource" is given a directory as the
value of its -m/--manifest option, interpret that as indicating the
"manifest.json" file in that directory (LP: #1251604).
* Ensure correct permissions on /opt/click.ubuntu.com at boot, since a
system image update may have changed clickpkg's UID/GID (LP: #1259253).
dbus (1.6.18-0ubuntu3) trusty; urgency=low
.
* aa-mediate-eavesdropping.patch: Query AppArmor when confined applications
attempt to eavesdrop on the bus. See the apparmor.d(5) man page for
AppArmor syntax details. (LP: #1262440)
* debian/control: Depend on the apparmor version containing the new
eavesdrop permission
dpkg (1.17.5ubuntu2) trusty; urgency=medium
.
* Backport patch from 1.17.6 to fix file descriptor leaks (LP: #1270132)
folks (0.9.5-1ubuntu1) trusty; urgency=medium
.
* debian/rules
- disable-fatal-warnings to fix FTBFS until the warnings can be
fixed.
fontconfig (2.11.0-0ubuntu4) trusty; urgency=medium
.
* debian/rules:
- don't add /usr/X11R6/lib/X11/fonts to the fonts path, that's a
deprecated location and it leads to polling on the directory,
which means wakeups and extra power usage (lp: #1266873)
glib2.0 (2.39.3-0ubuntu4) trusty; urgency=medium
.
* Skip some racy new GApplication tests.
glib2.0 (2.39.3-0ubuntu3) trusty; urgency=medium
.
* Enable parallel builds
* Export VERBOSE=1 so we get information about test failures.
* Revert flaky change to GAsyncQueue tests.
* Skip two broken GTimer test which perform invalid comparisons.
glib2.0 (2.39.3-0ubuntu2) trusty; urgency=medium
.
* Run `make check' with -j1 to work around raciness.
glib2.0 (2.39.3-0ubuntu1) trusty; urgency=medium
.
* New upstream release
+ fix a crasher in code from gdbus-codegen
+ improvements to gobject gdb helper script
+ tests
- a very large number of improvements in test coverage
- don't report skipped tests as failures
- return 77 if we skip all tests in an executable
- fix g_test_trap_reached_timeout() return value
- remove some dead code uncovered during test coverage expansion
- Use tap mode for installed tests too, when using tap
+ fix races in unix signal handling
+ make our GVariant-based commandline tools (glib-compile-schemas,
gdbus, gapplication) print out GVariant parse errors in context
+ GApplication now has a --gapplication-service command line switch to
turn any GApplication into a service
+ improve compatibility of GApplication and GOptionContext
+ use a directory monitor in GKeyfileSettingsBackend
+ improve robustness of some GIcon classes
* debian/patches/disable-faulty-bus-watch-name-test.patch: Disable
gdbus/bus-watch-name test which races with other tests and fails
spuriously.
* Drop patches for gdb helper script; included upstream.
* Drop patches for introspection escaping; included upstream.
harfbuzz (0.9.25-1ubuntu1) trusty; urgency=medium
.
* Resynchronize on Debian, remaining change
* debian/control:
- Old library versions with the same SONAME but different ABIs need
to be listed as Conflicts, not Breaks.
.
harfbuzz (0.9.25-1) unstable; urgency=medium
.
[ Ø£ØÙ…د المØÙ…ودي (Ahmed El-Mahmoudy) ]
* New upstream release.
.
[ Iain Lane ]
* Build with dh-autoreconf; thanks to Matthias Klose for the original change
in Ubuntu.
* Build without silent rules.
.
[ Emilio Pozuelo Monfort ]
* Wrap build depends.
indicator-messages (13.10.1+14.04.20140116-0ubuntu1) trusty; urgency=low
.
[ Lars Uebernickel ]
* phone menu: set action targets on source and message menu items.
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 400
language-pack-de (1:14.04+20140116) trusty; urgency=low
.
* Automatic update to latest translation data.
language-pack-en (1:14.04+20140116) trusty; urgency=low
.
* Automatic update to latest translation data.
language-pack-es (1:14.04+20140116) trusty; urgency=low
.
* Automatic update to latest translation data.
language-pack-fr (1:14.04+20140116) trusty; urgency=low
.
* Automatic update to latest translation data.
language-pack-gnome-de (1:14.04+20140116) trusty; urgency=low
.
* Automatic update to latest translation data.
language-pack-gnome-en (1:14.04+20140116) trusty; urgency=low
.
* Automatic update to latest translation data.
language-pack-gnome-es (1:14.04+20140116) trusty; urgency=low
.
* Automatic update to latest translation data.
language-pack-gnome-fr (1:14.04+20140116) trusty; urgency=low
.
* Automatic update to latest translation data.
language-pack-gnome-pt (1:14.04+20140116) trusty; urgency=low
.
* Automatic update to latest translation data.
language-pack-gnome-zh-hans (1:14.04+20140116) trusty; urgency=low
.
* Automatic update to latest translation data.
language-pack-pt (1:14.04+20140116) trusty; urgency=low
.
* Automatic update to latest translation data.
language-pack-zh-hans (1:14.04+20140116) trusty; urgency=low
.
* Automatic update to latest translation data.
libsoup2.4 (2.44.2-1ubuntu2) trusty; urgency=medium
.
* debian/patches/git_no_ssl_test_work.patch:
- backport upstream fix for a buggy test
mediaplayer-app (0.20.5+14.04.20140116-0ubuntu1) trusty; urgency=low
.
[ Renato Araujo Oliveira Filho ]
* clicking/tap anywhere in the scrubber should cause seek directly to
that position where you clicked.
* Disabled fullscreen as default mode.
* respond to key events for play, pause, fast forward, rewind space
bar-> toggle the play/pause button. right arrow key-> fast forward.
left arror key -> rewind. F12-> toggle fullscreen.
* Implemented open file dialog to open a new video.
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 195
messaging-app (0.1+14.04.20140116-0ubuntu1) trusty; urgency=low
.
[ Tiago Salem Herrmann ]
* Add a delivery status indicator to the messages view. Add a popover
that provide actions to cancel or resend a given message.
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 60
opencv (2.4.6.1+dfsg-2ubuntu5) trusty; urgency=medium
.
* Don't build OpenGL on armhf; not useful there.
shadow (1:4.1.5.1-1ubuntu8) trusty; urgency=medium
.
* Fix postinst to create subuid and subgid when missing as those won't
get created by usermod or any of the other tools.
telepathy-ofono (0.2+14.04.20140117-0ubuntu1) trusty; urgency=low
.
[ Tiago Salem Herrmann ]
* Check if the previous sendTones() succeeded before sending more
tones. (LP: #1268648)
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 59
ubuntu-system-settings (0.1+14.04.20140115-0ubuntu1) trusty; urgency=low
.
[ Sebastien Bacher ]
* install a screenshot, to be used in the unity dash (LP: #1229758)
.
[ Iain Lane ]
* Don't need an empty destructor in the sound plugin
ubuntu-touch-session (0.88) trusty; urgency=medium
.
* merge nested Mir mode, thanks Michael Terry
webbrowser-app (0.23+14.04.20140115.1-0ubuntu1) trusty; urgency=medium
.
[ Olivier Tilloy ]
* Bump version to 0.23 in preparation for the next major release.
* Split the app into two executables: webbrowser-app and webapp-
container.
* Cleaner workaround for bug #1248620. Thanks Thomi for the
suggestion!. (LP: #1248620)
* Update the link to the list of overrides for B2G.
* Add ignore rules for generated ninja files.
* Use the local test server everywhere instead of writing temporary
html pages on disk.
* Fix FTBFS with Qt 5.2. (LP: #1258038)
* Ensure the test server is up and responding before starting the
tests, and use standard logging everywhere.
* Re-execute web application in the dedicated container (compatibility
mode for legacy webapps).
.
[ Omer Akram ]
* move the close button of the running activity to the left.
.
[ Alexandre Abreu ]
* Further separate the two webbrowser-app & webapp-container projects.
(LP: #1246935)
* Restrict url webapps pattern replacement depending on which part is
being affected. (LP: #1240685)
* Fix back forward hud actions.
.
[ daker ]
* Fix for uppercase urls. (LP: #1244329)
* Fixed UA string for huffpost.com. (LP: #1223937)
.
[ Timo Jyrinki ]
* libqt5v8-5-private-dev will be dropped from Qt 5.2. qtdeclarate-
private-dev 5.0.2 now depends on it until then.
.
[ Adnane Belmadiaf ]
* Change the default homepage to start.ubuntu.com. (LP: #1250995)
* Fixed UA string for huffpost.com. (LP: #1223937)
.
[ David Barth ]
* Make sure we are redirected to the mobile version automatically, by
presenting a mobile user-agent string on the /whole/ youtube domain
(not just m.youtube.com). The string is also changed to the simpler
ua string used for facebook.com. It gives the same UI, but avoids
being seen as an Apple browser, which itself prevents rtsp/3gp
content to be served to our browser. We (barely) support html5 video
now.
* Re-execute web application in the dedicated container (compatibility
mode for legacy webapps).
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 435