diff TODO @ 0:0ce5cc452d02

initial version
author Carl Byington <carl@five-ten-sg.com>
date Thu, 22 May 2014 10:41:19 -0700
parents
children e8d2a24e85c6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TODO	Thu May 22 10:41:19 2014 -0700
@@ -0,0 +1,46 @@
+This project started with the base version of vxconnectbot:
+    https://github.com/vx/connectbot
+    git clone https://github.com/vx/connectbot.git vxconnectbot
+    commit 5f70cc011cd131acb5cd29783fa6744059841aee
+    Merge: 429b47c 53e8530
+    Author: Martin Matuška <martin@matuska.org>
+    Date:   Wed Oct 30 00:21:40 2013 -0700
+
+Changes from connectbot were merged:
+    https://github.com/connectbot/connectbot
+    git clone https://github.com/connectbot/connectbot.git connectbot
+    commit d64786d9197090c74072b648e487e3d34817bb57
+    Author: Torne Wuff <torne@wolfpuppy.org.uk>
+    Date:   Sun Mar 2 20:25:25 2014 +0000q
+
+Connectbot and VXConnectbot split at 598fb427f96712191cc264df14688d82db3dd664
+
+# take jsocks and ssh2 from current connectbot
+rm -rf src/net/sourceforge/jsocks
+rm -rf src/com/trilead/ssh2
+cp -a ../connectbot/src/net/sourceforge/jsocks src/net/sourceforge
+cp -a ../connectbot/src/com/trilead/ssh2       src/com/trilead
+
+# take all the connectbot patches since the split, except jsocks and ssh2
+(cd ../connectbot; git diff -w 598fb427f96712191cc264df14688d82db3dd664) | \
+sed -e 's;/org/connectbot/;/com/five_ten_sg/connectbot/;g' >patch.2014-04-19
+emacs patch.2014-04-19
+# remove all patches for trilead and jsocks
+patch -p1 -l  <patch.2014-04-19 >patch.log.2014-04-19
+
+# reinstall all jsocks and ssh2 patches from vxconnectbot since the split
+(cd ../vxconnectbot; git diff -w 598fb427f96712191cc264df14688d82db3dd664) | less
+
+
+==================================
+TODO:
+
+https://github.com/irssiconnectbot/irssiconnectbot
+1.7.1-395 - a year ago
+
+
+
+merge tn5250j
+svn checkout svn://svn.code.sf.net/p/tn5250j/code/trunk tn5250j
+after 5250 merge, go up to version 1.8.0-1
+