summaryrefslogtreecommitdiffstats
path: root/libs/tzdata/HISTORY
blob: 1d8c1530c0589d5259413be2239384ee1227c77b (plain) (blame)
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
2012-08-03 Sukneet Basuta <sukneet@sourcemage.org>
	* DETAILS: updated spell to 2012e

2012-07-19 Sukneet Basuta <sukneet@sourcemage.org>
	* DETAILS: updated spell to 2012d
	  changed SOURCE_URL[1]

2012-05-24 Sukneet Basuta <sukneet@sourcemage.org>
	* INSTALL: $SCRIPT_DIRECTORY -> $SPELL_DIRECTORY
	  TIme -> Time

2012-05-22 Sukneet Basuta <sukneet@sourcemage.org>
	* CONFIGURE: add config_query to ask if sorcery should manage /etc/localtime
	* INSTALL: only install local timezone if requested to
	  remove files that should be hard linked, in the case they 
	  are actual files and not links
	* hard_linked_files: added, list of files that should be hard links
	* FINAL: added, provide instructions if the SA decided to manually 
	  manage /etc/localtime

2012-05-19 Arjan Bouter <abouter@sourcemage.org>
	* INSTALL: use ln instead of zic -l to avoid failure if /etc and /usr are on
	  different partitions

2012-05-17 Sukneet Basuta <sukneet@sourcemage.org>
	* BUILD, CONFIGURE, DETAILS, INSTALL, PRE_BUILD, TRIGGERS: spell created
	* timezones: timezone list
	  generated by { sed /#/d /usr/share/zoneinfo/zone.tab | cut -f 3-4 -d "    " && find /usr/share/zoneinfo/ -path '/usr/share/zoneinfo/posix' -prune -o -path '/usr/share/zoneinfo/right' -prune -o \! -name \*.\* -type f -print | sed 's:/usr/share/zoneinfo/::g' ;}| sort -k 1,1 -u | awk '{OFS=FS="\t"}{$2="\x22" $2 "\x22"}{printf "%-50s%-100s%s\n",$1,$2,"off"}