[segyio] 352/376: Version 1.3

Jørgen Kvalsvik jokva-guest at moszumanska.debian.org
Wed Sep 20 08:04:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

jokva-guest pushed a commit to branch debian
in repository segyio.

commit 10186e9c8b8f8632d363276ca300eede7afafbba
Author: Jørgen Kvalsvik <jokva at statoil.com>
Date:   Wed Aug 16 15:38:20 2017 +0200

    Version 1.3
---
 CMakeLists.txt |  2 +-
 changelog.md   | 12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 352f3eb..c05c59e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ project(segyio)
 include(GNUInstallDirs)
 
 set(segyio_MAJOR 1 CACHE STRING "")
-set(segyio_MINOR 2 CACHE STRING "")
+set(segyio_MINOR 3 CACHE STRING "")
 set(segyio_PATCH 0 CACHE STRING "")
 set(segyio_VERSION ${segyio_MAJOR}.${segyio_MINOR}.${segyio_PATCH})
 
diff --git a/changelog.md b/changelog.md
index 5a83c44..c1f4bc3 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,15 @@
+# 1.3.0
+* segyio is now meant to be used as proper versions, not trunk checkouts.
+  changelogs from now on will be written when new versions are released, not on
+  a monthly basis.
+* Minor typo fixes in segyio-cath help
+* Applications now come with man pages
+* `header` modes handle negative indexing
+* `header.update` handle any key-value iterable
+* New application: segyio-catr for printing trace headers
+* New application: segyio-catb for printing the binary header
+* New application: segyio-crop for copying sub cubes
+
 # 2017.06
 * seismic unix-style aliases are available for python in the segyio.su
   namespace

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/segyio.git



More information about the debian-science-commits mailing list