The unified diff between revisions [d428137d..] and [76d20e3a..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "debian/changelog"
#  from [91dab607dc9f5a0e5adaa5d1d78d50a86310b662]
#    to [26fd221bbdad9cb444a8384c6e13426089fb6d20]
#
# patch "debian/rules"
#  from [6c14d61c6670f83c3d9e9f18dc488df7125492be]
#    to [aae3ee6d5edbc1865dafbdf08953c04adc86e0b9]
#
# patch "options.h"
#  from [b45237d594695ec44d42603de9e8ce87c0889698]
#    to [f0112fbc2d70dc91c4f1ee28c8448846f4311e7b]
#
============================================================
--- debian/changelog	91dab607dc9f5a0e5adaa5d1d78d50a86310b662
+++ debian/changelog	26fd221bbdad9cb444a8384c6e13426089fb6d20
@@ -1,3 +1,10 @@
+dropbear (0.44test1-1) unstable; urgency=low
+
+  * Upstream beta 0.44test1
+  * Huge changes to allow client functionality
+
+ -- Matt Johnston <matt@ucc.asn.au>  Sat, 14 August 2004 23:00:00 +0800
+
 dropbear (0.43-1) unstable; urgency=high

   * New upstream release 0.43
============================================================
--- debian/rules	6c14d61c6670f83c3d9e9f18dc488df7125492be
+++ debian/rules	aae3ee6d5edbc1865dafbdf08953c04adc86e0b9
@@ -55,6 +55,7 @@ install: deb-checkdir deb-checkuid build
 	install -d -m0755 "$(DIR)"/usr/sbin
 	install -m0755 dropbear "$(DIR)"/usr/sbin/dropbear
 	install -d -m0755 "$(DIR)"/usr/bin
+	install -m0755 dbclient "$(DIR)"/usr/bin/dbclient
 	install -m0755 dropbearkey "$(DIR)"/usr/bin/dropbearkey
 	install -d -m0755 "$(DIR)"/usr/lib/dropbear
 	install -m0755 dropbearconvert \
============================================================
--- options.h	b45237d594695ec44d42603de9e8ce87c0889698
+++ options.h	f0112fbc2d70dc91c4f1ee28c8448846f4311e7b
@@ -193,7 +193,7 @@ etc) slower (perhaps by 50%). Recommende
  *******************************************************************/

 #ifndef DROPBEAR_VERSION
-#define DROPBEAR_VERSION "0.45-beta1"
+#define DROPBEAR_VERSION "0.44test1"
 #endif

 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION