The following modules have a new version:
 - bijiben (3.14.1 => 3.15.1) (*)
 - cheese (3.14.1 => 3.15.1)
 - file-roller (3.14.1 => 3.15.1)
 - four-in-a-row (3.14.1 => 3.15.1) (*)
 - gnome-boxes (3.14.1.1 => 3.14.1.2)
 - gnome-documents (3.14.0 => 3.15.1)
 - gnome-logs (3.14.1 => 3.15.1) (*)
 - gnome-mines (3.14.1 => 3.15.1) (*)
 - gnome-sudoku (3.14.1 => 3.15.1) (*)
 - hitori (3.14.0.1 => 3.14.1)
 - iagno (3.14.1 => 3.15.1) (*)
 - swell-foop (3.14.0 => 3.15.1)
(*) No summarized news available

The following modules weren't upgraded in this release:
   accerciser, aisleriot, anjuta, brasero, devhelp, evolution, five-or-more,
   gedit, gitg, glade, gnome-chess, gnome-clocks, gnome-color-manager,
   gnome-devel-docs, gnome-getting-started-docs, gnome-initial-setup,
   gnome-klotski, gnome-mahjongg, gnome-maps, gnome-music, gnome-nettool,
   gnome-nibbles, gnome-photos, gnome-robots, gnome-software,
   gnome-sound-recorder, gnome-tetravex, gnome-tweak-tool, gnome-weather,
   lightsoff, nautilus-sendto, nemiver, orca, polari, quadrapassel, rygel,
   seahorse, tali, vinagre

========================================
  cheese
========================================

version 3.15.1
  - Substitute bindir and libexecdir in Makefile.am
    Rather than substituting the values of libexecdir and bindir during
    configure, which might include some unexpanded shell variables, expand
    and substitute them as targets in Makefile.am instead.

    https://bugzilla.gnome.org/show_bug.cgi?id=726095
  - Use AC_PROG_SED in configure.ac
  - Remove old marshaller header from doc ignore list
  - Use get_instance_private() instead of priv pointer
    Use the generated macro rather than storing a pointer to the private
    struct within the object.
  - Drop some trailing semicolons after macros
  - Use new-style private struct in CheeseCameraDevice
  - Use _get_instance_private() consistently in camera
    Use the new cheese_camera_get_instance_private() instead of the old
    macro.
  - Bump required Vala version for get_menu_by_id()
    Use the get the given menu from GtkApplication.
  - Refactor setup_camera() in CheeseWidget
    Remove superfluous prototype. Use GSettings convenience getters. Reduce
    scope of some variables.
  - Avoid using G_GNUC_CONST on _get_type()
    As the g_type_ensure() documentation notes, it is incorrect to mark a
    _get_type() method with G_GNUC_CONST, as it as a side effect the first
    time it is called.

========================================
  file-roller
========================================

version 3.15.1
--------------

 Bugs fixed:

  * file-selector-dialog: Use symbolic icon for the go up button (Yosef
    Or Boczko) (#735438)
  * request-dialog: Remove the unneeded image (Yosef Or Boczko)
    (#735438)
  * Make the error dialogs more modern. Make it a real
    GtkMessageDialog. Also, remove the icon, we not needs it
    anymore. (Yosef Or Boczko) (#735438)


========================================
  gnome-boxes
========================================

3.14.1.2 - Oct 27, 2014
=======================

Changes since 3.14.1.1:

- Fix crash on launching a VNC box.
- Fix exit of wizard when going back from customization screen.
- Don't start the VM after reverting to a snapshot unless it was running in
  foreground before the reversion operation.
- Always show "Reverting to SNAPSHOT_NAME" message when reverting as we can
  never be sure about the speed of the operation.
- Fix the the issue of pause button still being available to user when a
  selected box(es) is already being paused and Boxes leading into interesting
  scenerios if user clicks on the button.
- Fix the issue of change of box name from toolbar title not getting saved.
- Fix cancellation of media setup and therefore wizard jumping to setup page
  even after user has cancelled creation of corresponding VM.
- Continue wizard to next step on user hitting 'Enter' in URL entry.
- Correctly handle HTTP(S) redirection.
- Remove a now redundant work around.
- Added/updated/fixed translations:
  - Arabic

All contributors to this release:

Mosaab Alzoubi <moceap@hotmail.com>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>


========================================
  gnome-documents
========================================

3.15.1 - "Pandemonium"
======================

- Pass the correct arguments to pdf_loader_load_uri_async (Pranav Kant)
- Let the back button cancel an ongoing load operation (Pranav Kant)
- Replace "Load more" button with edge hit detection (Carlos Garnacho)
- Fix crash in places and bookmarks dialog
- Polish the presentation output chooser
- Use symbolics for high contrast icons
- Translation updates


========================================
  hitori
========================================


3.14.1:
* Translations:
** hu (Balázs Úr)
** it (Milo Casagrande)
** lv (Rūdofls Mazurs)
** nb (Kjartan Maraas)
** ne (Pawan Chitrakar)
** pl (Piotr DrÄ…g)
** sr (Мирослав Николић)
** zh_CN (Yunqiang Su)

========================================
  swell-foop
========================================

Swell Foop 3.15.1
==================

* Updated translations
* First-run hint screen implemented (Robert Roth)
* Use set_accels_for_action (Arnaud Bonatti)