aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/CHANGELOG_v7
blob: 8b525044c67fcb8d48fa82a332f5af6778280d83 (plain)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
SiSU CHANGELOG    -*- mode: org; -*-
#+OPTIONS: ^:nil _:nil

* SiSU version 7
  <http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary>
  <http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob;f=data/doc/sisu/CHANGELOG_v7;hb=HEAD>
  <http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob_plain;f=debian/changelog;hb=refs/heads/debian/sid>

v7 opened (single lib dir (separate current/stable & development branches removed) rolls in v6)
v6 branch (for development and testing prior) removed; available in sisu < 5.8.0
v5 branch removed; available in sisu < 5.8.0
v4 branch removed; available in sisu < 4.2.20
v3 branch removed; available in sisu < 4.1.0
v2 branch removed; available in sisu =< 3.3.2

  * homepages: <http://sisudoc.org> <http://www.jus.uio.no/sisu>
  * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_manual.ssm

Reverse Chronological:

--- HEAD ---

* sisu_7.1.6.orig.tar.xz (2015-12-15:50/2)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_7.1.6

  * emacs sisu-mode.el & sisu-mode-autoloads.el:
    *  sisu-mode.el, minor update and modify format to reduce diff with FSF
       version, and match tic style markup blocks ```
       (revisit tic block markup, improperly impmented)
    *  sisu-mode-autoloads.el, added (see elpa 3.0.3 & Kevin Ryde recent post)

  * documentation related to search, needs further review

  * filename reference version update sisu_7a_sqlite.cgi

  * ao_images, require 'rmagick' (instead of 'RMagick' depreciated)

* sisu_7.1.5.orig.tar.xz (2015-06-02:22/2)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_7.1.5

  * minor clean

* sisu_7.1.4.orig.tar.xz (2015-05-21:20/4)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_7.1.4

  * workflow error, 7.1.3 released as pre_release :-p

* sisu_7.1.3.orig.tar.xz (2015-05-21:20/4)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_7.1.3

  * constants, search, db name, period before and after db version
    * aesthetic change, the current db name base becomes SiSU.7a.
    * existing databases must be reinitialized
    * (database structure is unchanged)

* sisu_7.1.2.orig.tar.xz (2015-05-18:20/1)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_7.1.2

* sisu_7.1.1.orig.tar.xz (2015-05-17:19/7)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_7.1.1

  * qi (quick install) gem install git version option

  * bin/sisu, install name check (stable & git versions)

* sisu_7.1.0.orig.tar.xz (2015-05-15:19/5)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_7.1.0

  * bibliography 1~!bibliography

    1~!bibliography

    au: author Surname, FirstNames (if multiple semi-colon separator)
        (required unless editor to be used instead)
    ti: title  (required)
    st: subtitle
    jo: journal
    vo: volume
    ed: editor (required if author not provided)
    tr: translator
    src: source (generic field where others are not appropriate)
    in: in (like src)
    pl: place/location (state, country)
    pb: publisher
    edn: edition
    yr: year (yyyy or yyyy-mm or yyyy-mm-dd) (required)
    pg: pages
    url: http://url
    note: note
    id: create_short_identifier e.g. authorSurnameYear
        (used in substitutions: when found within text will be
        replaced by the short name provided)
    sn: short name e.g. Author, /{short title}/, Year
        (used in substitutions: when an id is found within text
        the short name will be used to replace it)


  * glossary 1~!glossary

  * documentation update
    * bibliography
    * glossary

  * qi (quick installer) cleaning

  * clean cruft in changelogs

* sisu_7.0.0.orig.tar.xz (2015-05-01:17/5)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_7.0.0

  * v7 opened
    * v5 branch closed (available <= 5.8.0)
    * v6 development moved to stable closed (available <= 6.5.0)
    * v7 development branch opened (using v6 HEAD)
      lib/sisu/*, single libs directory (c&d gone) (7)
  * removed lib/sisu/{current,develop} dir branches
    v7 (v5 & v6 retired)
    * simplify dir structure, offer single sisu version per snapshot
    * have enjoyed carrying stable and development versions v5 & v6
      in a single tarball, may return to this structure