Change log for migration-assistant package in Ubuntu

128 of 28 results
Deleted in cosmic-release (Reason: https://blueprints.launchpad.net/ubuntu/+spec/foundations...)
Published in bionic-release
Obsolete in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
migration-assistant (0.6.13) zesty; urgency=medium

  * debian/compat: Bump to 10.
  * debian/control:
    - Build-depend on debhelper (>= 10).
    - Depend on ${misc:Depends}.
    - Bump Standards-Version to 3.9.8.
  * debian/rules:
    - Add recommended build-arch and build-indep targets.
    - Use dh_prep instead of dh_clean -k.
  * Makefile: Pass in {C,CPP,LD}FLAGS to compiler commands for hardening.
  * {ma-search-users,search-items}.c: Add format argument to printf().

 -- Logan Rosen <email address hidden>  Wed, 11 Jan 2017 00:31:22 -0500

Available diffs

Superseded in zesty-release
Obsolete in yakkety-release
Published in xenial-release
Obsolete in wily-release
Obsolete in vivid-release
Obsolete in utopic-release
Published in trusty-release
Obsolete in saucy-release
Obsolete in raring-release
Obsolete in quantal-release
Superseded in quantal-release
Published in precise-release
migration-assistant (0.6.12) precise; urgency=low

  * Call os-prober with WINOSDATA set to true so that we only get a list
    of Windows partitions containing the OS instead of only these containing
    the boot record. (LP: #772470)
 -- Stephane Graber <email address hidden>   Wed, 04 Apr 2012 18:38:32 -0400

Available diffs

Superseded in precise-release
migration-assistant (0.6.11) precise; urgency=low

  * Fix a syntax error (LP: #930676). Thanks Colin Watson.
 -- Evan Dandrea <email address hidden>   Wed, 21 Mar 2012 21:44:35 +0000

Available diffs

Superseded in precise-release
Obsolete in oneiric-release
Obsolete in natty-release
migration-assistant (0.6.10) natty; urgency=low

  * Filter out the target filesystem from consideration (LP: #754778).
 -- Evan Dandrea <email address hidden>   Tue, 12 Apr 2011 16:17:18 +0100

Available diffs

Superseded in natty-release
migration-assistant (0.6.9) natty; urgency=low

  * Reuse os-prober's newns to ensure that mounts are occuring in a new
    namespace (LP: #739400).
 -- Evan Dandrea <email address hidden>   Mon, 28 Mar 2011 12:58:14 +0100

Available diffs

Superseded in natty-release
migration-assistant (0.6.8) natty; urgency=low

  * Fix linking to libxml2.
 -- Evan Dandrea <email address hidden>   Fri, 19 Nov 2010 17:02:15 +0000

Available diffs

Superseded in natty-release
Obsolete in maverick-release
migration-assistant (0.6.7) maverick; urgency=low

  * No change upload for Maverick.
 -- Evan Dandrea <email address hidden>   Tue, 29 Jun 2010 16:15:57 +0100

Available diffs

Superseded in maverick-release
Obsolete in lucid-updates
Deleted in lucid-proposed (Reason: moved to -updates)
migration-assistant (0.6.6) lucid-proposed; urgency=low

  * unmount_os can be called without arguments (LP: #536673).
 -- Evan Dandrea <email address hidden>   Thu, 29 Apr 2010 09:53:21 +0100

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
migration-assistant (0.6.5) lucid; urgency=low

  * Skip comments in /etc/fstab (LP 536673).
  * Catch empty arguments to unmount_os (LP 536673).
  * Continue to the next operating system if mount_os fails.
  * Clean up mount_os.
 -- Evan Dandrea <email address hidden>   Fri, 23 Apr 2010 15:26:23 +0100

Available diffs

Superseded in lucid-release
migration-assistant (0.6.4build1) lucid; urgency=low

  * rebuild rest of main for armel armv7/thumb2 optimization;
    UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2
 -- Alexander Sack <email address hidden>   Sun, 07 Mar 2010 00:57:04 +0100

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
Obsolete in jaunty-release
migration-assistant (0.6.4) jaunty; urgency=low

  * If there are no items to import, don't bother asking the question.
    This supports a change to ubiquity to not always show the migration-
    assistant page.

 -- Evan Dandrea <email address hidden>   Thu, 09 Apr 2009 10:34:46 +0100

Available diffs

Obsolete in hardy-updates
Deleted in hardy-proposed (Reason: moved to -updates)
migration-assistant (0.6.3) hardy-proposed; urgency=low

  * More efficient and less error-prone device substring extraction.
  * Set the locale to C when using expr (LP: #222690).

 -- Evan Dandrea <email address hidden>   Thu, 29 May 2008 12:20:35 -0400

Available diffs

Superseded in jaunty-release
Obsolete in intrepid-release
migration-assistant (0.6.2) intrepid; urgency=low

  * Several fixes from Olivier Blin of Mandriva:
    - Close file descriptors when they're no longer needed.
    - Move a closedir() call, it can free data returned by readdir() too
      early.  It leads to path corruption in some cases.
    - Fix a segfault with files with no extension.
    - Remove a spurious directory creation, with uninitialized name.
    - Fix Windows 2000 migration, by not trying to import music if not
      present.
    - Fix detection of Windows-NT-like registry path in ma-search-users, by
      splitting and reusing WINNT code from utils.c
    - Reimplement copy using read/write (like cp) to handle large files,
      since we can't mmap() (twice) large files in memory.
    - fix segfault by zeroing buffers for strcat.
    - Improve WINNT patch to factorize user registry location as well.
    - Vista profile directories support.  Get profiles directory from
      registry for ma-search-items and ma-import as well ("Documents and
      Settings" is not correct in Vista), this also allows us to read the
      user registries.
    - Vista users support.  Filter Public and Default users for Vista (from
      registry keys).  Filter "Default User" key in Vista (it is a junction
      to Default).  Do not segfault if keys are missing.
  * More efficient and less error-prone device substring extraction.
  * Set the locale to C when using expr.

 -- Evan Dandrea <email address hidden>   Tue, 27 May 2008 14:07:31 -0400
Superseded in intrepid-release
Obsolete in hardy-release
migration-assistant (0.6.1) hardy; urgency=low

  * Use + instead of : for a replacement character as it is explicitly
    allowed by debconf policy.
  * Look in .purple for Pidgin settings as well.

 -- Evan Dandrea <email address hidden>   Mon, 07 Apr 2008 11:16:20 -0400
Superseded in hardy-release
migration-assistant (0.6.0) hardy; urgency=low

  * Copy NTFS mount fix.
  * Removed dead ubiquity-specific code in ma-ask.
  * Cleaned up ma-ask and ma-apply.
  * Fix potential bugs where RET could get set to an error description and
    then be used as the answer to other questions.
  * Add the user to the groups specified by user-setup-udeb.

 -- Evan Dandrea <email address hidden>   Thu, 24 Jan 2008 09:25:41 +0000
Superseded in hardy-release
Obsolete in gutsy-release
migration-assistant (0.5.4) gutsy; urgency=low

  * Added a short timeout and retry to unmounting to accomodate slow umounts
    (LP: #135149).

 -- Evan Dandrea <email address hidden>   Mon, 15 Oct 2007 11:54:33 -0400
Superseded in gutsy-release
migration-assistant (0.5.3) gutsy; urgency=low

  * Move initialize_registry_paths call later to avoid situations where
    other needed variables may not be set yet, causing m-a to fail.
  * Fix logging.
  * Fix IFS handling around call to expr.

 -- Evan Dandrea <email address hidden>   Tue, 09 Oct 2007 10:58:09 -0400
Superseded in gutsy-release
migration-assistant (0.5.1) gutsy; urgency=low

  [ Colin Watson ]
  * In the Windows case in mount_os:
    - Look in /proc/mounts, not /proc/partitions.
    - Look in /proc/mounts before /etc/mtab.
    - Make sure to select only the first mountpoint for a given device (in
      case of bind mounts).

 -- Evan Dandrea <email address hidden>   Fri, 21 Sep 2007 21:48:48 -0400
Superseded in gutsy-release
migration-assistant (0.5.0) gutsy; urgency=low

  * Handle more than one installed copy of Windows (LP: #97081).
  * Error if unable to mount Linux partitions.
  * Bump installer-menu-item to 6400.
  * Close directories in ma-search-users.
  * Don't unmount devices when we can avoid having to.
  * Look for registry files case-insensitively.
  * Quote arguments to add_user (LP: #123425).
  * Use stat instead of the DT_ macros to avoid issues with fuse.
  * Add a debug log.

 -- Evan Dandrea <email address hidden>   Tue, 31 Jul 2007 20:21:35 -0400
Superseded in gutsy-release
Obsolete in feisty-release
migration-assistant (0.4.5) feisty; urgency=low

  * Proper grep for mounted devices. (LP: #99004)

Superseded in feisty-release
migration-assistant (0.4.3) feisty; urgency=low

  * Possible fix for ostype not getting set in the -ask and -apply
    scripts.  Also added some temporary debugging information.
    (LP: #93197)
  * If the /home partition device doesn't exist under the same name in
    the running kernel, fail gracefully and continue to the next OS.
    (LP: #94878)
  * Added more logging and crash partial recovery.
  * Gracefully fail and continue on items where a non C: drive letter
    comes into play. (LP: #95422)
  * Don't import Windows default bookmarks.  Import, but don't set
    "Bliss" as the default wallpaper.

 -- Evan Dandrea <email address hidden>   Tue, 27 Mar 2007 03:44:25 -0400
Superseded in feisty-release
migration-assistant (0.4.2) feisty; urgency=low

  * Added XS-Vcs-Bzr field to debian/control.
  * Mount /home if necessary. (LP: 85222)
  * Display an error on unmount failure and prompt the user to continue.
    (LP: 89605)
  * Put usage statements on stderr. (LP: 89821)

 -- Evan Dandrea <email address hidden>   Tue, 13 Mar 2007 19:57:19 -0400
Superseded in feisty-release
migration-assistant (0.4.1) feisty; urgency=low

  * Added proper support for the Windows registry's use of UTF-16 strings.
  * Grab locations from the registry rather than assuming that everything is
    a subdirectory of Documents and Settings.
  * Don't fail when trying to copy empty files.
  * Fix incorrect detection of Firefox and AIM Triton.
  * Handle spaces in usernames.

 -- Evan Dandrea <email address hidden>   Sat,  3 Mar 2007 17:57:46 -0500
0.4
Superseded in feisty-release
migration-assistant (0.4) feisty; urgency=low

  * Added Outlook Express and Evolution account support.
  * Don't assume Windows XP means a NTFS formatted drive (LP #85330).
  * Unmount by device, not mountpoint (LP #85222).
  * Gracefully handle empty registry string values.
  * Fixed a bug where the non bookmarks toolbar folders were getting
    marked as being one.

 -- Evan Dandrea <email address hidden>   Fri, 16 Feb 2007 14:49:25 -0500
Superseded in feisty-release
migration-assistant (0.3.1) feisty; urgency=low

  * Added a reference to common-licenses and added a long description.

 -- Evan Dandrea <email address hidden>   Thu,  8 Feb 2007 09:43:04 -0500
0.3
Superseded in feisty-release
Superseded in feisty-release
migration-assistant (0.3) feisty; urgency=low

  * Added tests for empty passwords, reserved usernames, bad usernames and
    more.
  * removed the administrator debconf option.
  * fixed quite a few bugs in ma-ask's regular expressions, mounting of
    filesystems and ifs handling.
  * Added bookmarks importing from Firefox and IE.
  * Removed the last bit of code referencing the administrator, allowing
    installs to work again.

 -- Evan Dandrea <email address hidden>   Tue,  6 Feb 2007 00:58:57 -0500
0.2
Superseded in feisty-release
Obsolete in edgy-release
migration-assistant (0.2) edgy; urgency=low

  * Ubiquity support.

 -- Evan Dandrea <email address hidden>   Thu, 31 Aug 2006 16:47:25 -0400
0.1
Superseded in edgy-release
migration-assistant (0.1) edgy; urgency=low

  * Initial release.

 -- Evan Dandrea <email address hidden>   Tue,  1 Aug 2006 00:50:33 -0400
128 of 28 results