1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
/************************************************************************
* $Id$
*
* ------------
* Description:
* ------------
* This file is about changes to itools. For now, the style of the
* file follows the format used in Emacs org-mode.
*
* -----------------
* Revision Details: (Updated by Revision Control System)
* -----------------
* $Date$
* $Author$
* $Revision$
* $Source$
*
************************************************************************/
* Changes in itools-1.1
** New Features
*** Add new prayertime calc method names
*** Read config file from ~/.iprayrc or <XDG_CONFIG_DIR>/itools/iprayrc
** Bug fixes
*** Fix spelling mistake in manpage
*** Fix string format security
** Build process
*** Replace old configure scripts with autoconf scripts
* Changes in itools-1.0
** New Features
*** ireminder: Added -execr and -execs options for external application triggers at Athan.
*** ipraytime: Adding support for passing arguments --fajrangle and --ishaangle.
*** ipraytime: Adding option "OffsetList" to add and subtract minutes or seconds from numbers computed by ipraytime.
*** ipraytime: Improved man-page and added examples.
** Bug fixes
*** ipraytime: Fixed crashes with regards to memory allocation.
** Build process
*** configure now checks for lib32 and lib64 also.
*** Switched to using install instead of cp (this would automatically preserve proper permissions).
|