Mercurial > gftp.yaz
changeset 780:e2d5adfaa9a9
2006-7-19 Brian Masney <masneyb@gftp.org>
* configure.in - updated version number to 2.0.19pre1. I have a long
ways to go though before I can put out a new release of gftp. I want
to close a lot of the bugs in Bugzilla
* docs/sample.gftp/disconnect.xpm docs/sample.gftp/gftp-mini-logo.png -
added more pixmaps to CVS
author | masneyb |
---|---|
date | Thu, 20 Jul 2006 03:18:52 +0000 |
parents | cb70c5abd8f3 |
children | 1f822f137e19 |
files | ChangeLog configure.in docs/sample.gftp/disconnect.xpm docs/sample.gftp/gftp-mini-logo.png |
diffstat | 4 files changed, 57 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Jul 20 02:57:01 2006 +0000 +++ b/ChangeLog Thu Jul 20 03:18:52 2006 +0000 @@ -1,4 +1,11 @@ 2006-7-19 Brian Masney <masneyb@gftp.org> + * configure.in - updated version number to 2.0.19pre1. I have a long + ways to go though before I can put out a new release of gftp. I want + to close a lot of the bugs in Bugzilla + + * docs/sample.gftp/disconnect.xpm docs/sample.gftp/gftp-mini-logo.png - + added more pixmaps to CVS + * lib/misc.c (gftp_copy_request) - updated patch that makes sure the request->hostp structure is copied properly (from (from Aurelien Jarno <aurelien@aurel32.net>) (closes #314626) @@ -3458,7 +3465,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.451 2006/07/20 02:57:01 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.452 2006/07/20 03:18:51 masneyb Exp $ tags * debian/* - updated files from Debian maintainer
--- a/configure.in Thu Jul 20 02:57:01 2006 +0000 +++ b/configure.in Thu Jul 20 03:18:52 2006 +0000 @@ -3,7 +3,7 @@ AC_INIT(lib/gftp.h) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(gftp,2.0.18) +AM_INIT_AUTOMAKE(gftp,2.0.19pre1) AC_ARG_ENABLE(gtk20, [ --disable-gtk20 Don't look for GTK+ 2.0 libraries],
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/sample.gftp/disconnect.xpm Thu Jul 20 03:18:52 2006 +0000 @@ -0,0 +1,48 @@ +/* XPM */ + +/* This was drawn by Sean Finkel <alarion@worldspy.net> */ + +static char * connect_xpm[] = { +"32 32 10 1", +" c None", +". c #000000", +"+ c #C0C0C0", +"@ c #A0A0A4", +"# c #FFFFFF", +"$ c #808080", +"% c #00C000", +"& c #008080", +"* c #585858", +"= c #00FF00", +" .. ", +" .+@.. ", +" .++++@.. ", +" .. .+++++++@.. ", +" .+@.. .++++++++++@.. ", +" .++++@.. .+++++++++++++@.. ", +" .+++++++@.#+++++++++++++++@..", +" .+++++++++.+##++++++++++++++$.", +" .++++++++++.+++##+++++++++++$$.", +".#++++++++++.+..@+##++++++++$$$.", +".+##++++++++.+.%..@+##+++++$$$$.", +".+++##++++++.+.%%%..@+##++$$$$$.", +".+..@+##++++.+.%%%%%..@+#$$$$$$.", +".+.&..@+##++.+.%%%%%%%.$+$$$$$$.", +".+.&&&..@+##.+.%%%%%%%%#+$$$$$$.", +".+.&&&&&..@+.+.%%%%%%%%#+$$$$$$.", +".+.&&&&&&&.$.+##%%%%%%%#+$$$$$$.", +".+.&&&&&&&&#+.@+##%%%%%#+$$$$$*.", +".+.&&&&&&&&#.@..@+##%%%#+$$$$*. ", +".+##&&&&&&&#.++@..@+##%#+$$$*.$.", +" .@+##&&&&&#.+=++@..@+##+$$*.$$.", +".@..@+##&&&#.++++++@..@++$*.$$$.", +".++@..@+##&#..@+++**@@..@*.$$$*.", +".+=++@..@+##+$..@+##**@@..$$$*. ", +".++++++@..@++$*...@@##**@$$$*. ", +"..@+++**@@..@*.$$$..@@##+$$*. ", +" ..@+##**@@..$$$*. ..@++$*. ", +" ..@@##**@$$$*. ..@*. ", +" ..@@##+$$*. .. ", +" ..@++$*. ", +" ..@*. ", +" .. "};