-
Notifications
You must be signed in to change notification settings - Fork 22
/
NEWS
48 lines (39 loc) · 1.46 KB
/
NEWS
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
47
48
/************************************************************************
* $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.8.0
** New Features
*** Added Morocco Awqaf Ministry calculation method
** Bug fixes
*** Fixed handling of invalid times when using Moonsighting committee method
*** Some code refactoring
*** Several bug fixes
Updated other calcualtion methods
* 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.