Changeset 291


Ignore:
Timestamp:
08/01/09 18:21:39 (3 years ago)
Author:
marc
Message:

Setting up for 0.2.2 release

Location:
branches/release/0.2
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/release/0.2/ChangeLog

    r256 r291  
     10.2.2: 
     2 * Fixed a fatal bug with some recent versions of Python/PyGTK affecting most distributions 
     3 
    140.2.1:  
    25 * Fixed a serious security bug in which /screenshot prompted no auth. Also 
  • branches/release/0.2/README

    r250 r291  
    11Itaka 
    2 Version 0.2.1 
     2Version 0.2.2 
    33 
    44http://itaka.jardinpresente.com.ar 
  • branches/release/0.2/config.py

    r256 r291  
    3737 
    3838#: Version 
    39 version = "0.2.1" 
     39version = "0.2.2" 
    4040#: Revision 
    4141revision = "$Rev$" 
  • branches/release/0.2/debian/changelog

    r251 r291  
    33  * Pulled 0.2.1 from upstream. 
    44 
    5  -- Marc E. <santusmarc@gmail.com>  Thu, 19 Jul 2007 09:12:13 -0700 
     5 -- Marc E. <santusmarc@users.sourceforge.net.com>  Thu, 19 Jul 2007 09:12:13 -0700 
    66itaka (0.2-1) unstable; urgency=low 
    77 
    88  * Pulled 0.2 from upstream. 
    99 
    10  -- Marc E. <santusmarc@gmail.com>  Tue,  27 Jun 2007 18:01:13 -0700 
     10 -- Marc E. <santusmarc@users.sourceforge.net.com>  Tue,  27 Jun 2007 18:01:13 -0700 
    1111itaka (0.1-1) unstable; urgency=low 
    1212 
    1313  * Initial release 
    1414 
    15  -- Marc E. <santusmarc@gmail.com>  Tue,  5 Jun 2007 18:01:13 -0700 
     15 -- Marc E. <santusmarc@users.sourceforge.net.com>  Tue,  5 Jun 2007 18:01:13 -0700 
    1616 
  • branches/release/0.2/itaka.spec

    r262 r291  
    11Summary: On-demand screenshooting server 
    22Name: itaka 
    3 Version: 0.2.1 
    4 Release: 2 
     3Version: 0.2.2 
     4Release: 1 
    55License: GPL 
    66Group: Applications/Communications 
     
    99Packager: Kurt Erickson <psychogenicshk@users.sourceforge.net> 
    1010 
    11 Source: http://internap.dl.sourceforge.net/sourceforge/itaka/itaka-0.2.1.tar.bz2 
     11Source: http://internap.dl.sourceforge.net/sourceforge/itaka/itaka-0.2.2.tar.bz2 
    1212BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 
    1313 
     
    1515Requires: pygtk2 >= 2.10 
    1616Requires: python-twisted 
     17Requires: notify-python 
    1718 
    1819%description 
     
    4243 
    4344%clean 
     45# Might want to add a make clean, since I've added it. 
    4446rm -rf $RPM_BUILD_ROOT 
    4547 
    4648%files 
    4749%defattr(-,root,root) 
    48 %doc AUTHORS BUGS ChangeLog COPYING COPYRIGHT DOCUMENTATION HACKING README README.Debian README.Windows TODO 
     50%doc AUTHORS BUGS ChangeLog COPYING COPYRIGHT DOCUMENTATION HACKING README README.Debian TODO 
    4951 
    5052%{_prefix}/bin/itaka 
     
    7476%{_prefix}/lib/itaka/screenshot.py 
    7577%{_prefix}/lib/itaka/console.py 
    76 %{_prefix}/lib/itaka/uigtk.pyc 
    77 %{_prefix}/lib/itaka/config.pyc 
    78 %{_prefix}/lib/itaka/error.pyc 
    79 %{_prefix}/lib/itaka/server.pyc 
    80 %{_prefix}/lib/itaka/itaka.pyc 
    81 %{_prefix}/lib/itaka/screenshot.pyc 
    82 %{_prefix}/lib/itaka/console.pyc 
    8378 
    8479%changelog 
    85 * Thu Jul 20 2007 Kurt Erickson <psychogenicshk@users.sourceforge.net> - 0.2.1-2 
    86 - 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. 
    8782 
    88 * Thu Jul 19 2007 Kurt Erickson <psychogenicshk@users.sourceforge.net> - 0.2.1-1 
     83* Thu Jul  19 2007 Kurt Erickson <psychogenicshk@users.sourceforge.net> - 0.2.1-1 
    8984- Pulled 0.2.1 from upstream. 
    90  
    91 * Wed Jul  4 2007 Kurt Erickson <psychogenicshk@users.sourceforge.net> - 0.2-1 
    92 - Initial package release. 
  • branches/release/0.2/uigtk.py

    r254 r291  
    367367        self.box.pack_start(self.itakaLogo, False, False, 35) 
    368368 
    369         self.buttonStartstop = gtk.ToggleButton('Start', gtk.STOCK_PREFERENCES) 
     369        self.buttonStartstop = gtk.ToggleButton('Start') 
    370370        self.startstopimage = gtk.Image() 
    371371 
Note: See TracChangeset for help on using the changeset viewer.