Changeset 291
- Timestamp:
- 08/01/09 18:21:39 (3 years ago)
- Location:
- branches/release/0.2
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release/0.2/ChangeLog
r256 r291 1 0.2.2: 2 * Fixed a fatal bug with some recent versions of Python/PyGTK affecting most distributions 3 1 4 0.2.1: 2 5 * Fixed a serious security bug in which /screenshot prompted no auth. Also -
branches/release/0.2/README
r250 r291 1 1 Itaka 2 Version 0.2. 12 Version 0.2.2 3 3 4 4 http://itaka.jardinpresente.com.ar -
branches/release/0.2/config.py
r256 r291 37 37 38 38 #: Version 39 version = "0.2. 1"39 version = "0.2.2" 40 40 #: Revision 41 41 revision = "$Rev$" -
branches/release/0.2/debian/changelog
r251 r291 3 3 * Pulled 0.2.1 from upstream. 4 4 5 -- Marc E. <santusmarc@ gmail.com> Thu, 19 Jul 2007 09:12:13 -07005 -- Marc E. <santusmarc@users.sourceforge.net.com> Thu, 19 Jul 2007 09:12:13 -0700 6 6 itaka (0.2-1) unstable; urgency=low 7 7 8 8 * Pulled 0.2 from upstream. 9 9 10 -- Marc E. <santusmarc@ gmail.com> Tue, 27 Jun 2007 18:01:13 -070010 -- Marc E. <santusmarc@users.sourceforge.net.com> Tue, 27 Jun 2007 18:01:13 -0700 11 11 itaka (0.1-1) unstable; urgency=low 12 12 13 13 * Initial release 14 14 15 -- Marc E. <santusmarc@ gmail.com> Tue, 5 Jun 2007 18:01:13 -070015 -- Marc E. <santusmarc@users.sourceforge.net.com> Tue, 5 Jun 2007 18:01:13 -0700 16 16 -
branches/release/0.2/itaka.spec
r262 r291 1 1 Summary: On-demand screenshooting server 2 2 Name: itaka 3 Version: 0.2. 14 Release: 23 Version: 0.2.2 4 Release: 1 5 5 License: GPL 6 6 Group: Applications/Communications … … 9 9 Packager: Kurt Erickson <psychogenicshk@users.sourceforge.net> 10 10 11 Source: http://internap.dl.sourceforge.net/sourceforge/itaka/itaka-0.2. 1.tar.bz211 Source: http://internap.dl.sourceforge.net/sourceforge/itaka/itaka-0.2.2.tar.bz2 12 12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 13 13 … … 15 15 Requires: pygtk2 >= 2.10 16 16 Requires: python-twisted 17 Requires: notify-python 17 18 18 19 %description … … 42 43 43 44 %clean 45 # Might want to add a make clean, since I've added it. 44 46 rm -rf $RPM_BUILD_ROOT 45 47 46 48 %files 47 49 %defattr(-,root,root) 48 %doc AUTHORS BUGS ChangeLog COPYING COPYRIGHT DOCUMENTATION HACKING README README.Debian README.WindowsTODO50 %doc AUTHORS BUGS ChangeLog COPYING COPYRIGHT DOCUMENTATION HACKING README README.Debian TODO 49 51 50 52 %{_prefix}/bin/itaka … … 74 76 %{_prefix}/lib/itaka/screenshot.py 75 77 %{_prefix}/lib/itaka/console.py 76 %{_prefix}/lib/itaka/uigtk.pyc77 %{_prefix}/lib/itaka/config.pyc78 %{_prefix}/lib/itaka/error.pyc79 %{_prefix}/lib/itaka/server.pyc80 %{_prefix}/lib/itaka/itaka.pyc81 %{_prefix}/lib/itaka/screenshot.pyc82 %{_prefix}/lib/itaka/console.pyc83 78 84 79 %changelog 85 * Thu Jul 20 2007 Kurt Erickson <psychogenicshk@users.sourceforge.net> - 0.2.1-286 - Removed notify-python dependancy (it's optional).80 * Thu Aug 1 2009 Kurt Erickson <psychogenicshk@users.sourceforge.net> - 0.2.2-1 81 - Pulled 0.2.2 from upstream. 87 82 88 * Thu Jul 19 2007 Kurt Erickson <psychogenicshk@users.sourceforge.net> - 0.2.1-183 * Thu Jul 19 2007 Kurt Erickson <psychogenicshk@users.sourceforge.net> - 0.2.1-1 89 84 - Pulled 0.2.1 from upstream. 90 91 * Wed Jul 4 2007 Kurt Erickson <psychogenicshk@users.sourceforge.net> - 0.2-192 - Initial package release. -
branches/release/0.2/uigtk.py
r254 r291 367 367 self.box.pack_start(self.itakaLogo, False, False, 35) 368 368 369 self.buttonStartstop = gtk.ToggleButton('Start' , gtk.STOCK_PREFERENCES)369 self.buttonStartstop = gtk.ToggleButton('Start') 370 370 self.startstopimage = gtk.Image() 371 371
Note: See TracChangeset
for help on using the changeset viewer.

