summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 7661ca1e..f934591d 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-04-05: Version 1.4.3
+* Fixed mimetype checking when invoking ranger with a filename
+* Fixed loss of bookmarks when disk is full
+* Minor improvements
+
 2011-03-05: Version 1.4.2
 * Added --choosefile and --choosedir flag
 * Added use of bookmarks in tab completion of the :cd command
diff --git a/README b/README
index 5221574c..0f43f6bd 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Ranger v.1.4.2
+Ranger v.1.4.3
 ==============
 
 Ranger is a free console file manager that gives you greater flexibility
diff --git a/doc/ranger.1 b/doc/ranger.1
index beb580c6..5b9d9df8 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -1,4 +1,4 @@
-.TH RANGER 1 ranger-1.4.2
+.TH RANGER 1 ranger-1.4.3
 .SH NAME
 ranger - visual file manager
 .\"-----------------------------------------
diff --git a/ranger/__init__.py b/ranger/__init__.py
index 88117f6c..03a1d2da 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.2'
+__version__ = '1.4.3'
 __author__ = __maintainer__ = 'Roman Zimbelmann'
 __email__ = 'romanz@lavabit.com'
 
1-01 04:22:32 +0100 improved procedures of spawning processes' href='/akspecs/ranger/commit/TODO?h=v1.5.5&id=23236d0cfd081305a8fd93428ab842d7814df380'>23236d0c ^
08f21ae5 ^
4b826595 ^

ab65b353 ^

752378e0 ^
4be8b401 ^



d955e3f0 ^
75013dc7 ^
67bb838c ^
a808a661 ^
bba8d293 ^
2a64495f ^
ab65b353 ^
6f43de0a ^




fca1fc4f ^
ab65b353 ^

b2d63ef5 ^
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