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
|
/************************************************************************
* $Id$
*
* ------------
* Description:
* ------------
* This file is about changes to libitl. 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 libitl-0.7.0
** New Features
*** Added a new method, for more info see prayertime/doc/method-info.txt.
*** Added preliminary support for delta-t
*** Added improved Invalid/error handling for all prayers
** Bug fixes
*** Fixed a bug causing wrong Assr prayer times in Southern hemisphere locations.
*** Fajr and Ishaa Intervals will not be set when Maghrib/Shurooq is 99 (i.e. invalid)
** Build process
*** We now ship a configure script by default in packages, and Autoconf is no longer required to compile the library.
*** Added proper static library building by default
*** Added preliminary support for libtool using the "libitl-libtool" make option
Plus many code-level restructuring, documentation, and cleanups.
|