summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-03-05 18:12:15 +0000
committerhut <hut@lavabit.com>2011-03-05 18:12:15 +0000
commitb7b8f3a081c03000e3c4d4e6da943516c9848c31 (patch)
treee847da1fa36aca0ecc7e4d62c5eb06a101093e2e
parent3dbf8b38032ed7e645d849f8cd90809107baa826 (diff)
downloadranger-b7b8f3a081c03000e3c4d4e6da943516c9848c31.tar.gz
Next version will run on pure Lisp Machines only v1.4.2
-rw-r--r--CHANGELOG5
-rw-r--r--README2
-rw-r--r--doc/ranger.12
-rw-r--r--ranger/__init__.py2
4 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e7411e11..7661ca1e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,11 @@ Stable versions are identifiable (since 1.2) through their even minor
 version number, like 1.2.x, 1.4.x, etc.  Odd minor version numbers
 are used for rolling-release git snapshots.
 
+2011-03-05: Version 1.4.2
+* Added --choosefile and --choosedir flag
+* Added use of bookmarks in tab completion of the :cd command
+* Fixed bug with detached programs and python 3.2
+
 2011-01-04: Version 1.4.1
 * Fixed crash when preview failed under some circumstances
 * Fixed graphical bug when pressing i
diff --git a/README b/README
index cf0e3577..5221574c 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Ranger v.1.4.1
+Ranger v.1.4.2
 ==============
 
 Ranger is a free console file manager that gives you greater flexibility
diff --git a/doc/ranger.1 b/doc/ranger.1
index 832c07d2..c2a8e243 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -1,4 +1,4 @@
-.TH RANGER 1 ranger-1.4.1
+.TH RANGER 1 ranger-1.4.2
 .SH NAME
 ranger - visual file manager
 .\"-----------------------------------------
diff --git a/ranger/__init__.py b/ranger/__init__.py
index 8aa59b42..88117f6c 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -29,7 +29,7 @@ from ranger.core.main import main
 
 # Information
 __license__ = 'GPL3'
-__version__ = '1.4.1'
+__version__ = '1.4.2'
 __author__ = __maintainer__ = 'Roman Zimbelmann'
 __email__ = 'romanz@lavabit.com'
 
f213a83595db77c06b7586cdbcb730'>b289f679 ^
5c210a96 ^

3de15ddd ^

fb275079 ^

5c210a96 ^
3d566884 ^
e30d16cb ^
621a1a39 ^
c44b726e ^
465bff73 ^




f8e96a97 ^
b289f679 ^
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