Skip to content
This repository was archived by the owner on Dec 18, 2019. It is now read-only.

Commit b219df3

Browse files
committed
1.2
Signed-off-by: Jerome Flesch <[email protected]>
1 parent 0db1cf2 commit b219df3

File tree

8 files changed

+24
-46
lines changed

8 files changed

+24
-46
lines changed

AUTHORS

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,42 @@
44
# Contributions to paperwork-backend must be counted here too
55

66
Code contributors:
7+
Alexandre Vaissière <[email protected]> (3)
78
Bignaux Ronan <[email protected]> (1)
89
Christophe Chauvet <[email protected]> (1)
9-
Dominique Hazael-Massieux <[email protected]>
10+
Dominique Hazael-Massieux <[email protected]> (1)
1011
François Schmidts <[email protected]> (7)
11-
12-
Hannes <>
13-
Jerome Flesch <[email protected]> (2585)
12+
Glandos <[email protected]> (1)
13+
Hannes <> (1)
14+
Jerome Flesch <[email protected]> (2834)
1415
Josselin Jacquard <[email protected]> (35)
15-
Krap <>
16-
Matthias Mailänder <> (2)
16+
Krap <> (1)
1717
Mathieu Jourdan <[email protected]> (31)
18+
Mathieu Schopfer <[email protected]> (2)
19+
Matthias Mailänder <> (2)
20+
Matthieu Coudron <[email protected]> (4)
1821
Patrick Scheid <[email protected]> (2)
19-
Paul Liétar <[email protected]> (5)
22+
Paul Liétar <[email protected]> (6)
2023
pingtux <> (2)
2124
RyDroid <[email protected]> (7)
22-
Stefan Pokorny <[email protected]>
23-
Sébastien Maccagnoni-Munch <sebastien@smm-informatique.fr> (6)
25+
Stefan Pokorny <[email protected]> (1)
26+
Sébastien Maccagnoni-Munch <sebastien@maccagnoni.eu> (2)
2427
Sebastian Spaeth <[email protected]> (2)
2528

2629
UI design:
2730
Mathieu Jourdan <[email protected]>
2831

2932
Translators:
3033
French: Jerome Flesch <[email protected]>
31-
German: Tristan Kohl (Mirodin) <[email protected]> (13)
34+
German: Tristan Kohl (Mirodin) <[email protected]> (14)
35+
Ukrainian: Daniel Korostil <[email protected]> (1)
3236

3337
Documentation contributors:
3438
Alain <[email protected]> (1)
3539
arthurlutz <[email protected]> (1)
36-
Christophe Delaere <[email protected]>
40+
Christophe Delaere <[email protected]> (2)
3741
Christophe GERARDIN (RTDaemons) <[email protected]> (1)
38-
Daniel Hahler <[email protected]> (2)
42+
Daniel Hahler <[email protected]> (1)
3943
Davidbrcz <[email protected]> (2)
4044
Jehan <[email protected]> (1)
4145
lb1a <[email protected]> (2)
@@ -45,5 +49,6 @@ Documentation contributors:
4549
swap38 <[email protected]> (1)
4650

4751
Docker packaging:
52+
foudfou <[email protected]> (1)
4853
Markus Mayr <[email protected]> (2)
4954
Thomas Clavier <[email protected]> (2)

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2017/xx/xx - 1.2.0:
1+
2017/07/11 - 1.2.0:
22
- Installation: A new command has been added: "paperwork-shell install".
33
This command installs icons and shortcut in the desktop menus.
44
- Add integrated documentations:

doc/install.archlinux.markdown

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -18,40 +18,14 @@ guides for reference.
1818

1919
## Runtime dependencies
2020

21-
### Paperwork &gt;= 1.2
21+
### Paperwork
2222

2323
Once installed, please run ```paperwork-shell chkdeps paperwork_backend```
2424
and ```paperwork-shell chkdeps paperwork``` to make sure all the required
2525
depencies are installed.
2626

2727
You can run ```paperwork-shell install``` to add a Paperwork entry
28-
in the menus of your desktop (Paperwork >= 1.2 only).
29-
30-
### Paperwork &gt;= 1.0
31-
32-
Once installed, please run ```paperwork-shell chkdeps paperwork_backend```
33-
and ```paperwork-shell chkdeps paperwork``` to make sure all the required
34-
depencies are installed.
35-
36-
### Paperwork &gt;= 0.2.1 and &lt; 1.0
37-
38-
Once installed, please run 'paperwork-chkdeps' to make sure all the required depencies are installed.
39-
40-
### Paperwork &lt;= 0.2.0
41-
42-
Some dependencies cannot be installed automatically, because they depend on your language:
43-
44-
You need an OCR tool. You can use Tesseract or Cuneiform. For now,
45-
[Tesseract is strongly recommended](https://github.com/jflesch/pyocr/issues/2):
46-
47-
$ sudo pacman -S tesseract tesseract-data-<your language>
48-
49-
Optional, but strongly recommended:
50-
Spell checking is used to improve page orientation detection, so:
51-
52-
$ sudo pacman -S aspell-<your language>
53-
54-
The command "papework-chkdeps" can help you find any other missing dependency.
28+
in the menus of your desktop.
5529

5630

5731
## Running Paperwork

doc/install.debian.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Finally, you have to run the following commands to check some extra dependencies
6666
$ paperwork-shell chkdeps paperwork_backend
6767
$ paperwork-shell chkdeps paperwork
6868

69-
And the menu entry (Paperwork >= 1.2 only):
69+
And the menu entry:
7070

7171
$ paperwork-shell install
7272

doc/install.devel.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ $ sudo python3 ./setup.py install
2727
$ paperwork-shell chkdeps paperwork
2828
2929
# if you want to add it in the menus
30-
# (Paperwork >= 1.2 only)
3130
$ paperwork-shell install
3231
```
3332

src/paperwork/frontend/aboutdialog/aboutdialog.glade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<property name="destroy_with_parent">True</property>
1111
<property name="type_hint">dialog</property>
1212
<property name="program_name">Paperwork</property>
13-
<property name="version">1.2-git</property>
13+
<property name="version">1.2</property>
1414
<property name="copyright" translatable="yes">
1515
</property>
1616
<property name="comments" translatable="yes">Grep for Dead Trees</property>

src/paperwork/frontend/activation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def check_activation_key(activation_key, email):
7272
# smart enough to build your own version of Paperwork for Windows.
7373

7474
public_key = \
75-
b"gAN9cQAoWAEAAAB5cQFKHOxVIFgBAAAAZ3ECSuiU9CBYAQAAAHBxA4oFgwNinQB1Lg"
75+
b"gAN9cQAoWAEAAAB5cQGKBU4Sv4UAWAEAAABwcQKKBdNTMv8AWAEAAABncQNKWhFrGXUu"
7676
public_key = unserialize_elgamal_key(public_key)
7777
activation_key = activation_key.encode("utf-8")
7878
email = b"" if email is None else email.encode("utf-8")

src/paperwork/frontend/mainwindow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
logger = logging.getLogger(__name__)
8787

8888

89-
__version__ = '1.2-git'
89+
__version__ = '1.2'
9090

9191

9292
# during tests, we have multiple instatiations of MainWindow(), but we must

0 commit comments

Comments
 (0)