monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] org.debian.monotone: d5fc4490e63a873d03a16da515


From: code
Subject: [Monotone-commits-diffs] org.debian.monotone: d5fc4490e63a873d03a16da515cd9babe823f06f
Date: Mon, 11 Mar 2013 21:54:46 +0100 (CET)

revision:            d5fc4490e63a873d03a16da515cd9babe823f06f
tag:                 debian-monotone-0.46-1
date:                2010-03-15T06:50:01
author:              Richard Levitte <address@hidden>
branch:              org.debian.monotone
changelog:
We never release 0.46, these are the obvious changes

manifest:
format_version "1"

new_manifest [59e6a9bf48bd95a28cd906d053b9e65061b5d875]

old_revision [c72bb920017dee46917a5d882f888fb88d260d27]

patch "changelog"
 from [bc965689e90c9c912abb83312d6bacba9964a92e]
   to [668d5dd8881cdf539325a47d61e8e72d2cd9a38c]

patch "monotone-server.postinst"
 from [998d0e0d46d0263fd18dbd09bd4137622d312b65]
   to [96f6ef1f815b124b4c1470f8350eac81dafd4102]
============================================================
--- changelog	bc965689e90c9c912abb83312d6bacba9964a92e
+++ changelog	668d5dd8881cdf539325a47d61e8e72d2cd9a38c
@@ -1,3 +1,11 @@
+monotone (0.46) UNRELEASED; urgency=low
+
+  * New upstream version.  (never got release as Debian package)
+    - Database schema upgrade is required
+  * Bump version for automatic database migration in monotone-server.postinst.
+
+ -- Richard Levitte <address@hidden>  Mon, 15 Mar 2010 07:34:08 +0100
+
 monotone (0.45-2) unstable; urgency=low
   
   * debian/control (Build-Depend-Indep): move texinfo to Build-Depends;
============================================================
--- monotone-server.postinst	998d0e0d46d0263fd18dbd09bd4137622d312b65
+++ monotone-server.postinst	96f6ef1f815b124b4c1470f8350eac81dafd4102
@@ -40,7 +40,7 @@ monotone_migrate ()
 
 monotone_migrate ()
 {
-    if dpkg --compare-versions "$MTN_VERSION" lt "0.45-1"; then
+    if dpkg --compare-versions "$MTN_VERSION" lt "0.46-1"; then
 	# upgradable version of monotone
 	echo "Attempting to migrate monotone database.  This may take a while..." >&2
 	echo "A backup named '`basename $MTN_DB~`' will be created in $MTN_HOME." >&2

reply via email to

[Prev in Thread] Current Thread [Next in Thread]