Skip to content

Commit

Permalink
Add change log and update tar for v1.2
Browse files Browse the repository at this point in the history
Set things up for the new version.

Signed-off-by: Simon Glass <[email protected]>
  • Loading branch information
sjg20 committed Sep 19, 2024
1 parent 66d139c commit 39512fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
paperman (1.2-1VENDOR_VERSION) UNRELEASED; urgency=medium

* Import files from outside directories
* Avoid keeping all touched-files open
* Bring back command-line operation
* Presets (Ctrl-1 to Ctrl-6) for basic scanning operation
* Faster folder-selection within the scanning window
* Set the group for files

-- Simon Glass <[email protected]> Sat, 07 Sep 2024 20:10:58 -0600


paperman (1.1-1VENDOR_VERSION) UNRELEASED; urgency=medium

* Package renamed for potential, actual release
Expand Down
2 changes: 1 addition & 1 deletion scripts/make_tar
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

dest=../paperman_1.1.orig.tar.bz2
dest=../paperman_1.2.orig.tar.bz2

exclude=".git"
# .moc .ui .obj Makefile debian/changelog doc/ tests
Expand Down

0 comments on commit 39512fc

Please sign in to comment.