Changeset 218


Ignore:
Timestamp:
06/30/07 04:36:04 (5 years ago)
Author:
marc
Message:

Updated changelog and brought back changes

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/release/0.2/ChangeLog

    r213 r218  
    3131 * Updated documentation and added new references. 
    3232 
     33 * Minor improvements to Debian build process. 
    3334 * Fixed minor UI quirks. 
    3435 * Fixed a syntax bug in uigtk.py when GTK version is < 2.10 
  • branches/release/0.2/debian/control

    r124 r218  
    1717 It features the following: 
    1818  * Supports PNG/JPEG (with quality adjustment) image types. 
    19   * Supports client notifications through libnotify. 
    20   * A very polished GTK+ GUI with detailed logging of activities. 
     19  * Basic HTTP authentication. 
     20  * Simple manipulation of the screenshot through scaling and quality 
     21    adjustments.  
     22  * Very polished GUI with notifications using Libnotify.  
  • branches/release/0.2/debian/rules

    r128 r218  
    4949 
    5050        # Add here commands to install the package into debian/itaka. 
    51         $(MAKE) DESTDIR=$(CURDIR)/debian/itaka install 
     51        $(MAKE) -f Makefile.Debian DESTDIR=$(CURDIR)/debian/itaka install 
    5252        #$(MAKE) install 
    5353 
  • trunk/ChangeLog

    r213 r218  
    3131 * Updated documentation and added new references. 
    3232 
     33 * Minor improvements to Debian build process. 
    3334 * Fixed minor UI quirks. 
    3435 * Fixed a syntax bug in uigtk.py when GTK version is < 2.10 
Note: See TracChangeset for help on using the changeset viewer.